diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcb81f4..13d2685 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.2 + rev: v0.4.3.9003 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] @@ -51,7 +51,7 @@ repos: args: [--allow_private_imports] - id: pkgdown - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ['--maxkb=200']