Ruff after aider
This commit is contained in:
parent
44b7d148f7
commit
4c91d624de
|
@ -533,7 +533,6 @@ def solve_issues_in_repository(
|
||||||
issue_number,
|
issue_number,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# once all new issues are done, process any PR comments in batch
|
# once all new issues are done, process any PR comments in batch
|
||||||
for issue_url, pr_id, branch_name in jobs:
|
for issue_url, pr_id, branch_name in jobs:
|
||||||
with tempfile.TemporaryDirectory() as repository_path:
|
with tempfile.TemporaryDirectory() as repository_path:
|
||||||
|
@ -549,6 +548,7 @@ def solve_issues_in_repository(
|
||||||
issue_url,
|
issue_url,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def handle_pr_comments(
|
def handle_pr_comments(
|
||||||
repository_config,
|
repository_config,
|
||||||
pr_number,
|
pr_number,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user