Skip to content

Commit 9ebe600

Browse files
nhortonclaude
andcommitted
style: fix ruff formatting in review/instructions.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fccb5a2 commit 9ebe600

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/deepwork/review/instructions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ def build_instruction_file(task: ReviewTask, review_id: str = "") -> str:
157157

158158
# Pre-fetched git diff for broad rules
159159
if task.git_diff_output:
160-
parts.append("## Output from `git diff main..HEAD` for you to review (sorted by filepath)\n")
160+
parts.append(
161+
"## Output from `git diff main..HEAD` for you to review (sorted by filepath)\n"
162+
)
161163
parts.append("```diff")
162164
parts.append(task.git_diff_output.rstrip())
163165
parts.append("```")

0 commit comments

Comments
 (0)