linkcheck: support ignored-URIs for redirects #12644
lint.yml
on: pull_request
ruff
5s
flake8
12s
mypy
19s
pyright
30s
docs-lint
5s
twine
11s
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.
|