Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading