Skip to content

Commit

Permalink
Add to show diff when black detect errors (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanchiShimono authored Jul 11, 2021
1 parent e206b60 commit 9183e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Check by black
run: |
black --check src tests
black --check --diff src tests
- name: Check by isort
run: |
Expand Down

0 comments on commit 9183e54

Please sign in to comment.