fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -86,7 +86,7 @@ Review the following diff:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_commit_review_prompt(cls, diff: str, commit_message: str, strictness: str = "balanced") -> str:
|
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.
|
Analyze whether the changes align with the commit message and provide feedback.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user