Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 4, 2024
1 parent 8cabef6 commit b8fbff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def handle_include_read(
) -> None:
"""Handler for the include-read sphinx event."""
if parent_docname == "change_log":
content[0] = replace_pr_numbers_with_links(content[0])
content[0] = replace_pr_numbers_with_links(content[0])


def setup(app: Sphinx) -> None:
Expand Down
2 changes: 1 addition & 1 deletion scripts/migrate-black.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def blackify(base_branch: str, black_command: str, logger: logging.Logger) -> in
"diff",
"--binary",
"--find-copies",
f"{last_commit}-black..{commit}-black"
f"{last_commit}-black..{commit}-black",
],
stdout=PIPE,
)
Expand Down

0 comments on commit b8fbff5

Please sign in to comment.