Skip to content

Commit 6dcadee

Browse files
committed
Remove options form black
1 parent 463c647 commit 6dcadee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Check code style with black
5555
run: |
5656
$CONDA/bin/conda install black
57-
$CONDA/bin/black --check --line-length 99 .
57+
$CONDA/bin/black --check .
5858
- name: Check code style with isort
5959
run: |
6060
$CONDA/bin/conda install isort

0 commit comments

Comments
 (0)