Skip to content

Commit

Permalink
Merge pull request #1181 from aio-libs/pre-commit-diff
Browse files Browse the repository at this point in the history
Show diff on pre-commit failure
  • Loading branch information
jakob-keller authored Aug 23, 2024
2 parents 96781a2 + e156634 commit 18aee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FLAGS?=

pre-commit:
pre-commit run --all
pre-commit run --all --show-diff-on-failure

test: pre-commit
python -Wd -m pytest -s -vv $(FLAGS) ./tests/
Expand Down

0 comments on commit 18aee5b

Please sign in to comment.