mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-25 10:18:45 -06:00
v0.6.0
This commit is contained in:
@@ -102,7 +102,7 @@ def main(argv=None):
|
||||
)
|
||||
run_parser.add_argument(
|
||||
'--hook-stage', choices=('commit', 'push'), default='commit',
|
||||
help='The stage during which the hook is fired e.g. commit or push'
|
||||
help='The stage during which the hook is fired e.g. commit or push',
|
||||
)
|
||||
run_mutex_group = run_parser.add_mutually_exclusive_group(required=False)
|
||||
run_mutex_group.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user