Skip to content

Commit 520352d

Browse files
committed
lint
1 parent 8d3cbc6 commit 520352d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

spin/cmds/pip.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
help="Install in editable mode.",
1111
)
1212
@click.option(
13-
"-v/-q", "--verbose/--quiet",
13+
"-v/-q",
14+
"--verbose/--quiet",
1415
is_flag=True,
1516
default=True,
16-
help="Print detailed build output."
17+
help="Print detailed build output.",
1718
)
1819
@click.option(
1920
"--verbose-import/--no-verbose-import",

0 commit comments

Comments
 (0)