Skip to content

⬆️ Update dependency ruff to v0.15.10 #7251

⬆️ Update dependency ruff to v0.15.10

⬆️ Update dependency ruff to v0.15.10 #7251

Triggered via push April 11, 2026 06:38
Status Failure
Total duration 39s
Artifacts

linting.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff
Process completed with exit code 1.
ruff (B905): src/wled/models.py#L700
src/wled/models.py:700:17: B905 `zip()` without an explicit `strict=` parameter help: Add explicit value for parameter `strict=`
ruff (UP035): src/wled/cli/async_typer.py#L26
src/wled/cli/async_typer.py:26:1: UP035 Import from `collections.abc` instead: `Callable` help: Import from `collections.abc`