Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 7, 2023
1 parent 465375f commit c30c561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/checks/docs_link_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,10 @@ def scan_docs_click(


def scan_docs(
path: str | pathlib.Path, docs_root: str | pathlib.Path | None, site_prefix: str, skip_external: bool
path: str | pathlib.Path,
docs_root: str | pathlib.Path | None,
site_prefix: str,
skip_external: bool,
) -> tuple[int, str]:
path = pathlib.Path(path)
if docs_root:
Expand Down

0 comments on commit c30c561

Please sign in to comment.