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 5b06f21 commit 0b54f79Copy full SHA for 0b54f79
.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
- Nonepre-commitNone,
6
- Nonepre-merge-commitNone,
7
- Nonepre-pushNone,
+ commit,
+ merge-commit,
+ push,
8
prepare-commit-msg,
9
commit-msg,
10
post-checkout,
0 commit comments