Use a StrEnum
to record linkcheck status codes
#12467
lint.yml
on: pull_request
ruff
4s
flake8
13s
mypy
21s
pyright
40s
docs-lint
6s
twine
12s
Annotations
3 errors
Ruff (I001):
sphinx/builders/linkcheck.py#L45
sphinx/builders/linkcheck.py:45:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP007):
sphinx/builders/linkcheck.py#L56
sphinx/builders/linkcheck.py:56:33: UP007 Use `X | Y` for type annotations
|
ruff
Process completed with exit code 1.
|