CI: mypy-test #15486
ci.yaml
on: workflow_dispatch
Collect information & changes data
18s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
0s
Check all requirements
0s
Check mypy
1m 21s
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/switch.py#L128
Invalid index type "str | bytes | bytearray" for "dict[str | bytes, bool | None]"; expected type "str | bytes" [index]
|
Check mypy:
homeassistant/components/axis/hub/event_source.py#L79
Argument 1 to "mqtt_json_to_event" has incompatible type "str | bytes | bytearray"; expected "bytes | str" [arg-type]
|
Check mypy
Process completed with exit code 1.
|