diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ebc81d7f..4bb1af251 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9005 + rev: v0.3.2.9007 hooks: - id: style-files args: @@ -99,7 +99,7 @@ repos: )$ - id: pkgdown - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files args: ["--maxkb=200"] @@ -117,7 +117,7 @@ repos: tests/testthat/_snaps/.*| )$ - repo: https://github.com/lorenzwalthert/gitignore-tidy - rev: a2260df7cc08de00d7312aeff68cea6bcba48c42 + rev: 475bf5d96927a1887ce2863ff3075b1d7240bc51 hooks: - id: tidy-gitignore - repo: local @@ -128,7 +128,7 @@ repos: language: fail files: '\.Rhistory|\.RData|\.Rds|\.rds$' # `exclude: ` to allow committing specific files. - + ci: skip: [pkgdown] autoupdate_schedule: monthly