Use the correct path to the JavaScript tests workflow #8079
lint.yml
on: push
ruff
15s
flake8
23s
isort
9s
mypy
27s
docs-lint
14s
twine
30s
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.
|