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.
2 parents 8282446 + a2bdf31 commit 0c5c619Copy full SHA for 0c5c619
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# R specific hooks: https://github.com/lorenzwalthert/precommit
3
repos:
4
- repo: https://github.com/lorenzwalthert/precommit
5
- rev: v0.3.2.9003
+ rev: v0.3.2.9007
6
hooks:
7
- id: style-files
8
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -31,7 +31,7 @@ repos:
31
exclude: "inst/extdata/.*"
32
# `exclude: <regex>` to allow committing specific files
33
- repo: https://github.com/pre-commit/mirrors-prettier
34
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.6
35
36
- id: prettier
37
0 commit comments