Skip to content

Commit

Permalink
[CI] Revert R check in pre-commit (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu authored Dec 13, 2024
1 parent 12903e1 commit 389f324
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$

0 comments on commit 389f324

Please sign in to comment.