From e0f1a343196fd8fb7ef945a3aa8e89731cf74ab7 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 8 Mar 2016 15:51:28 -0800 Subject: [PATCH] Style: fixed line length --- pre_commit/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pre_commit/main.py b/pre_commit/main.py index 0e092667..1aafefd8 100644 --- a/pre_commit/main.py +++ b/pre_commit/main.py @@ -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',