Skip to content

Commit 9d8a0c0

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 20cbfa9 commit 9d8a0c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ repos:
9393
)$
9494
- id: pkgdown
9595
- repo: https://github.com/pre-commit/pre-commit-hooks
96-
rev: v4.6.0
96+
rev: v5.0.0
9797
hooks:
9898
- id: check-added-large-files
9999
- id: end-of-file-fixer
@@ -125,20 +125,20 @@ repos:
125125
- git2r
126126
- desc
127127
- lorenzwalthert/precommit
128-
stages: [commit, push]
128+
stages: [Nonepre-commitNone, Nonepre-pushNone]
129129
- id: hooks-config-to-inst
130130
name: hooks-config-to-inst
131131
entry: Rscript inst/hooks/local/hooks-config-to-inst.R
132132
language: r
133-
stages: [commit, push]
133+
stages: [Nonepre-commitNone, Nonepre-pushNone]
134134
additional_dependencies:
135135
- fs
136136
require_serial: True
137137
- id: spell-check-exclude-identical
138138
name: spell-check-exclude-identical
139139
entry: Rscript inst/hooks/local/spell-check-exclude-identical.R
140140
language: r
141-
stages: [commit, push]
141+
stages: [Nonepre-commitNone, Nonepre-pushNone]
142142
additional_dependencies:
143143
- magrittr
144144
- purrr
@@ -164,7 +164,7 @@ repos:
164164
- purrr
165165
- rlang
166166

167-
default_stages: ["commit"]
167+
default_stages: ["pre-commit"]
168168

169169
ci:
170170
skip: [consistent-release-tag, spell-check-ordered-exclude, pkgdown]

0 commit comments

Comments
 (0)