Bump ruff from 0.11.11 to 0.11.12 #14004
lint.yml
on: pull_request
ruff
6s
mypy
31s
pyright
32s
docs-lint
9s
twine
13s
prettier
8s
Annotations
6 errors
ruff
Process completed with exit code 1.
|
Ruff (PLC0207):
sphinx/util/osutil.py#L51
sphinx/util/osutil.py:51:10: PLC0207 Accessing only the first or last element of `str.split()` without setting `maxsplit=1`
|
Ruff (PLC0207):
sphinx/util/osutil.py#L50
sphinx/util/osutil.py:50:10: PLC0207 Accessing only the first or last element of `str.split()` without setting `maxsplit=1`
|
Ruff (PLC0207):
sphinx/search/__init__.py#L303
sphinx/search/__init__.py:303:40: PLC0207 Accessing only the first or last element of `str.split()` without setting `maxsplit=1`
|
Ruff (PLC0207):
sphinx/ext/autosummary/__init__.py#L514
sphinx/ext/autosummary/__init__.py:514:12: PLC0207 Accessing only the first or last element of `str.split()` without setting `maxsplit=1`
|
Ruff (PLC0207):
sphinx/domains/python/_object.py#L96
sphinx/domains/python/_object.py:96:29: PLC0207 Accessing only the first or last element of `str.split()` without setting `maxsplit=1`
|