mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Minor fixes
This commit is contained in:
@@ -168,10 +168,7 @@ def main(argv=None):
|
||||
),
|
||||
)
|
||||
autoupdate_parser.add_argument(
|
||||
'--repo', nargs=1, default=None,
|
||||
help=(
|
||||
'Repository to update the hooks of.'
|
||||
),
|
||||
'--repo', help='Only update this repository.',
|
||||
)
|
||||
|
||||
migrate_config_parser = subparsers.add_parser(
|
||||
|
||||
Reference in New Issue
Block a user