Skip to content

Commit 04b10e3

Browse files
update to curren
1 parent 836a8be commit 04b10e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
skip: [consistent-release-tag, spell-check-ordered-exclude]
66
repos:
77
- repo: https://github.com/lorenzwalthert/precommit
8-
rev: v0.1.3.9135
8+
rev: v0.1.3.9135+renv-concurrency2
99
hooks:
1010
- id: style-files
1111
args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm]

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.1.3.9135
5+
rev: v0.1.3.9135+renv-concurrency2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.1.3.9135
5+
rev: v0.1.3.9135+renv-concurrency2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)