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

Function config

tests/conftest.py:175–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173
174@pytest.fixture
175def config():
176 _config = BaseConfig()
177 _config.settings.update({"name": defaults.DEFAULT_SETTINGS["name"]})
178 return _config
179
180
181class SemverCommitizen(BaseCommitizen):

Callers

nothing calls this directly

Calls 2

BaseConfigClass · 0.90
updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…