Skip to content

Commit

Permalink
fix: resolve test error by removing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1kevin1k authored and Lee-W committed Apr 30, 2024
1 parent 88ef59b commit 8884a1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commitizen/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class Settings(TypedDict, total=False):
always_signoff: bool
template: str | None
extras: dict[str, Any]
message_length_limit: int


name: str = "cz_conventional_commits"
Expand Down Expand Up @@ -103,7 +102,6 @@ class Settings(TypedDict, total=False):
"always_signoff": False,
"template": None, # default provided by plugin
"extras": {},
"message_length_limit": 0,
}

MAJOR = "MAJOR"
Expand Down

0 comments on commit 8884a1f

Please sign in to comment.