Skip to content

Commit e7ba2bf

Browse files
committed
try again to fix D401
1 parent bb5d582 commit e7ba2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/commands/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77

88
@click.group()
9-
def run() -> None:
10-
"""Main package entry-point.""" # noqa: D401
9+
def run() -> None: # noqa: D401
10+
"""Main package entry-point."""
1111

1212

1313
run.add_command(sys_info)

0 commit comments

Comments
 (0)