Apply assorted ruff rules #12560
lint.yml
on: pull_request
ruff
8s
flake8
10s
mypy
23s
pyright
31s
docs-lint
7s
twine
11s
Annotations
3 errors
Ruff (F401):
tests/test_util/test_util_console.py#L13
tests/test_util/test_util_console.py:13:31: F401 `typing.TypeVar` imported but unused
|
ruff
Process completed with exit code 1.
|
flake8
Process completed with exit code 1.
|