fix: configure black (#1072)

This commit is contained in:
tombedor
2024-02-29 15:19:08 -08:00
committed by GitHub
parent 8cbd1c849c
commit 1097eee7ab
13 changed files with 230 additions and 44 deletions

View File

@@ -21,7 +21,7 @@ jobs:
install-args: "-E dev" # TODO: change this to --group dev when PR #842 lands
- name: Run Black
run: poetry run black --check . -l 140
run: poetry run black --check .
# (Optional) If you want to automatically fix formatting issues
# Uncomment the following steps: