Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69c90ab

Browse files
style(bump.py): add type hinting to update_version_in_files
1 parent e9d73c5 commit 69c90ab

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)

AltStyle によって変換されたページ (->オリジナル) /