We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6dbc0 commit 149cf2fCopy full SHA for 149cf2f
1 file changed
.github/workflows/check-and-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: pip install black flake8 isort
20
- run: black --version
21
- run: isort --check .
22
- - run: black --check .
+ - run: black --check --diff -v .
23
- run: flake8 .
24
25
checks:
0 commit comments