Skip to content

Commit dedcb2d

Browse files
zevisertLee-W
authored andcommitted
style: forgot to run black
1 parent 90c9918 commit dedcb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def prompt_commit_questions(self) -> str:
4646
# Prompt user for the commit message
4747
cz = self.cz
4848
questions = cz.questions()
49-
for question in filter(lambda q: q['type'] == 'list', questions):
49+
for question in filter(lambda q: q["type"] == "list", questions):
5050
question["use_shortcuts"] = self.config.settings["use_shortcuts"]
5151
try:
5252
answers = questionary.prompt(questions, style=cz.style)

0 commit comments

Comments
 (0)