mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Style: fixed line length
This commit is contained in:
parent
23a140aa30
commit
e0f1a34319
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ def main(argv=None):
|
|||
run_parser.add_argument('hook', nargs='?', help='A single hook-id to run')
|
||||
run_parser.add_argument(
|
||||
'--color', default='auto', type=color.use_color,
|
||||
help='Whether to use color in output. Choices are `always`, `never`, or `auto`. Defaults to `auto`.',
|
||||
help='Whether to use color in output. Choices are `always`, `never`'
|
||||
', or `auto`. Defaults to `auto`.',
|
||||
)
|
||||
run_parser.add_argument(
|
||||
'--no-stash', default=False, action='store_true',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue