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 944b4bf commit fef9baaCopy full SHA for fef9baa
commitizen/cz/base.py
@@ -36,7 +36,7 @@ def message(self, answers: dict) -> str:
36
@property
37
def style(self):
38
return merge_styles(
39
- [BaseCommitizen.default_style_config, Style(self.config["style"])]
+ [Style(BaseCommitizen.default_style_config), Style(self.config["style"])]
40
)
41
42
def example(self) -> str:
0 commit comments