Skip to content

Commit ca13a25

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 32c2677 commit ca13a25

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/pr_file_map.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def check_gh_auth() -> None:
5454

5555

5656
def get_open_prs() -> list[dict]:
57-
raw = run_gh(["pr", "list", "--state", "open", "--limit", "1000", "--json", "number,title"])
57+
raw = run_gh(
58+
["pr", "list", "--state", "open", "--limit", "1000", "--json", "number,title"]
59+
)
5860
return json.loads(raw)
5961

6062

0 commit comments

Comments
 (0)