tiborpilz / commitomatic

Expected 2 blank lines FLK-E302
Style
Minor
a year agoa year old
expected 2 blank lines, found 1
11    prompt = f"git diff .\n{diff}\n\n{commit_command}"
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"