Codex/create daily server refresh task #14112
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (SIM108):
scripts/daily_refresh.py#L208
scripts/daily_refresh.py:208:9: SIM108 Use ternary operator `path = (root / path).resolve() if not path.is_absolute() else path.resolve()` instead of `if`-`else`-block
|
|
Ruff (RUF100):
scripts/daily_refresh.py#L98
scripts/daily_refresh.py:98:32: RUF100 Unused `noqa` directive (unused: `S607`)
|
|
Ruff (I001):
scripts/daily_refresh.py#L18
scripts/daily_refresh.py:18:1: I001 Import block is un-sorted or un-formatted
|