We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61f70c commit e6e7475Copy full SHA for e6e7475
commitizen/commands/check.py
@@ -21,7 +21,7 @@ class CheckArgs(TypedDict, total=False):
21
commit_msg: str
22
rev_range: str
23
allow_abort: bool
24
- message_length_limit: int
+ message_length_limit: int | None
25
allowed_prefixes: list[str]
26
message: str
27
use_default_range: bool
commitizen/commands/commit.py
@@ -35,7 +35,7 @@ class CommitArgs(TypedDict, total=False):
35
dry_run: bool
36
edit: bool
37
extra_cli_args: str
38
39
no_retry: bool
40
signoff: bool
41
write_message_to_file: Path | None
0 commit comments