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 d515327 commit f4e9ad4Copy full SHA for f4e9ad4
.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.4.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.9019
16
17
- id: style-files
18
args: [--style_pkg=styler, --style_fun=tidyverse_style]
0 commit comments