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 c7f2143a2 [SEDONA-530] Add `pre-commit` hook `debug-statements` (#1319)
c7f2143a2 is described below
commit c7f2143a2cba4628616c1a484b88c490f0dfda6b
Author: John Bampton <[email protected]>
AuthorDate: Mon Apr 8 17:11:26 2024 +1000
[SEDONA-530] Add `pre-commit` hook `debug-statements` (#1319)
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#debug-statements
---
.pre-commit-config.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6317b2e3d..3e3cfbdea 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -33,6 +33,7 @@ repos:
- id: check-xml
- id: check-yaml
exclude: ^mkdocs\.yml$
+ - id: debug-statements
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key