We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019eeef commit c5c5045Copy full SHA for c5c5045
.github/workflows/precommit.yml
@@ -17,4 +17,4 @@ jobs:
17
pip install pre-commit
18
- name: Run Pre-commit
19
run: |
20
- pre-commit run --all-files
+ pre-commit run --all-files --show-diff-on-failure
0 commit comments