Skip to content

CI: future-mypy-follow-untyped-imports #15474

CI: future-mypy-follow-untyped-imports

CI: future-mypy-follow-untyped-imports #15474

Manually triggered December 9, 2024 20:40
Status Failure
Total duration 12m 13s
Artifacts

ci.yaml

on: workflow_dispatch
Collect information & changes data
14s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
0s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
0s
Check hassfest
Check all requirements
0s
Check all requirements
Check mypy
11m 7s
Check mypy
Check pylint
0s
Check pylint
Check pylint on tests
0s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
0s
Check ruff-format
Check ruff
0s
Check ruff
Check other linters
0s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
0s
Split tests for full run
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

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]