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 d93f81cc3 [DOCS] Add pre-commit hook `check-docstring-first` (#1604)
d93f81cc3 is described below

commit d93f81cc3b31c65c206d895c2b12899781bdf038
Author: John Bampton <[email protected]>
AuthorDate: Thu Sep 26 08:10:27 2024 +1000

    [DOCS] Add pre-commit hook `check-docstring-first` (#1604)
    
    
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-docstring-first
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 972d26e9c..6bfa21846 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
       - id: check-ast
       - id: check-builtin-literals
       - id: check-case-conflict
-      # - id: check-docstring-first
+      - id: check-docstring-first
       - id: check-executables-have-shebangs
       # - id: check-json
       - id: check-merge-conflict

Reply via email to