mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-28 19:19:21 -05:00
Simplify a few things
This commit is contained in:
+2
-2
@@ -79,11 +79,11 @@ def main(argv=None):
|
||||
)
|
||||
|
||||
run_parser.add_argument(
|
||||
'--origin', '-o', default='',
|
||||
'--origin', '-o',
|
||||
help='The origin branch"s commit_id when using `git push`',
|
||||
)
|
||||
run_parser.add_argument(
|
||||
'--source', '-s', default='',
|
||||
'--source', '-s',
|
||||
help='The remote branch"s commit_id when using `git push`',
|
||||
)
|
||||
run_mutex_group = run_parser.add_mutually_exclusive_group(required=False)
|
||||
|
||||
Reference in New Issue
Block a user