CI: future-mypy-follow-untyped-imports #15474
ci.yaml
on: workflow_dispatch
Collect information & changes data
14s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
0s
Check all requirements
0s
Check mypy
11m 7s
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
10 errors
Check mypy:
homeassistant/components/usb/utils.py#L14
Argument 1 to "hex" has incompatible type "Any | None"; expected "int | SupportsIndex" [arg-type]
|
Check mypy:
homeassistant/components/usb/utils.py#L15
Argument 1 to "hex" has incompatible type "Any | None"; expected "int | SupportsIndex" [arg-type]
|
Check mypy:
homeassistant/components/system_bridge/data.py#L24
Incompatible types in assignment (expression has type "None", variable has type "Disks") [assignment]
|
Check mypy:
homeassistant/components/system_bridge/data.py#L28
Incompatible types in assignment (expression has type "None", variable has type "Memory") [assignment]
|
Check mypy:
homeassistant/components/system_bridge/data.py#L30
Incompatible types in assignment (expression has type "None", variable has type "System") [assignment]
|
Check mypy:
homeassistant/components/onkyo/receiver.py#L56
Call to untyped function "create" of "Connection" in typed context [no-untyped-call]
|
Check mypy:
homeassistant/components/onkyo/receiver.py#L80
Call to untyped function "query_property" in typed context [no-untyped-call]
|
Check mypy:
homeassistant/components/onkyo/receiver.py#L116
"Connection" has no attribute "port" [attr-defined]
|
Check mypy:
homeassistant/components/onkyo/receiver.py#L116
"Connection" has no attribute "name" [attr-defined]
|
Check mypy:
homeassistant/components/onkyo/receiver.py#L116
"Connection" has no attribute "identifier" [attr-defined]
|