correct order of init of parent and subclasses in manufacturerspecifi… #26
ci.yaml
on: push
Collect information & changes data
16s
Matrix: Prepare dependencies
Check hassfest
50s
Check all requirements
30s
Check mypy
44s
Check pylint
10m 20s
Check black
21s
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Annotations
3 errors and 3 warnings
Check mypy:
homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L407
Incompatible types in assignment (expression has type tuple[AttrReportConfig, AttrReportConfig, ... <14 more items>], variable has type tuple[AttrReportConfig, AttrReportConfig, ... <9 more items>]) [assignment]
|
Check mypy
Process completed with exit code 1.
|
Check pylint
Process completed with exit code 4.
|
Check pylint:
homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L403
W7432: Return type should be None in __init__ (hass-return-type)
|
Check pylint:
homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L450
W7432: Return type should be None in __init__ (hass-return-type)
|
Check pylint:
homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L470
W7432: Return type should be None in __init__ (hass-return-type)
|