tiborpilz / commitomatic

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
a year agoa year old
No blank lines allowed after function docstring
12    return prompt
13
14def get_gpt_prompt(diff):
15    """Get the prompt for GPT."""16
17    query = "# Write a commit message for the following diff. Use conventional commit style. Add bullet points in the body.\n"
18    query += "# Start diff\n"