CI: test-assignment-expr #15525
ci.yaml
on: workflow_dispatch
Collect information & changes data
16s
Pylint base
24s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
0s
Check all requirements
0s
Check mypy
0s
Matrix: Audit licenses
Check ruff-format
0s
Check ruff
0s
Check other linters
0s
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Upload test coverage to Codecov (partial suite)
0s
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
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)
|