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 389f32448b [CI] Revert R check in pre-commit (#1722)
389f32448b is described below
commit 389f32448be7e87c295ff73db650229708ac367e
Author: Jia Yu <[email protected]>
AuthorDate: Fri Dec 13 10:16:02 2024 -0800
[CI] Revert R check in pre-commit (#1722)
---
.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)$