Skip to content

Commit

Permalink
ci: Add --diff to black call for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 12, 2024
1 parent 6f852b4 commit 7cf42e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: "Install black"
run: pip install black
- name: "Check source code is formatted with Black"
run: black --check .
run: black --check --diff .
isort-check:
name: "Check source is formatted with isort"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7cf42e6

Please sign in to comment.