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 bb41ed8 commit 50848e7Copy full SHA for 50848e7
docs/customization/python_class.md
@@ -43,7 +43,7 @@ class JiraCz(BaseCommitizen):
43
44
def message(self, answers: dict) -> str:
45
"""Generate the message with the given answers."""
46
- return "{0} (#{1})".format(answers["title"], answers["issue"])
+ return f"answers['title'] (#answers['issue'])"
47
48
def example(self) -> str:
49
"""Provide an example to help understand the style (OPTIONAL)
0 commit comments