Skip to content

Commit

Permalink
show diff on pre-commit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller authored Aug 23, 2024
1 parent 96781a2 commit e156634
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 e156634

Please sign in to comment.