We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463c647 commit 6dcadeeCopy full SHA for 6dcadee
1 file changed
.github/workflows/on-push.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Check code style with black
55
run: |
56
$CONDA/bin/conda install black
57
- $CONDA/bin/black --check --line-length 99 .
+ $CONDA/bin/black --check .
58
- name: Check code style with isort
59
60
$CONDA/bin/conda install isort
0 commit comments