Skip to content

Commit a69d441

Browse files
timsu92Lee-W
authored andcommitted
refactor(init): remote extra words
1 parent 89600f0 commit a69d441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _ask_version_provider(self) -> str:
238238
"npm": "npm: Get and set version from package.json:project.version field",
239239
"pep621": "pep621: Get and set version from pyproject.toml:project.version field",
240240
"poetry": "poetry: Get and set version from pyproject.toml:tool.poetry.version field",
241-
"uv": "uv: Get and Get and set version from pyproject.toml and uv.lock",
241+
"uv": "uv: Get and set version from pyproject.toml and uv.lock",
242242
"scm": "scm: Fetch the version from git and does not need to set it back",
243243
}
244244

0 commit comments

Comments
 (0)