8000
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 90c9918 commit dedcb2dCopy full SHA for dedcb2d
commitizen/commands/commit.py
@@ -46,7 +46,7 @@ def prompt_commit_questions(self) -> str:
46
# Prompt user for the commit message
47
cz = self.cz
48
questions = cz.questions()
49
- for question in filter(lambda q: q['type'] == 'list', questions):
+ for question in filter(lambda q: q["type"] == "list", questions):
50
question["use_shortcuts"] = self.config.settings["use_shortcuts"]
51
try:
52
answers = questionary.prompt(questions, style=cz.style)
0 commit comments