Skip to content

Commit 18c260a

Browse files
committed
docs(bump): comment on a stupid looking pattern
1 parent a298db9 commit 18c260a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/commands/bump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def __init__(self, config: BaseConfig, arguments: BumpArgs) -> None:
7979
**{
8080
k: v
8181
for k, v in {
82+
# All these are for making mypy happy
8283
"annotated_tag_message": arguments.get("annotated_tag_message"),
8384
"annotated_tag": arguments.get("annotated_tag"),
8485
"bump_message": arguments.get("bump_message"),

0 commit comments

Comments
 (0)