MCPcopy 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()

Calls

no outgoing calls