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 fc3b1dcf3a [CI] Run pre-commit with `--show-diff-on-failure` (#2630)
fc3b1dcf3a is described below
commit fc3b1dcf3ad1f1ef14d40d8bc35087e789bbb9e2
Author: John Bampton <[email protected]>
AuthorDate: Tue Feb 10 15:14:19 2026 +1000
[CI] Run pre-commit with `--show-diff-on-failure` (#2630)
---
.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 6f3898d8b0..519989f1a8 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -50,6 +50,6 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{
hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
- run: pre-commit run --color=always --all-files
+ run: pre-commit run --color=always --all-files --show-diff-on-failure
- name: Run manual pre-commit hooks
- run: pre-commit run --color=always --all-files --hook-stage manual
+ run: pre-commit run --color=always --all-files --hook-stage manual
--show-diff-on-failure