We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd56304 + ad72860 commit beb3cccCopy full SHA for beb3ccc
1 file changed
.github/workflows/pre-commit.yml
@@ -48,4 +48,4 @@ jobs:
48
path: ~/.cache/pre-commit
49
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
50
- name: Run pre-commit
51
- run: pre-commit run --all-files
+ run: pre-commit run --color=always --all-files
0 commit comments