Skip to content

Commit b688f08

Browse files
update pre-commit config
1 parent 20c5b37 commit b688f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.9027
9+
rev: v0.4.0
1010
hooks:
1111
- id: style-files
1212
args:
@@ -101,7 +101,7 @@ repos:
101101
)$
102102
- id: pkgdown
103103
- repo: https://github.com/pre-commit/pre-commit-hooks
104-
rev: v4.4.0
104+
rev: v4.5.0
105105
hooks:
106106
- id: check-added-large-files
107107
args: ["--maxkb=200"]
@@ -119,7 +119,7 @@ repos:
119119
tests/testthat/_snaps/.*|
120120
)$
121121
- repo: https://github.com/lorenzwalthert/gitignore-tidy
122-
rev: 475bf5d96927a1887ce2863ff3075b1d7240bc51
122+
rev: 517cddbf1d8514ddaf43159686617ae65895dc99
123123
hooks:
124124
- id: tidy-gitignore
125125
- repo: local

0 commit comments

Comments
 (0)