Skip to content

linkcheck: support ignored-URIs for redirects #12644

linkcheck: support ignored-URIs for redirects

linkcheck: support ignored-URIs for redirects #12644

Triggered via pull request November 13, 2024 01:57
Status Failure
Total duration 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
mypy
Process completed with exit code 1.
Ruff (TCH003): sphinx/util/requests.py#L5
sphinx/util/requests.py:5:8: TCH003 Move standard library import `re` into a type-checking block
Ruff (D209): sphinx/util/requests.py#L22
sphinx/util/requests.py:22:5: D209 Multi-line docstring closing quotes should be on a separate line
Ruff (ANN202): sphinx/util/requests.py#L63
sphinx/util/requests.py:63:9: ANN202 Missing return type annotation for private function `get_redirect_target`
Ruff (ANN204): sphinx/util/requests.py#L76
sphinx/util/requests.py:76:9: ANN204 Missing return type annotation for special method `__init__`
Ruff (ANN002): sphinx/util/requests.py#L76
sphinx/util/requests.py:76:24: ANN002 Missing type annotation for `*args`
Ruff (ANN003): sphinx/util/requests.py#L76
sphinx/util/requests.py:76:31: ANN003 Missing type annotation for `**kwargs`
ruff
Process completed with exit code 1.