Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
def
strip_local_version(version: str) -> str:
23
return
_RE_LOCAL_VERSION.sub(
""
, version)
24
25
26
def
get_backup_file_path() -> Path:
Callers
2
_find_incremental_rev
Method · 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…