mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Minor fixes
This commit is contained in:
parent
70e7d9c5c4
commit
fccb4e6935
2 changed files with 4 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue