Bump actions/download-artifact from 3 to 4 #282
Triggered via pull request
December 15, 2023 06:11
Status
Failure
Total duration
25m 49s
Artifacts
–
ci.yaml
on: pull_request
Collect information & changes data
19s
Matrix: Prepare dependencies
Check hassfest
37s
Check all requirements
22s
Check mypy
2m 45s
Check pylint
7m 11s
Check black
2m 1s
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Annotations
17 errors and 10 warnings
Check other linters
Process completed with exit code 1.
|
Check ruff
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)
|