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 e2702fc commit e631941Copy full SHA for e631941
commitizen/commands/bump.py
@@ -79,6 +79,7 @@ def __init__(self, config: BaseConfig, arguments: BumpArgs) -> None:
79
**{
80
k: v
81
for k, v in {
82
+ # All these are for making mypy happy
83
"annotated_tag_message": arguments.get("annotated_tag_message"),
84
"annotated_tag": arguments.get("annotated_tag"),
85
"bump_message": arguments.get("bump_message"),
0 commit comments