mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.6.0
This commit is contained in:
parent
a8e43afb07
commit
223f0d4dfb
5 changed files with 8 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ PREVIOUS_IDENTIFYING_HASHES = (
|
|||
'4d9958c90bc262f47553e2c073f14cfe',
|
||||
'd8ee923c46731b42cd95cc869add4062',
|
||||
'49fd668cb42069aa1b6048464be5d395',
|
||||
'79f09a650522a87b0da915d0d983b2de'
|
||||
'79f09a650522a87b0da915d0d983b2de',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue