Skip to content

Commit eb9252f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff4eb61 commit eb9252f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre_commit_hooks/debug_statement_hook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ def main(argv: Sequence[str] | None = None) -> int:
7777
parser.add_argument(
7878
'--forbid',
7979
type=str, action='append',
80-
help='Extra module name(s) to forbid'
80+
help='Extra module name(s) to forbid',
8181
)
8282
parser.add_argument(
8383
'--allow',
8484
type=str,
8585
action='append',
86-
help='Extra module name(s) to allow'
86+
help='Extra module name(s) to allow',
8787
)
8888
args = parser.parse_args(argv)
8989

0 commit comments

Comments
 (0)