Skip to content

Commit 54bfd3d

Browse files
committed
refactor(init): remote extra words
1 parent b8f9bf6 commit 54bfd3d

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
@@ -236,7 +236,7 @@ def _ask_version_provider(self) -> str:
236236
"npm": "npm: Get and set version from package.json:project.version field",
237237
"pep621": "pep621: Get and set version from pyproject.toml:project.version field",
238238
"poetry": "poetry: Get and set version from pyproject.toml:tool.poetry.version field",
239-
"uv": "uv: Get and Get and set version from pyproject.toml and uv.lock",
239+
"uv": "uv: Get and set version from pyproject.toml and uv.lock",
240240
"scm": "scm: Fetch the version from git and does not need to set it back",
241241
}
242242

0 commit comments

Comments
 (0)