We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038e0c7 commit ff0cac4Copy full SHA for ff0cac4
commitizen/config/base_config.py
@@ -23,7 +23,7 @@ def set_key(self, key, value):
23
For now only strings are supported.
24
We use to update the version number.
25
"""
26
- return self
+ raise NotImplementedError()
27
28
def update(self, data: dict):
29
self._settings.update(data)
0 commit comments