Bump ruff from 0.7.2 to 0.7.3 #12632
lint.yml
on: pull_request
ruff
5s
flake8
12s
mypy
19s
pyright
31s
docs-lint
6s
twine
14s
Annotations
7 errors
Ruff (SIM905):
sphinx/search/en.py#L10
sphinx/search/en.py:10:5: SIM905 Consider using a list literal instead of `str.split`
|
Ruff (SIM905):
sphinx/search/zh.py#L22
sphinx/search/zh.py:22:5: SIM905 Consider using a list literal instead of `str.split`
|
Ruff (FURB189):
sphinx/testing/path.py#L35
sphinx/testing/path.py:35:12: FURB189 Subclassing `str` can be error prone, use `collections.UserStr` instead
|
Ruff (FURB189):
tests/test_extensions/test_ext_autodoc.py#L219
tests/test_extensions/test_ext_autodoc.py:219:24: FURB189 Subclassing `list` can be error prone, use `collections.UserList` instead
|
Ruff (B033):
tests/test_extensions/test_ext_autodoc.py#L1530
tests/test_extensions/test_ext_autodoc.py:1530:40: B033 Sets should not contain duplicate items, but `1` and `True` has the same value
|
Ruff (FURB189):
tests/test_extensions/test_ext_intersphinx.py#L44
tests/test_extensions/test_ext_intersphinx.py:44:16: FURB189 Subclassing `list` can be error prone, use `collections.UserList` instead
|
ruff
Process completed with exit code 1.
|