We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3335a93 commit 7d09c90Copy full SHA for 7d09c90
.github/workflows/style-check.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install black
32
run: pip install black
33
- name: Run black
34
- run: black --check .
+ run: black --check --diff .
35
isort:
36
name: isort
37
runs-on: ubuntu-latest
0 commit comments