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 dd78f9f19 [SEDONA-528] Add `pre-commit` hook `check-yaml` (#1313)
dd78f9f19 is described below

commit dd78f9f19da2b705c17e6d7eae7be9aeb71d79fb
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:27:36 2024 +1000

    [SEDONA-528] Add `pre-commit` hook `check-yaml` (#1313)
---
 .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 1c054e2e0..6317b2e3d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,8 @@ repos:
       - id: check-toml
       - id: check-vcs-permalinks
       - id: check-xml
-      # - id: check-yaml
+      - id: check-yaml
+        exclude: ^mkdocs\.yml$
       - id: detect-aws-credentials
         args: [--allow-missing-credentials]
       - id: detect-private-key

Reply via email to