Skip to content

Commit a49105a

Browse files
update pre-commit
1 parent 9d9c54d commit a49105a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.3.2.9019
9+
rev: v0.3.2.9027
1010
hooks:
1111
- id: style-files
1212
args:
@@ -21,8 +21,6 @@ repos:
2121
tests/testmanual/addins/r-valid\.R|
2222
)$
2323
- id: lintr
24-
additional_dependencies:
25-
- r-lib/lintr
2624
exclude: >
2725
(?x)^(
2826
inst/.*|
@@ -34,9 +32,9 @@ repos:
3432
- id: roxygenize
3533
additional_dependencies:
3634
- r-lib/pkgapi
37-
- dplyr@1.1.2
38-
- roxygen2@7.2.3
39-
- rlang@1.1.0
35+
- dplyr
36+
- roxygen2
37+
- rlang
4038
- id: use-tidy-description
4139
- id: spell-check
4240
exclude: >
@@ -62,6 +60,7 @@ repos:
6260
.*\.Rds|
6361
.*\.sh|
6462
.*\.RData|
63+
.*\.png|
6564
.*-in_tree
6665
)$
6766
- id: readme-rmd-rendered

0 commit comments

Comments
 (0)