Skip to content

Commit

Permalink
chore: show isort/black diff when checking
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Oct 6, 2022
1 parent b443ab5 commit 6b9cd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
done
flake8 .
black --check .
isort --check .
black --check --diff .
isort --check --diff .
popd || exit

0 comments on commit 6b9cd9c

Please sign in to comment.