Skip to content

Commit 208dced

Browse files
use new stage names
1 parent 20cbfa9 commit 208dced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,20 @@ repos:
125125
- git2r
126126
- desc
127127
- lorenzwalthert/precommit
128-
stages: [commit, push]
128+
stages: [pre-commit, pre-push]
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: [pre-commit, pre-push]
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: [pre-commit, pre-push]
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)