Skip to content

Commit fbcef03

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9fb1a1d commit fbcef03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bumpversion/aliases.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def resolve_command(self, ctx: Context, args: List[str]) -> tuple:
4040
original_args.remove("bump")
4141
else:
4242
print_warning(
43-
"Calling bumpversion without a subcommand is deprecated. " "Please use `bump-my-version bump` instead"
43+
"Calling bumpversion without a subcommand is deprecated. "
44+
"Please use `bump-my-version bump` instead"
4445
)
4546
return cmd.name, cmd, original_args
4647
return cmd.name, cmd, args

0 commit comments

Comments
 (0)