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 7dd33ea commit cc100d3Copy full SHA for cc100d3
.pre-commit-config.yaml
@@ -4,8 +4,8 @@ default_install_hook_types:
4
- pre-push
5
6
default_stages:
7
- - commit
8
- - push
+ - pre-commit
+ - pre-push
9
10
repos:
11
- repo: meta
@@ -55,7 +55,7 @@ repos:
55
- id: commitizen-branch
56
stages:
57
- post-commit
58
59
60
- repo: local
61
hooks:
@@ -70,6 +70,6 @@ repos:
70
name: linter and test
71
language: system
72
pass_filenames: false
73
- stages: [ push ]
+ stages: [ pre-push ]
74
entry: ./scripts/test
75
types: [ python ]
0 commit comments