Skip to content

Commit d427396

Browse files
committed
refactor: add comment clarifying no_raise parsing to list[int]
1 parent 993a8e3 commit d427396

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)