Skip to content

Commit b6da5d3

Browse files
committed
show diffs for isort
1 parent de00060 commit b6da5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoblack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: pip install 'click==8.2.1' 'black==25.11.0' 'isort==5.13.2'
1919
- name: Run black --check --diff .
2020
run: black --check --diff .
21-
- name: Run isort --check .
22-
run: isort --check .
21+
- name: Run isort --check --diff .
22+
run: isort --check --diff .
2323
# - name: If needed, commit black changes to the pull request
2424
# if: failure()
2525
# run: |

0 commit comments

Comments
 (0)