Merge remote-tracking branch 'origin/dev' into dev #55
ci.yaml
on: push
Collect information & changes data
22s
Matrix: Prepare dependencies
Check hassfest
43s
Check all requirements
34s
Check mypy
3m 18s
Check pylint
8m 52s
Check ruff-format
16s
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Annotations
8 errors and 4 warnings
Ruff (RSE102):
homeassistant/components/flexmeasures/services.py#L69
homeassistant/components/flexmeasures/services.py:69:36: RSE102 Unnecessary parentheses on raised exception
|
Ruff (RSE102):
homeassistant/components/flexmeasures/services.py#L76
homeassistant/components/flexmeasures/services.py:76:37: RSE102 Unnecessary parentheses on raised exception
|
Check ruff
Process completed with exit code 1.
|
Check ruff-format
Process completed with exit code 1.
|
Check hassfest
Process completed with exit code 1.
|
Check mypy:
homeassistant/components/flexmeasures/config_flow.py#L81
Return type "Coroutine[Any, Any, FlowResult[str]]" of "async_step_user" incompatible with return type "Coroutine[Any, Any, ConfigFlowResult]" in supertype "ConfigFlow" [override]
|
Check mypy
Process completed with exit code 1.
|
Check pylint
Process completed with exit code 4.
|
Check pylint:
homeassistant/components/flexmeasures/config_flow.py#L81
W7432: Return type should be ConfigFlowResult in async_step_user (hass-return-type)
|
Check pylint:
homeassistant/components/flexmeasures/config_flow.py#L81
W7432: Return type should be ConfigFlowResult in async_step_user (hass-return-type)
|
Check pylint:
homeassistant/components/flexmeasures/config_flow.py#L134
W7432: Return type should be ConfigFlowResult in async_step_init (hass-return-type)
|
Check pylint:
homeassistant/components/flexmeasures/config_flow.py#L134
W7432: Return type should be ConfigFlowResult in async_step_init (hass-return-type)
|