mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Apply linter formatting to issues.py script
This commit is contained in:
parent
17919d7503
commit
30332c2ba5
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ def find_unlabeled_with_paul_comments(issues):
|
||||||
def handle_unlabeled_issues(all_issues, auto_yes):
|
def handle_unlabeled_issues(all_issues, auto_yes):
|
||||||
print("\nFinding unlabeled issues with paul-gauthier comments...")
|
print("\nFinding unlabeled issues with paul-gauthier comments...")
|
||||||
unlabeled_issues = [
|
unlabeled_issues = [
|
||||||
issue for issue in find_unlabeled_with_paul_comments(all_issues)
|
issue
|
||||||
|
for issue in find_unlabeled_with_paul_comments(all_issues)
|
||||||
if "priority" not in [label["name"] for label in issue["labels"]]
|
if "priority" not in [label["name"] for label in issue["labels"]]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue