Skip to content

Commit 0b54f79

Browse files
authored
Update .pre-commit-config.yaml
1 parent 5b06f21 commit 0b54f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ minimum_pre_commit_version: 2.15.0
22
exclude: ^LICENSES/|\.(html|csv|svg)$
33
# reserve "manual" for relatively slow hooks which we still want to run in CI
44
default_stages: [
5-
Nonepre-commitNone,
6-
Nonepre-merge-commitNone,
7-
Nonepre-pushNone,
5+
commit,
6+
merge-commit,
7+
push,
88
prepare-commit-msg,
99
commit-msg,
1010
post-checkout,

0 commit comments

Comments
 (0)