style: auto-fix linting issues

This commit is contained in:
claude[bot] 2026-03-04 09:15:27 +00:00
parent ff35883ce6
commit f31b428a72

View file

@ -114,8 +114,7 @@ async def _review_single_test(
failed_lines.append(f"- `{fn}`")
failed_note = (
"Note: The following functions failed behavioral tests and are already flagged for repair. "
"Do NOT include them in your review — only review the remaining functions.\n"
+ "\n".join(failed_lines)
"Do NOT include them in your review — only review the remaining functions.\n" + "\n".join(failed_lines)
)
system_prompt = _jinja_env.get_template("testgen_review_system_prompt.md.j2").render()