CI: mypy-test #15484
ci.yaml
on: workflow_dispatch
Collect information & changes data
24s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
0s
Check all requirements
0s
Check mypy
4m 2s
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
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.
|