Skip to content

Commit 5e6f566

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpversion/version_part.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(
129129
serialize: List[str],
130130
search: str,
131131
replace: str,
132-
part_configs: Dict[str, VersionPartConfig] = None,
132+
part_configs: Optional[Dict[str, VersionPartConfig]] = None,
133133
):
134134
try:
135135
self.parse_regex = re.compile(parse, re.VERBOSE)

0 commit comments

Comments
 (0)