Skip to content

Commit 175ee05

Browse files
committed
ci: adjust linting check
Signed-off-by: Dmitry Kisler <[email protected]>
1 parent e35dc13 commit 175ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
isort pyarch.py
3535
mypy pyarch.py
36-
black -l 120 pyarch.py
36+
black -l 120 --check pyarch.py
3737
3838
- name: Unittest with pytest
3939
run: pytest -vv .

0 commit comments

Comments
 (0)