chore(deps): bump ruff from 0.5.7 to 0.6.1 #555
Annotations
2 errors
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
|
|
This job failed
Loading