Skip to content

CI: test-assignment-expr #15525

CI: test-assignment-expr

CI: test-assignment-expr #15525

Manually triggered December 13, 2024 10:37
Status Failure
Total duration 8m 35s
Artifacts

ci.yaml

on: workflow_dispatch
Collect information & changes data
16s
Collect information & changes data
Pylint base
24s
Pylint base
Matrix: Prepare dependencies
Prepare pre-commit base
0s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
0s
Check hassfest
Check all requirements
0s
Check all requirements
Check mypy
0s
Check mypy
Check pylint
7m 45s
Check pylint
Check pylint on tests
5m 52s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
0s
Check ruff-format
Check ruff
0s
Check ruff
Check other linters
0s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
0s
Split tests for full run
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Pylint base
Process completed with exit code 1.
Check pylint
Process completed with exit code 8.
Check pylint: homeassistant/components/slide_local/cover.py#L79
R6103: Use 'if (pos := self.coordinator.data['pos']) is not None:' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/slide_local/cover.py#L79
R6103: Use 'if (pos := self.coordinator.data['pos']) is not None:' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L51
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L51
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L57
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L57
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L63
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/velbus/services.py#L63
R6103: Use 'if (entry := get_config_entry(call.data[CONF_INTERFACE])):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/backup/http.py#L55
R6103: Use 'if (backup := await agent.async_get_backup(backup_id)) is None:' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/backup/http.py#L55
R6103: Use 'if (backup := await agent.async_get_backup(backup_id)) is None:' instead (consider-using-assignment-expr)