Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2023
1 parent edc444f commit 266002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/version_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _serialize(
except KeyError as e:
missing_key = getattr(e, "message", e.args[0])
raise MissingValueError(
f"Did not find key {repr(missing_key)} in {repr(version)} when serializing version number"
f"Did not find key {missing_key!r} in {repr(version)} when serializing version number"
) from e

keys_needing_representation = set()
Expand Down

0 comments on commit 266002f

Please sign in to comment.