We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a10e04 commit 771597aCopy full SHA for 771597a
.pre-commit-config.yaml
@@ -2,9 +2,9 @@ minimum_pre_commit_version: 2.15.0
2
exclude: ^LICENSES/|\.(html|csv|svg)$
3
# reserve "manual" for relatively slow hooks which we still want to run in CI
4
default_stages: [
5
- commit,
6
- merge-commit,
7
- push,
+ pre-commit,
+ pre-merge-commit,
+ pre-push,
8
prepare-commit-msg,
9
commit-msg,
10
post-checkout,
0 commit comments