Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commitizen-tools/commitizen
/ update
Method
update
commitizen/config/base_config.py:49–50 ·
view source on GitHub ↗
(self, data: Settings)
Source
from the content-addressed store, hash-verified
47
raise
NotImplementedError()
48
49
def
update(self, data: Settings) -> None:
50
self._settings.update(data)
51
52
def
_parse_setting(self, data: bytes | str) -> None:
53
raise
NotImplementedError()
Callers
13
test_bump_map_major_version_zero_is_derived_from_bump_map
Function · 0.80
test_bump_map_major_version_zero_explicit_user_value_wins
Function · 0.80
test_bump_map_major_version_zero_falls_back_to_defaults_without_bump_map
Function · 0.80
test_factory
Function · 0.80
test_factory_fails
Function · 0.80
config
Function · 0.80
test_is_initial_tag
Function · 0.80
_resolve_files_and_regexes
Function · 0.80
main
Function · 0.80
__init__
Method · 0.80
_parse_setting
Method · 0.80
_parse_setting
Method · 0.80
Calls
no outgoing calls
Tested by
7
test_bump_map_major_version_zero_is_derived_from_bump_map
Function · 0.64
test_bump_map_major_version_zero_explicit_user_value_wins
Function · 0.64
test_bump_map_major_version_zero_falls_back_to_defaults_without_bump_map
Function · 0.64
test_factory
Function · 0.64
test_factory_fails
Function · 0.64
config
Function · 0.64
test_is_initial_tag
Function · 0.64