wled: lint fix #1523
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()`
|