Skip to content

Commit

Permalink
Merge pull request #18 from callowayproject/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
coordt authored Jun 14, 2023
2 parents efb04e9 + 5476cdf commit 7d17073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.270'
rev: 'v0.0.272'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
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 {missing_key!r} in {repr(version)} when serializing version number"
f"Did not find key {missing_key!r} in {version!r} when serializing version number"
) from e

keys_needing_representation = set()
Expand Down

0 comments on commit 7d17073

Please sign in to comment.