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 f6361b8b22 [CI] Add `pre-commit` hook `check-json` (#1311)
f6361b8b22 is described below
commit f6361b8b22e9756d7786ac8eecc7d3ea1a0676a9
Author: John Bampton <[email protected]>
AuthorDate: Sat Jun 7 02:49:02 2025 +1000
[CI] Add `pre-commit` hook `check-json` (#1311)
---
.pre-commit-config.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 26f898f2c5..92ff826387 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -184,7 +184,8 @@ repos:
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-illegal-windows-names
- # - id: check-json
+ - id: check-json
+ exclude:
^docs/usecases/data/testPolygon\.json$|^spark/common/src/test/resources/.*\.json$
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-toml