From 32fcdc35661ca34726f9795e3a6fabf1da086a49 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 07:27:16 +0000 Subject: [PATCH] fix: resolve CI lint and type errors --- src/llm/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llm/templates.py b/src/llm/templates.py index 6571059..c5529e1 100644 --- a/src/llm/templates.py +++ b/src/llm/templates.py @@ -86,7 +86,7 @@ Review the following diff: @classmethod def get_commit_review_prompt(cls, diff: str, commit_message: str, strictness: str = "balanced") -> str: - prompt = f"""Review the following commit with message: "{commit_message}" + prompt = f"""Review the following commit with message: \"{commit_message}\" Analyze whether the changes align with the commit message and provide feedback.