CI: test-assignment-expr #15490
ci.yaml
on: workflow_dispatch
Collect information & changes data
17s
Pylint base
25s
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 4 warnings
Pylint base
Process completed with exit code 1.
|
Check pylint
Process completed with exit code 8.
|
Check pylint:
homeassistant/components/teslemetry/climate.py#L99
R6103: Use 'if (value := self.get('climate_state_is_climate_on')):' instead (consider-using-assignment-expr)
|
Check pylint:
homeassistant/components/teslemetry/climate.py#L99
R6103: Use 'if (value := self.get('climate_state_is_climate_on')):' instead (consider-using-assignment-expr)
|
Check pylint:
homeassistant/components/sabnzbd/__init__.py#L154
R6103: Use 'if not (sab_api := await get_client(hass, entry.data)):' instead (consider-using-assignment-expr)
|
Check pylint:
homeassistant/components/sabnzbd/__init__.py#L154
R6103: Use 'if not (sab_api := await get_client(hass, entry.data)):' instead (consider-using-assignment-expr)
|