We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c5b37 commit b688f08Copy full SHA for b688f08
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ default_language_version:
6
7
repos:
8
- repo: https://github.com/lorenzwalthert/precommit
9
- rev: v0.3.2.9027
+ rev: v0.4.0
10
hooks:
11
- id: style-files
12
args:
@@ -101,7 +101,7 @@ repos:
101
)$
102
- id: pkgdown
103
- repo: https://github.com/pre-commit/pre-commit-hooks
104
- rev: v4.4.0
+ rev: v4.5.0
105
106
- id: check-added-large-files
107
args: ["--maxkb=200"]
@@ -119,7 +119,7 @@ repos:
119
tests/testthat/_snaps/.*|
120
121
- repo: https://github.com/lorenzwalthert/gitignore-tidy
122
- rev: 475bf5d96927a1887ce2863ff3075b1d7240bc51
+ rev: 517cddbf1d8514ddaf43159686617ae65895dc99
123
124
- id: tidy-gitignore
125
- repo: local
0 commit comments