MCPcopy
hub / github.com/commitizen-tools/commitizen / set_version

Method set_version

commitizen/providers/uv_provider.py:24–26  ·  view source on GitHub ↗
(self, version: str)

Source from the content-addressed store, hash-verified

22 return Path() / self.lock_filename
23
24 def set_version(self, version: str) -> None:
25 super().set_version(version)
26 self.set_lock_version(version)
27
28 def set_lock_version(self, version: str) -> None:
29 pyproject_toml_content = tomlkit.parse(

Calls 1

set_lock_versionMethod · 0.95