Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 20cbfa9 commit 9d8a0c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -125,20 +125,20 @@ 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
- id: spell-check-exclude-identical
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
Expand All @@ -164,7 +164,7 @@ repos:
- purrr
- rlang

default_stages: ["commit"]
default_stages: ["pre-commit"]

ci:
skip: [consistent-release-tag, spell-check-ordered-exclude, pkgdown]
Expand Down

0 comments on commit 9d8a0c0

Please sign in to comment.