Skip to content

Commit

Permalink
MAINT: Disable R pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 31, 2023
1 parent 30f13a5 commit 725e10d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,3 @@ repos:
hooks:
- id: clang-format
exclude: ^(inst)
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.2.0
hooks:
# any R project
# - id: codemeta-description-updated
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
- id: lintr
args: [--warn_only]
verbose: True
- id: parsable-R
- id: no-browser-statement
- id: readme-rmd-rendered
- id: roxygenize
additional_dependencies:
- git2r
- pkgbuild
- brio
- decor
- vctrs
- tibble
- id: use-tidy-description
- id: deps-in-desc

0 comments on commit 725e10d

Please sign in to comment.