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 88ef59b commit 8884a1fCopy full SHA for 8884a1f
commitizen/defaults.py
@@ -57,7 +57,6 @@ class Settings(TypedDict, total=False):
57
always_signoff: bool
58
template: str | None
59
extras: dict[str, Any]
60
- message_length_limit: int
61
62
63
name: str = "cz_conventional_commits"
@@ -103,7 +102,6 @@ class Settings(TypedDict, total=False):
103
102
"always_signoff": False,
104
"template": None, # default provided by plugin
105
"extras": {},
106
- "message_length_limit": 0,
107
}
108
109
MAJOR = "MAJOR"
0 commit comments