diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c463fd1c..d94c20a08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,7 +93,7 @@ repos: )$ - 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 - id: end-of-file-fixer @@ -125,12 +125,12 @@ repos: - git2r - desc - lorenzwalthert/precommit - stages: [commit, push] + stages: [Nonepre-commitNone, Nonepre-pushNone] - id: hooks-config-to-inst name: hooks-config-to-inst entry: Rscript inst/hooks/local/hooks-config-to-inst.R language: r - stages: [commit, push] + stages: [Nonepre-commitNone, Nonepre-pushNone] additional_dependencies: - fs require_serial: True @@ -138,7 +138,7 @@ repos: name: spell-check-exclude-identical entry: Rscript inst/hooks/local/spell-check-exclude-identical.R language: r - stages: [commit, push] + stages: [Nonepre-commitNone, Nonepre-pushNone] additional_dependencies: - magrittr - purrr @@ -164,7 +164,7 @@ repos: - purrr - rlang -default_stages: ["commit"] +default_stages: ["pre-commit"] ci: skip: [consistent-release-tag, spell-check-ordered-exclude, pkgdown]