Ruff after aider
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 23s

This commit is contained in:
Jon Michael Aanes 2025-04-23 21:28:33 +02:00
parent 44b7d148f7
commit 4c91d624de

View File

@ -533,7 +533,6 @@ def solve_issues_in_repository(
issue_number,
)
# once all new issues are done, process any PR comments in batch
for issue_url, pr_id, branch_name in jobs:
with tempfile.TemporaryDirectory() as repository_path:
@ -549,6 +548,7 @@ def solve_issues_in_repository(
issue_url,
)
def handle_pr_comments(
repository_config,
pr_number,