Skip to content

Commit a785264

Browse files
Update linters.yml
1 parent 3dc2a37 commit a785264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
pip install isort flake8 black
2828
2929
- name: Run isort
30-
run: isort .
30+
run: isort --check-only .
3131

3232
- name: Run flake8
3333
run: flake8 .
3434

3535
- name: Run black
36-
run: black . --check
36+
run: black --line-length=120 --check --verbose --diff --color .

0 commit comments

Comments
 (0)