Skip to content

Commit

Permalink
running black on project
Browse files Browse the repository at this point in the history
  • Loading branch information
Rulrn committed Dec 5, 2023
1 parent 9908b04 commit 6c76b7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tbump/git_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,13 @@ def get_commands(self, new_version: str) -> List[Command]:
)
else:
self.add_command(
res, "tag", "--sign", "--annotate", "--message", tag_message, tag_name
res,
"tag",
"--sign",
"--annotate",
"--message",
tag_message,
tag_name,
)
if "push_commit" in self.operations and "push_tag" in self.operations:
if self.atomic_push:
Expand Down

0 comments on commit 6c76b7e

Please sign in to comment.