Ruff after Claude Code
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 24s

This commit is contained in:
Jon Michael Aanes 2025-06-09 13:41:37 +02:00
parent b743fd0afb
commit 0b40e8dec9

View File

@ -305,7 +305,10 @@ class GiteaClient:
if review_id:
try:
comments = self.get_review_comments(
owner, repo, pull_number, review_id,
owner,
repo,
pull_number,
review_id,
)
# Add review context to each comment for better debugging
for comment in comments: