chore(deps): bump ruff from 0.5.7 to 0.6.1 #551
lint-and-test.yaml
on: push
call-workflow
/
pre-commit
22s
Matrix: pytest / pytest
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.
|