Skip to content

Commit 3a88f03

Browse files
gbaian10Lee-W
authored andcommitted
refactor: add comment clarifying no_raise parsing to list[int]
1 parent dedd29c commit 3a88f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ class Args(argparse.Namespace):
602602
config: str | None = None
603603
debug: bool = False
604604
name: str | None = None
605-
no_raise: str | None = None
605+
no_raise: str | None = None # comma-separated string, later parsed as list[int]
606606
report: bool = False
607607
project: bool = False
608608
commitizen: bool = False

0 commit comments

Comments
 (0)