MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / strip_local_version

Function strip_local_version

commitizen/cz/utils.py:22–23  ·  view source on GitHub ↗
(version: str)

Source from the content-addressed store, hash-verified

20
21
22def strip_local_version(version: str) -> str:
23 return _RE_LOCAL_VERSION.sub("", version)
24
25
26def get_backup_file_path() -> Path:

Callers 2

_find_incremental_revMethod · 0.90
__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…