Skip to content

wled: lint fix

wled: lint fix #1523

Triggered via push January 13, 2025 17:32
Status Failure
Total duration 34s
Artifacts

test_code.yaml

on: push
lint-python-code
23s
lint-python-code
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
lint-python-code
determine which types to install with no files to check (and no cache from previous mypy run)
lint-python-code
Process completed with exit code 1.
lint-python-code: moonraker/components/paneldue.py#L144
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
lint-python-code: moonraker/components/wled.py#L327
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`