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.
--color=always
1 parent e721516 commit 65e5a0aCopy full SHA for 65e5a0a
.github/workflows/pre-commit.yml
@@ -48,6 +48,6 @@ 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
52
- name: Run manual pre-commit hooks
53
- run: pre-commit run --all-files --hook-stage manual
+ run: pre-commit run --color=always --all-files --hook-stage manual
0 commit comments