style: Apply linter formatting to issues.py script

This commit is contained in:
Paul Gauthier (aider) 2025-02-10 11:37:35 -08:00
parent 17919d7503
commit 30332c2ba5

View file

@ -174,7 +174,8 @@ def find_unlabeled_with_paul_comments(issues):
def handle_unlabeled_issues(all_issues, auto_yes):
print("\nFinding unlabeled issues with paul-gauthier comments...")
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"]]
]