Skip to content

Bump home-assistant/builder from 2023.09.0 to 2024.01.0 #284

Bump home-assistant/builder from 2023.09.0 to 2024.01.0

Bump home-assistant/builder from 2023.09.0 to 2024.01.0 #284

Triggered via pull request January 5, 2024 06:34
Status Failure
Total duration 24m 45s
Artifacts

ci.yaml

on: pull_request
Collect information & changes data
19s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
53s
Prepare pre-commit base
Check hassfest
41s
Check hassfest
Check all requirements
26s
Check all requirements
Check mypy
2m 26s
Check mypy
Check ruff
15s
Check ruff
Check other linters
18s
Check other linters
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

17 errors and 10 warnings
Check ruff
Process completed with exit code 1.
Check other linters
Process completed with exit code 1.
Check black
Process completed with exit code 1.
Check all requirements
Process completed with exit code 1.
Check hassfest
Process completed with exit code 1.
Check mypy: homeassistant/components/zwave/discovery_schemas.py#L2
Module "homeassistant.components.zwave" has no attribute "const" [attr-defined]
Check mypy: homeassistant/util/package.py#L82
Call to untyped function "say_direct" in typed context [no-untyped-call]
Check mypy: homeassistant/util/async_.py#L164
Statement is unreachable [unreachable]
Check mypy: homeassistant/util/async_.py#L168
Name "index" is not defined [name-defined]
Check mypy: homeassistant/core.py#L768
Incompatible default for argument "ais_command" (default has type "None", argument has type "str") [assignment]
Check mypy: homeassistant/auth/__init__.py#L167
Item "None" of "State | None" has no attribute "state" [union-attr]
Check mypy: homeassistant/config.py#L411
Name "Dict" is not defined [name-defined]
Check mypy: homeassistant/config.py#L426
Function is missing a type annotation for one or more arguments [no-untyped-def]
Check mypy: homeassistant/config.py#L426
Name "Dict" is not defined [name-defined]
Check mypy: homeassistant/config.py#L437
Call to untyped function "dict_merge" in typed context [no-untyped-call]
Check pylint: homeassistant/components/tplink/common.py#L19
E0611: No name 'MAX_DISCOVERY_RETRIES' in module 'homeassistant.components.tplink.const' (no-name-in-module)
Check pylint
Process completed with exit code 30.
Check pylint: homeassistant/bootstrap.py#L307
C0415: Import outside toplevel (homeassistant.components.ais_dom.ais_global) (import-outside-toplevel)
Check pylint: homeassistant/bootstrap.py#L307
W7421: Relative import should be used (hass-relative-import)
Check pylint: homeassistant/bootstrap.py#L307
W7421: Relative import should be used (hass-relative-import)
Check pylint: homeassistant/bootstrap.py#L431
W0718: Catching too general exception Exception (broad-exception-caught)
Check pylint: homeassistant/bootstrap.py#L424
C0415: Import outside toplevel (json) (import-outside-toplevel)
Check pylint: homeassistant/bootstrap.py#L426
C0415: Import outside toplevel (homeassistant.components.ais_dom.ais_global) (import-outside-toplevel)
Check pylint: homeassistant/bootstrap.py#L426
W7421: Relative import should be used (hass-relative-import)
Check pylint: homeassistant/bootstrap.py#L426
W7421: Relative import should be used (hass-relative-import)
Check pylint: homeassistant/bootstrap.py#L428
W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
Check pylint: homeassistant/bootstrap.py#L438
W0718: Catching too general exception Exception (broad-exception-caught)