Skip to content

Commit

Permalink
Merge pull request #173 from hartwork/pre-commit-show-diff-on-failure
Browse files Browse the repository at this point in the history
pre-commit: Add --show-diff-on-failure
  • Loading branch information
hartwork authored May 9, 2023
2 parents 4ab5326 + fc85597 commit 12de920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run pre-commit on all files
run: |-
pre-commit run --all-files
pre-commit run --all-files --show-diff-on-failure

0 comments on commit 12de920

Please sign in to comment.