Skip to content

Commit d31eb36

Browse files
committed
chore(lint): Fix line lenght
Signed-off-by: Helio Chissini de Castro <[email protected]>
1 parent dcc3517 commit d31eb36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/orthw/commands/scan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def scan(
7070

7171
@command_group.command(
7272
name="scan",
73-
help=("Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."),
73+
help=(
74+
"Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."
75+
),
7476
short_help=(
7577
"Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."
7678
),

0 commit comments

Comments
 (0)