Skip to content

Commit

Permalink
pre-commit: when hooks fail, run 'git diff' directly afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 22, 2020
1 parent 1bc67c9 commit c4c1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =

[testenv:lint]
commands =
pre-commit run --all-files
pre-commit run --all-files --show-diff-on-failure
check-manifest
deps =
pre-commit
Expand Down

0 comments on commit c4c1b51

Please sign in to comment.