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 27, 2023
1 parent f1acd35 commit 5e6f566
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 @@ -129,7 +129,7 @@ def __init__(
serialize: List[str],
search: str,
replace: str,
part_configs: Dict[str, VersionPartConfig] = None,
part_configs: Optional[Dict[str, VersionPartConfig]] = None,
):
try:
self.parse_regex = re.compile(parse, re.VERBOSE)
Expand Down

0 comments on commit 5e6f566

Please sign in to comment.