fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-02-05 07:27:16 +00:00
parent 85f2f93dd5
commit 32fcdc3566

View File

@@ -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.