We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069cfde commit 4e56b8aCopy full SHA for 4e56b8a
1 file changed
.github/workflows/PreCommit.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Install pre-commit
25
run: uv tool install pre-commit
26
- name: Run pre-commit
27
- run: pre-commit run --all-files
+ run: pre-commit run --all-files --show-diff-on-failure --color always
0 commit comments