Skip to content

Commit a0125d7

Browse files
committed
fix(defaults): add missing type definition for always_signoff
1 parent 4791a88 commit a0125d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/defaults.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class Settings(TypedDict, total=False):
5656
post_bump_hooks: list[str] | None
5757
prerelease_offset: int
5858
encoding: str
59+
always_signoff: bool
5960
format: str | None
6061
template: str | None
6162
extras: dict[str, Any]

0 commit comments

Comments
 (0)