Skip to content

chore(deps): bump ruff from 0.5.7 to 0.6.1 #551

chore(deps): bump ruff from 0.5.7 to 0.6.1

chore(deps): bump ruff from 0.5.7 to 0.6.1 #551

Triggered via push August 19, 2024 08:22
Status Failure
Total duration 45s
Artifacts
call-workflow  /  pre-commit
22s
call-workflow / pre-commit
Matrix: pytest / pytest
Fit to window
Zoom out
Zoom in

Annotations

5 errors
pytest / Test python 3.11: cridlib/strategy/now.py#L341
ruff pytest_ruff.RuffError: cridlib/strategy/now.py:3:37: RUF100 [*] Unused `noqa` directive (unused: `N817`) | 1 | """Handle currently running show.""" 2 | 3 | import xml.etree.ElementTree as ET # noqa: N817 | ^^^^^^^^^^^^ RUF100 4 | from pathlib import PurePath | = help: Remove unused `noqa` directive
pytest / Test python 3.11
Process completed with exit code 1.
pytest / Test python 3.x
The job was canceled because "_3_11_false" failed.
pytest / Test python 3.x: cridlib/strategy/now.py#L341
ruff pytest_ruff.RuffError: cridlib/strategy/now.py:3:37: RUF100 [*] Unused `noqa` directive (unused: `N817`) | 1 | """Handle currently running show.""" 2 | 3 | import xml.etree.ElementTree as ET # noqa: N817 | ^^^^^^^^^^^^ RUF100 4 | from pathlib import PurePath | = help: Remove unused `noqa` directive
pytest / Test python 3.x
The operation was canceled.