Skip to content

Commit 8884a1f

Browse files
kevin1kevin1kLee-W
authored andcommitted
fix: resolve test error by removing defaults
1 parent 88ef59b commit 8884a1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commitizen/defaults.py

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class Settings(TypedDict, total=False):
5757
always_signoff: bool
5858
template: str | None
5959
extras: dict[str, Any]
60-
message_length_limit: int
6160

6261

6362
name: str = "cz_conventional_commits"
@@ -103,7 +102,6 @@ class Settings(TypedDict, total=False):
103102
"always_signoff": False,
104103
"template": None, # default provided by plugin
105104
"extras": {},
106-
"message_length_limit": 0,
107105
}
108106

109107
MAJOR = "MAJOR"

0 commit comments

Comments
 (0)