diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dbd6c1..4002aaf 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.3.2 + rev: v0.4.3.9003 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] @@ -12,12 +12,12 @@ repos: - id: no-debug-statement - id: deps-in-desc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: '\.Rd' - repo: https://github.com/pre-commit-ci/pre-commit-ci-config - rev: v1.5.1 + rev: v1.6.1 hooks: # Only reuiqred when https://pre-commit.ci is used for config validation - id: check-pre-commit-ci-config @@ -31,7 +31,7 @@ repos: exclude: "inst/extdata/.*" # `exclude: ` to allow committing specific files - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier