Skip to content

Commit 3c0d09e

Browse files
Fix line too long
1 parent 284f459 commit 3c0d09e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pip/_internal/cli/cmdoptions.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ class PipOption(Option):
182182
dest="require_venv",
183183
action="store_true",
184184
default=False,
185-
help="Allow pip to only run in a virtual environment; exit with an error otherwise.",
185+
help=(
186+
"Allow pip to only run in a virtual environment; "
187+
"exit with an error otherwise."
188+
),
186189
)
187190

188191
verbose: Callable[..., Option] = partial(

0 commit comments

Comments
 (0)