diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05dab09d9..4b735854e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ -# All available hooks: https://pre-commit.com/hooks.html # R specific hooks: https://github.com/lorenzwalthert/precommit +# All available hooks: https://pre-commit.com/hooks.html repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9029 + rev: a62d29d hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm]