We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4a3ee commit dda73baCopy full SHA for dda73ba
commitizen/cz/customize/customize.py
@@ -54,7 +54,7 @@ def __init__(self, config: BaseConfig):
54
self.change_type_map = change_type_map
55
56
def questions(self) -> Questions:
57
- custom_questions = self.custom_settings.get("questions", [{}])
+ custom_questions = self.custom_settings.get("questions")
58
if custom_questions:
59
return custom_questions
60
return super().questions()
0 commit comments