Skip to content

Commit df7acce

Browse files
adam-grant-hendryLee-W
authored andcommitted
style(bump.py): add type hinting to update_version_in_files
1 parent cfdc327 commit df7acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def update_version_in_files(
4949
new_version: str,
5050
files: list[str],
5151
*,
52-
check_consistency=False,
52+
check_consistency: bool = False,
5353
encoding: str = encoding,
5454
) -> None:
5555
"""Change old version to the new one in every file given.

0 commit comments

Comments
 (0)