Bump ruff from 0.8.6 to 0.9.0 #12971
Annotations
10 errors and 5 warnings
Ruff (B903):
sphinx/builders/gettext.py#L45
sphinx/builders/gettext.py:45:1: B903 Class could be dataclass or namedtuple
|
Ruff (B903):
sphinx/domains/c/_symbol.py#L33
sphinx/domains/c/_symbol.py:33:1: B903 Class could be dataclass or namedtuple
|
Ruff (B903):
sphinx/domains/cpp/_symbol.py#L38
sphinx/domains/cpp/_symbol.py:38:1: B903 Class could be dataclass or namedtuple
|
Ruff (B903):
sphinx/domains/cpp/_symbol.py#L54
sphinx/domains/cpp/_symbol.py:54:1: B903 Class could be dataclass or namedtuple
|
Ruff (B903):
sphinx/ext/autodoc/__init__.py#L300
sphinx/ext/autodoc/__init__.py:300:1: B903 Class could be dataclass or namedtuple
|
Ruff (UP045):
tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py#L15
tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py:15:12: UP045 Use `X | None` for type annotations
|
Ruff (RUF100):
tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py#L15
tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py:15:29: RUF100 Unused `noqa` directive (unused: `UP007`)
|
Ruff (B903):
tests/test_events.py#L27
tests/test_events.py:27:1: B903 Class could be dataclass or namedtuple
|
Ruff (UP045):
tests/test_util/test_util_inspect.py#L99
tests/test_util/test_util_inspect.py:99:13: UP045 Use `X | None` for type annotations
|
Ruff (RUF100):
tests/test_util/test_util_inspect.py#L99
tests/test_util/test_util_inspect.py:99:30: RUF100 Unused `noqa` directive (unused: `UP007`)
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
twine
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|