Skip to content

Fix typo

Fix typo #32

Triggered via push October 6, 2023 14:15
Status Success
Total duration 54s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (PLW1510): sphinx/__init__.py#L43
sphinx/__init__.py:43:19: PLW1510 `subprocess.run` without explicit `check` argument
Ruff (E226): sphinx/environment/__init__.py#L754
sphinx/environment/__init__.py:754:83: E226 Missing whitespace around arithmetic operator
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 (COM819): sphinx/writers/texinfo.py#L433
sphinx/writers/texinfo.py:433:68: COM819 Trailing comma prohibited
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.