Fix rendering of enumerations inheriting from mixin and data types. #8094
Triggered via pull request
September 21, 2023 08:45
Status
Success
Total duration
8m 13s
Artifacts
–
lint.yml
on: pull_request
ruff
14s
flake8
16s
isort
17s
mypy
24s
docs-lint
13s
twine
31s
Annotations
6 errors
Ruff (PLW1510):
sphinx/__init__.py#L43
sphinx/__init__.py:43:19: PLW1510 `subprocess.run` without explicit `check` argument
|
Ruff (PLW1510):
sphinx/testing/fixtures.py#L214
sphinx/testing/fixtures.py:214:13: PLW1510 `subprocess.run` without explicit `check` argument
|
Ruff (SIM115):
sphinx/testing/path.py#L153
sphinx/testing/path.py:153:16: SIM115 Use context handler for opening files
|
Ruff (PLW1510):
tests/test_ext_imgconverter.py#L13
tests/test_ext_imgconverter.py:13:13: PLW1510 `subprocess.run` without explicit `check` argument
|
Ruff (PT014):
tests/test_pycode_ast.py#L37
tests/test_pycode_ast.py:37:5: PT014 Duplicate of test case at index 10 in `@pytest_mark.parametrize`
|
ruff
Process completed with exit code 1.
|