Skip to content

Commit

Permalink
paste, fmt, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 14, 2024
1 parent 74907e2 commit 1daafc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/highlight_issues.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

"""Generate a list of GitHub issues that needs attention."""
"""Generate a list of GitHub issues that need attention."""

from __future__ import annotations

Expand All @@ -25,7 +25,7 @@
"roym899",
"teh-cmc",
"Wumpf",
"zehiko"
"zehiko",
]


Expand Down Expand Up @@ -63,7 +63,7 @@ def fetch_issue(issue_json: dict) -> dict:


def main() -> None:
parser = argparse.ArgumentParser(description="Generate a changelog.")
parser = argparse.ArgumentParser(description="Generate a list of GitHub issues that need attention.")
parser.add_argument("--list-external", action="store_true", help="List all external issues")
args = parser.parse_args()

Expand Down

0 comments on commit 1daafc7

Please sign in to comment.