Skip to content

Merge remote-tracking branch 'origin/dev' into dev #55

Merge remote-tracking branch 'origin/dev' into dev

Merge remote-tracking branch 'origin/dev' into dev #55

Triggered via push March 26, 2024 09:28
Status Failure
Total duration 14m 32s
Artifacts

ci.yaml

on: push
Collect information & changes data
22s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
49s
Prepare pre-commit base
Check hassfest
43s
Check hassfest
Check all requirements
34s
Check all requirements
Check mypy
3m 18s
Check mypy
Check ruff
16s
Check ruff
Check other linters
1m 7s
Check other linters
Check ruff-format
16s
Check ruff-format
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Upload test coverage to Codecov
Fit to window
Zoom out
Zoom in

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)