This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch revert-precommit-r
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 85d597b1d717c43d4c000ee9698f53b92d8f44bf
Author: Jia Yu <[email protected]>
AuthorDate: Fri Dec 13 10:03:01 2024 -0800

    Commit
---
 .pre-commit-config.yaml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b311dafb4e..f5df2b2a96 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -170,25 +170,3 @@ repos:
         args: [--strict, -c=.github/linters/.yaml-lint.yml]
         types: [yaml]
         files: \.ya?ml$
-  - repo: https://github.com/lorenzwalthert/precommit
-    rev: v0.4.3
-    hooks:
-      - id: style-files
-        name: R – Run styler
-        description: Run styler for R code
-        args: [--scope=spaces, --strict=FALSE]
-        files: \.(R|Rmd)$
-      - id: lintr
-        name: R – Run lintr
-        description: Run lintr for R code
-        args: [--warn_only]
-        files: \.(R|Rmd|Rd)$
-      - id: no-browser-statement
-        name: R – No browser statement
-        files: \.(R)$
-      - id: no-print-statement
-        name: R – No print statement
-        files: \.(R)$
-      - id: parsable-R
-        name: R – Parsable
-        files: \.(R|Rmd)$

Reply via email to