fix: configure black (#1072)
This commit is contained in:
2
.github/workflows/black_format.yml
vendored
2
.github/workflows/black_format.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user