Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e44352b

Browse files
authored
Merge pull request #580 from Kurt-von-Laven/bump
Synchronize Pre-commit Hook Version with Commitizen Version
2 parents 3494fb8 + f9fd201 commit e44352b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: no-commit-to-branch
1515

1616
- repo: https://github.com/commitizen-tools/commitizen
17-
rev: v2.32.2 # automatically updated by Commitizen
17+
rev: v2.32.3 # automatically updated by Commitizen
1818
hooks:
1919
- id: commitizen
2020
- id: commitizen-branch

commitizen/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def update_version_in_files(
158158

159159
# Write the file out again
160160
with smart_open(filepath, "w") as file:
161-
file.write("".join(version_file))
161+
file.write(version_file)
162162

163163

164164
def _bump_with_regex(

0 commit comments

Comments
 (0)