This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 65e5a0a4e6 [CI] Use pre-commit run `--color=always` (#2500)
65e5a0a4e6 is described below
commit 65e5a0a4e65548c5dead9a97e380cfaa2ba243d9
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 16 15:55:57 2025 +1000
[CI] Use pre-commit run `--color=always` (#2500)
---
.github/workflows/pre-commit.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 3c4729aa46..991a6d9306 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -48,6 +48,6 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{
hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
- run: pre-commit run --all-files
+ run: pre-commit run --color=always --all-files
- name: Run manual pre-commit hooks
- run: pre-commit run --all-files --hook-stage manual
+ run: pre-commit run --color=always --all-files --hook-stage manual