Skip to content

Commit 65e5a0a

Browse files
authored
[CI] Use pre-commit run --color=always (#2500)
1 parent e721516 commit 65e5a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
path: ~/.cache/pre-commit
4949
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
5050
- name: Run pre-commit
51-
run: pre-commit run --all-files
51+
run: pre-commit run --color=always --all-files
5252
- name: Run manual pre-commit hooks
53-
run: pre-commit run --all-files --hook-stage manual
53+
run: pre-commit run --color=always --all-files --hook-stage manual

0 commit comments

Comments
 (0)