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 b43a614 commit 721e7eaCopy full SHA for 721e7ea
tests/commands/test_init_command.py
@@ -32,7 +32,7 @@ def unsafe_ask(self):
32
"rev": f"v{__version__}",
33
"hooks": [
34
{"id": "commitizen"},
35
- {"id": "commitizen-branch", "stages": ["push"]},
+ {"id": "commitizen-branch", "stages": ["pre-push"]},
36
],
37
}
38
0 commit comments