Merge latest dev
#414
ci.yaml
on: pull_request
Collect information & changes data
34s
Matrix: Prepare dependencies
Check hassfest
33s
Check all requirements
26s
Check mypy
3m 33s
Check pylint
8m 40s
Check ruff-format
15s
Matrix: pytest-full
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (full suite)
0s
Annotations
13 errors
Ruff (SLF001):
homeassistant/components/zha/binary_sensor.py#L54
homeassistant/components/zha/binary_sensor.py:54:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/binary_sensor.py#L57
homeassistant/components/zha/binary_sensor.py:57:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/button.py#L52
homeassistant/components/zha/button.py:52:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/button.py#L55
homeassistant/components/zha/button.py:55:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/cover.py#L60
homeassistant/components/zha/cover.py:60:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/cover.py#L63
homeassistant/components/zha/cover.py:63:17: SLF001 Private member accessed: `_attr_device_class`
|
Ruff (SLF001):
homeassistant/components/zha/cover.py#L67
homeassistant/components/zha/cover.py:67:17: SLF001 Private member accessed: `_attr_supported_features`
|
Ruff (SLF001):
homeassistant/components/zha/cover.py#L70
homeassistant/components/zha/cover.py:70:17: SLF001 Private member accessed: `_attr_supported_features`
|
Ruff (SLF001):
homeassistant/components/zha/select.py#L55
homeassistant/components/zha/select.py:55:30: SLF001 Private member accessed: `_attr_options`
|
Ruff (SLF001):
homeassistant/components/zha/siren.py#L52
homeassistant/components/zha/siren.py:52:13: SLF001 Private member accessed: `_attr_supported_features`
|
Check mypy:
homeassistant/components/zha/update.py#L102
Cannot infer type argument 1 of "__init__" of "CoordinatorEntity" [misc]
|
Check mypy
Process completed with exit code 1.
|
Split tests for full run
Process completed with exit code 1.
|