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 1ecdce1 commit 01a0b61Copy full SHA for 01a0b61
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.2.0
+ rev: v4.3.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
12
args: ["--autofix", "--indent=2", "--no-sort-keys"]
13
14
- repo: https://github.com/lorenzwalthert/precommit
15
- rev: v0.3.0
+ rev: v0.3.2.9001
16
17
- id: style-files
18
args: [--style_pkg=styler, --style_fun=tidyverse_style]
0 commit comments