Skip to content

CI: mypy-test

CI: mypy-test #15484

Manually triggered December 10, 2024 15:42
Status Failure
Total duration 5m 20s
Artifacts

ci.yaml

on: workflow_dispatch
Collect information & changes data
24s
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
4m 2s
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

3 errors
Check mypy: homeassistant/components/mqtt/client.py#L1109
Incompatible types in assignment (expression has type "bytes | bytearray", variable has type "str | bytes") [assignment]
Check mypy: homeassistant/components/image/__init__.py#L351
Argument 1 to "write" of "StreamResponse" has incompatible type "bytearray"; expected "bytes" [arg-type]
Check mypy
Process completed with exit code 1.