We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de00060 commit b6da5d3Copy full SHA for b6da5d3
.github/workflows/autoblack.yml
@@ -18,8 +18,8 @@ jobs:
18
run: pip install 'click==8.2.1' 'black==25.11.0' 'isort==5.13.2'
19
- name: Run black --check --diff .
20
run: black --check --diff .
21
- - name: Run isort --check .
22
- run: isort --check .
+ - name: Run isort --check --diff .
+ run: isort --check --diff .
23
# - name: If needed, commit black changes to the pull request
24
# if: failure()
25
# run: |
0 commit comments