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 129c58c commit 8628cb8Copy full SHA for 8628cb8
commitizen/cz/base.py
@@ -35,7 +35,9 @@ def message(self, answers: dict) -> str:
35
36
@property
37
def style(self):
38
- return merge_styles(BaseCommitizen.default_style_config, Style(self.config["style"]))
+ return merge_styles(
39
+ [BaseCommitizen.default_style_config, Style(self.config["style"])]
40
+ )
41
42
def example(self) -> str:
43
"""Example of the commit message."""
0 commit comments