Skip to content

Make FlowHandler.context a typed dict #213499

Make FlowHandler.context a typed dict

Make FlowHandler.context a typed dict #213499

Triggered via pull request September 19, 2024 21:52
Status Failure
Total duration 8m 46s
Artifacts 1

ci.yaml

on: pull_request
Collect information & changes data
13s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
17s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
40s
Check hassfest
Check all requirements
22s
Check all requirements
Check mypy
1m 43s
Check mypy
Split tests for full run
6m 3s
Split tests for full run
Audit licenses
0s
Audit licenses
Check pylint
7m 42s
Check pylint
Check pylint on tests
5m 34s
Check pylint on tests
Check ruff-format
10s
Check ruff-format
Check ruff
18s
Check ruff
Check other linters
1m 3s
Check other linters
Matrix: pytest-full
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
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/xiaomi_ble/config_flow.py#L298
Argument "title" to "async_create_entry" of "ConfigFlow" has incompatible type "str | None"; expected "str" [arg-type]
Check mypy: homeassistant/components/toon/config_flow.py#L61
Expected TypedDict key to be string literal [misc]
Check mypy: homeassistant/components/toon/config_flow.py#L92
TypedDict key must be a string literal; expected one of ("show_advanced_options", "source", "alternative_domain", "configuration_url", "confirm_only", ...) [literal-required]
Check mypy: homeassistant/components/songpal/config_flow.py#L122
Dict entry 1 has incompatible type "str": "str | bytes | None"; expected "str": "str | None" [dict-item]
Check mypy: homeassistant/components/openhome/config_flow.py#L48
TypedDict "ConfigFlowContext" has no key "name" [typeddict-unknown-key]
Check mypy: homeassistant/components/openhome/config_flow.py#L49
TypedDict "ConfigFlowContext" has no key "host" [typeddict-unknown-key]
Check mypy: homeassistant/components/openhome/config_flow.py#L60
TypedDict "ConfigFlowContext" has no key "name" [typeddict-item]
Check mypy: homeassistant/components/openhome/config_flow.py#L61
TypedDict "ConfigFlowContext" has no key "host" [typeddict-item]
Check mypy: homeassistant/components/openhome/config_flow.py#L66
TypedDict "ConfigFlowContext" has no key "name" [typeddict-item]
Check mypy: homeassistant/components/motionblinds_ble/config_flow.py#L71
TypedDict "ConfigFlowContext" has no key "local_name" [typeddict-unknown-key]

Artifacts

Produced during runtime
Name Size
pytest_buckets
5.73 KB