Summary

Comparing branches/commits:
Old: main (merge base) 21ec8aa7
New: 21238/merge aa497739
Lint Rule Removed Added Changed
Total 47 296 32
invalid-argument-type 0 167 0
invalid-assignment 0 82 32
invalid-return-type 0 38 0
unused-ignore-comment 33 1 0
non-subscriptable 11 0 0
possibly-missing-attribute 0 4 0
invalid-parameter-default 0 2 0
no-matching-overload 1 1 0
possibly-missing-implicit-call 1 0 0
unresolved-attribute 1 0 0
unsupported-operator 0 1 0

PyWinCtl (https://github.com/Kalmat/PyWinCtl)

src/pywinctl/_pywinctl_linux.py

[error] invalid-assignment - :307:13 - Method `__setitem__` of type `bound method dict[str, _WINDICT].__setitem__(key: str, value: _WINDICT, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` on object of type `dict[str, _WINDICT]`

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] invalid-assignment - :3430:13 -
Old: Object of type `KeysView[object]` is not assignable to `Sequence[@Todo] | AbstractSet[AnyKeyT@_zaggregate]`
New: Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `Sequence[@Todo] | AbstractSet[AnyKeyT@_zaggregate]`
[error] invalid-assignment - :3430:24 -
Old: Object of type `ValuesView[object]` is not assignable to `ValuesView[int | float] | None`
New: Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `ValuesView[int | float] | None`

altair (https://github.com/vega/altair)

altair/datasets/_constraints.py

[error] invalid-return-type - :57:24 - Return type does not match returned value: expected `Metadata`, found `dict[str, @Todo]`
[error] invalid-return-type - :60:16 - Return type does not match returned value: expected `Metadata`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :111:33 - Argument to bound method `from_metadata` is incorrect: Expected `Metadata`, found `dict[str, @Todo]`

altair/datasets/_reader.py

[error] invalid-assignment - :177:9 - Object of type `(Metadata & Top[Mapping[Unknown, object]]) | (Path & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | dict[Unknown | str, Unknown]` is not assignable to `Metadata | Path | str`
[error] invalid-argument-type - :178:28 - Argument to bound method `_solve` is incorrect: Expected `Metadata`, found `Metadata | Path | str`

altair/vegalite/v6/api.py

[error] invalid-return-type - :664:12 - Return type does not match returned value: expected `_ConditionExtra`, found `dict[Unknown | str, Unknown]`

tests/vegalite/v6/test_api.py

[warning] unused-ignore-comment - :410:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :430:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :465:57 - Unused blanket `type: ignore` directive

tests/vegalite/v6/test_theme.py

[error] invalid-return-type - :416:12 - Return type does not match returned value: expected `ThemeConfig`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | RectConfigKwds | AreaConfigKwds | ... omitted 7 union elements]]`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/net/ephemeral.py

[error] unresolved-attribute - :140:13 - Object of type `str` has no attribute `get`
[warning] possibly-missing-attribute - :140:13 - Attribute `get` may be missing on object of type `str | Unknown`

core (https://github.com/home-assistant/core)

homeassistant/components/accuweather/weather.py

[error] invalid-return-type - :190:16 - Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
[error] invalid-return-type - :220:16 - Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None] | Unknown]`

homeassistant/components/esphome/encryption_key_storage.py

[error] invalid-assignment - :49:13 - Object of type `(Unknown & ~AlwaysFalsy) | (EncryptionKeyData & ~AlwaysFalsy) | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` is not assignable to attribute `_data` of type `EncryptionKeyData | None`

homeassistant/components/homeassistant_alerts/__init__.py

[error] invalid-argument-type - :103:55 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _component_loaded(_: Event[EventComponentLoaded]) -> None`

homeassistant/components/kostal_plenticore/select.py

[error] invalid-argument-type - :74:17 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/kostal_plenticore/sensor.py

[error] invalid-argument-type - :839:17 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/kostal_plenticore/switch.py

[error] invalid-argument-type - :102:17 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`

homeassistant/helpers/discovery_flow.py

[error] invalid-assignment - :59:9 - Object of type `dict[str, object]` is not assignable to `ConfigFlowContext`

homeassistant/helpers/target.py

[error] invalid-argument-type - :328:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :331:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :334:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventAreaRegistryUpdatedData]`

homeassistant/components/met/weather.py

[warning] unused-ignore-comment - :238:42 - Unused blanket `type: ignore` directive

homeassistant/components/alexa/state_report.py

[error] invalid-argument-type - :341:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :342:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_state_listener(event_: Event[EventStateChangedData]) -> CoroutineType[Any, Any, None]`
[error] invalid-argument-type - :343:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_entity_state_filter(data: EventStateChangedData) -> bool`

homeassistant/components/anthropic/config_flow.py

[error] invalid-argument-type - :129:21 - Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool | list[Unknown | str] | str] | None]]`

homeassistant/components/apache_kafka/__init__.py

[error] invalid-argument-type - :133:37 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :133:58 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@start.write(event: Event[EventStateChangedData]) -> CoroutineType[Any, Any, None]`

homeassistant/components/backup/manager.py

[error] invalid-return-type - :1610:16 - Return type does not match returned value: expected `StoredKnownBackup`, found `dict[Unknown | str, Unknown | str | list[dict[Unknown | str, Unknown | str | None] | Unknown] | list[str]]`
[error] invalid-argument-type - :1612:30 - Invalid argument to key "failed_addons" with declared type `list[StoredAddonInfo]` on TypedDict `StoredKnownBackup`: value of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]`

homeassistant/components/cloud/alexa_config.py

[error] invalid-argument-type - :272:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :273:17 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_initialize._handle_entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> CoroutineType[Any, Any, None]`

homeassistant/components/cloud/google_config.py

[error] invalid-argument-type - :269:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :270:17 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_initialize._handle_entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
[error] invalid-argument-type - :275:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :276:17 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_initialize._handle_device_registry_updated(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`

homeassistant/components/conversation/default_agent.py

[error] invalid-argument-type - :287:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventAreaRegistryUpdatedData]`
[error] invalid-argument-type - :291:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventFloorRegistryUpdatedData]`
[error] invalid-argument-type - :295:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :297:17 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@_listen_clear_slot_list._filter_entity_registry_changes(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
[error] invalid-argument-type - :300:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :302:17 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@_listen_clear_slot_list._filter_state_changes(event_data: EventStateChangedData) -> bool`

homeassistant/components/datadog/__init__.py

[error] invalid-argument-type - :124:31 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`

homeassistant/components/device_tracker/config_entry.py

[error] invalid-argument-type - :166:27 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :166:61 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def handle_device_event(ev: Event[EventDeviceRegistryUpdatedData]) -> None`

homeassistant/components/ekeybionyx/config_flow.py

[error] invalid-assignment - :110:13 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[SelectOptionDict]`

homeassistant/components/evohome/storage.py

[warning] unused-ignore-comment - :78:69 - Unused blanket `type: ignore` directive

homeassistant/components/google_assistant/report_state.py

[error] invalid-argument-type - :190:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :191:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_state_listener(event: Event[EventStateChangedData]) -> CoroutineType[Any, Any, None]`
[error] invalid-argument-type - :192:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_entity_state_filter(data: EventStateChangedData) -> bool`

homeassistant/components/google_generative_ai_conversation/config_flow.py

[error] invalid-argument-type - :132:21 - Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | list[Unknown | str] | bool] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | bool] | None]]`

homeassistant/components/google_pubsub/__init__.py

[error] invalid-argument-type - :77:21 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :77:42 - Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def send_to_pubsub(event: Event[EventStateChangedData]) -> Unknown`

homeassistant/components/ipma/weather.py

[error] invalid-return-type - :186:16 - Return type does not match returned value: expected `list[Forecast]`, found `list[dict[Unknown | str, Unknown] | Unknown]`

homeassistant/components/ista_ecotrend/sensor.py

[error] invalid-assignment - :269:13 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StatisticData]`

homeassistant/components/isy994/number.py

[error] invalid-argument-type - :133:54 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | str | NumberEntityDescription | DeviceInfo | None`
[error] invalid-argument-type - :135:51 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | str | NumberEntityDescription | DeviceInfo | None`

homeassistant/components/isy994/select.py

[error] invalid-argument-type - :98:53 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | str | SelectEntityDescription | DeviceInfo | None`
[error] invalid-argument-type - :101:54 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | str | SelectEntityDescription | DeviceInfo | None`
[error] invalid-argument-type - :104:60 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | str | SelectEntityDescription | DeviceInfo | None`

homeassistant/components/kostal_plenticore/number.py

[error] invalid-argument-type - :114:17 - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/logbook/helpers.py

[error] invalid-argument-type - :220:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :221:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _forward_state_events_filtered(event: Event[EventStateChangedData]) -> None`

homeassistant/components/logentries/__init__.py

[error] invalid-argument-type - :54:21 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`

homeassistant/components/media_player/__init__.py

[error] invalid-assignment - :1210:13 - Method `__setitem__` of type `bound method OrderedDict[str, _CacheImage].__setitem__(key: str, value: _CacheImage, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | Lock]` on object of type `OrderedDict[str, _CacheImage]`

homeassistant/components/min_max/sensor.py

[error] invalid-assignment - :257:13 - Object of type `Event[dict[Unknown | str, Unknown | str | State | None]]` is not assignable to `Event[EventStateChangedData]`

homeassistant/components/mqtt/debug_info.py

[error] invalid-assignment - :120:5 - Method `__setitem__` of type `Unknown | (bound method dict[tuple[str, str], TriggerDebugInfo].__setitem__(key: tuple[str, str], value: TriggerDebugInfo, /) -> None)` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` on object of type `Unknown | dict[tuple[str, str], TriggerDebugInfo]`
[error] non-subscriptable - :45:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :46:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :52:5 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :63:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :69:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :92:5 - Method `__setitem__` of type `Unknown | EntityDebugInfo | None` may be missing
[error] non-subscriptable - :64:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - :64:13 - Method `__setitem__` of type `Unknown | (bound method dict[str, SubscriptionDebugInfo].__setitem__(key: str, value: SubscriptionDebugInfo, /) -> None)` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | int | deque[Unknown]]` on object of type `Unknown | dict[str, SubscriptionDebugInfo]`

homeassistant/components/mqtt/discovery.py

[error] invalid-assignment - :544:13 - Method `__setitem__` of type `Unknown | (bound method dict[tuple[str, str], PendingDiscovered].__setitem__(key: tuple[str, str], value: PendingDiscovered, /) -> None)` cannot be called with a key of type `tuple[str, str]` and a value of type `dict[Unknown | str, Unknown | (() -> None) | deque[Unknown]]` on object of type `Unknown | dict[tuple[str, str], PendingDiscovered]`

homeassistant/components/mqtt_statestream/__init__.py

[error] invalid-argument-type - :104:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :104:34 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _state_publisher(evt: Event[EventStateChangedData]) -> CoroutineType[Any, Any, None]`
[error] invalid-argument-type - :104:52 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _event_filter(event_data: EventStateChangedData) -> bool`

homeassistant/components/neato/vacuum.py

[error] invalid-return-type - :301:16 - Return type does not match returned value: expected `DeviceInfo`, found `DeviceInfo | None`

homeassistant/components/nexia/entity.py

[error] unsupported-operator - :110:9 - Operator `|=` is unsupported between objects of type `DeviceInfo & ~None` and `dict[Unknown | str, Unknown | set[Unknown | tuple[str, Unknown]] | tuple[str, Unknown]]`

homeassistant/components/openai_conversation/config_flow.py

[error] invalid-argument-type - :133:17 - Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool | list[Unknown | str] | str] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool] | None]]`

homeassistant/components/person/__init__.py

[error] invalid-argument-type - :238:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :239:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_load._entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> CoroutineType[Any, Any, None]`
[error] invalid-argument-type - :240:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@async_load._entity_registry_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`

homeassistant/components/prometheus/__init__.py

[error] invalid-argument-type - :152:21 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :152:42 - Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method PrometheusMetrics.handle_state_changed_event(event: Event[EventStateChangedData]) -> None`
[error] invalid-argument-type - :154:9 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :155:9 - Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method PrometheusMetrics.handle_entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`

homeassistant/components/recorder/entity_registry.py

[error] invalid-argument-type - :52:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :53:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_id_changed(event: Event[EventEntityRegistryUpdatedData]) -> None`
[error] invalid-argument-type - :54:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def entity_registry_changed_filter(event_data: EventEntityRegistryUpdatedData) -> bool`

homeassistant/components/recorder/migration.py

[error] invalid-assignment - :749:5 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[_FKAlterDict]`

homeassistant/components/recorder/statistics.py

[error] invalid-assignment - :555:13 - Method `__setitem__` of type `bound method dict[int, StatisticDataTimestamp].__setitem__(key: int, value: StatisticDataTimestamp, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | int | float]` on object of type `dict[int, StatisticDataTimestamp]`
[error] invalid-assignment - :579:17 - Method `__setitem__` of type `bound method dict[int, StatisticDataTimestamp].__setitem__(key: int, value: StatisticDataTimestamp, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | int | float]` on object of type `dict[int, StatisticDataTimestamp]`
[error] invalid-return-type - :2406:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown | None | int | float] | Unknown]`
[error] invalid-return-type - :2423:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
[error] invalid-return-type - :2440:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
[error] invalid-return-type - :2458:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown | None | int | float] | Unknown]`

homeassistant/components/rfxtrx/__init__.py

[error] invalid-argument-type - :276:31 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :276:65 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _updated_device(event: Event[EventDeviceRegistryUpdatedData]) -> None`

homeassistant/components/sensor/recorder.py

[error] invalid-assignment - :830:9 - Method `__setitem__` of type `bound method dict[str, StatisticMetaData].__setitem__(key: str, value: StatisticMetaData, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | StatisticMeanType | bool | None | str]` on object of type `dict[str, StatisticMetaData]`

homeassistant/components/splunk/__init__.py

[error] invalid-argument-type - :127:27 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`

homeassistant/components/spotify/browse_media.py

[error] invalid-assignment - :331:13 - Object of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]` is not assignable to `list[ItemPayload]`

homeassistant/components/statsd/__init__.py

[error] invalid-argument-type - :91:21 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`

homeassistant/components/tasmota/device_automation.py

[error] invalid-argument-type - :61:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :62:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def async_device_removed(event: Event[EventDeviceRegistryUpdatedData]) -> CoroutineType[Any, Any, None]`
[error] invalid-argument-type - :63:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_device_removed_filter(event_data: EventDeviceRegistryUpdatedData) -> bool`

homeassistant/components/thread/diagnostics.py

[error] invalid-assignment - :93:9 - Method `__setitem__` of type `bound method dict[str, Route].__setitem__(key: str, value: Route, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | bool]` on object of type `dict[str, Route]`
[error] invalid-assignment - :106:5 - Object of type `dict[Unknown, dict[Unknown | str, Unknown] | Unknown]` is not assignable to `dict[str, Neighbour]`
[error] non-subscriptable - :151:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :179:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - :179:18 - Method `__setitem__` of type `bound method dict[str, Router].__setitem__(key: str, value: Router, /) -> None` cannot be called with a key of type `str & ~AlwaysFalsy` and a value of type `dict[Unknown | str, Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements]` on object of type `dict[str, Router]`
[error] non-subscriptable - :200:9 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/traccar_server/coordinator.py

[error] invalid-assignment - :134:13 - Method `__setitem__` of type `bound method dict[int, TraccarServerCoordinatorDataDevice].__setitem__(key: int, value: TraccarServerCoordinatorDataDevice, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | None | dict[str, Any]]` on object of type `dict[int, TraccarServerCoordinatorDataDevice]`

homeassistant/components/tts/media_source.py

[error] invalid-return-type - :98:16 - Return type does not match returned value: expected `ParsedMediaSourceId | ParsedMediaSourceStreamId`, found `dict[Unknown | str, Unknown]`
[error] invalid-return-type - :122:12 - Return type does not match returned value: expected `ParsedMediaSourceId | ParsedMediaSourceStreamId`, found `dict[Unknown | str, Unknown | MediaSourceOptions]`

homeassistant/components/unifiprotect/migrate.py

[error] invalid-assignment - :46:5 - Object of type `dict[str | Unknown, dict[Unknown | str, Unknown | dict[Unknown, Unknown]] | Unknown]` is not assignable to `dict[str, EntityUsage]`

homeassistant/components/voip/devices.py

[error] invalid-argument-type - :122:17 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :123:17 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def async_device_removed(ev: Event[EventDeviceRegistryUpdatedData]) -> None`

homeassistant/components/websocket_api/commands.py

[error] invalid-argument-type - :441:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`

homeassistant/components/zabbix/__init__.py

[error] invalid-argument-type - :214:25 - Argument to bound method `listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :214:46 - Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@setup._event_listener(event: Event[EventStateChangedData]) -> None`

homeassistant/config_entries.py

[error] invalid-argument-type - :1251:17 - Argument to bound method `async_init` is incorrect: Expected `ConfigFlowContext | None`, found `ConfigFlowContext | dict[str, object]`
[error] invalid-argument-type - :3853:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :3854:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_setup._handle_entry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
[error] invalid-argument-type - :3855:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _handle_entry_updated_filter(event_data: EventEntityRegistryUpdatedData) -> bool`

homeassistant/const.py

[error] invalid-assignment - :285:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventStateChangedData]`
[error] invalid-assignment - :286:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventStateReportedData]`

homeassistant/core.py

[error] invalid-argument-type - :2356:17 - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[dict[Unknown | str, Unknown | str | datetime | State | None]] | str`, found `EventType[EventStateReportedData]`

homeassistant/helpers/area_registry.py

[error] invalid-assignment - :38:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventAreaRegistryUpdatedData]`
[error] invalid-return-type - :454:16 - Return type does not match returned value: expected `AreasRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | list[str] | str | None] | Unknown]]`
[error] invalid-argument-type - :455:22 - Invalid argument to key "areas" with declared type `list[_AreaStoreData]` on TypedDict `AreasRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | list[str] | str | None] | Unknown]`
[error] invalid-argument-type - :497:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventFloorRegistryUpdatedData]`
[error] invalid-argument-type - :498:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool`
[error] invalid-argument-type - :499:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_floor_registry_update(event: EventFloorRegistryUpdated) -> None`
[error] invalid-argument-type - :510:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - :511:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool`
[error] invalid-argument-type - :512:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[warning] unused-ignore-comment - :162:26 - Unused blanket `type: ignore` directive

homeassistant/helpers/category_registry.py

[error] invalid-assignment - :23:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventCategoryRegistryUpdatedData]`
[error] invalid-return-type - :230:16 - Return type does not match returned value: expected `CategoryRegistryStoreData`, found `dict[Unknown | str, Unknown | dict[str | Unknown, list[dict[Unknown | str, Unknown | str | None] | Unknown] | Unknown]]`
[error] invalid-argument-type - :231:27 - Invalid argument to key "categories" with declared type `dict[str, list[_CategoryStoreData]]` on TypedDict `CategoryRegistryStoreData`: value of type `dict[str | Unknown, list[dict[Unknown | str, Unknown | str | None] | Unknown] | Unknown]`
[warning] unused-ignore-comment - :90:26 - Unused blanket `type: ignore` directive

homeassistant/helpers/device_registry.py

[error] invalid-assignment - :55:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-assignment - :1307:13 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `EventDeviceRegistryUpdatedData`
[error] invalid-assignment - :1309:13 - Object of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` is not assignable to `EventDeviceRegistryUpdatedData`
[error] invalid-argument-type - :1832:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - :1833:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _label_removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData) -> bool`
[error] invalid-argument-type - :1834:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[error] invalid-argument-type - :1870:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :1871:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_registry_changed(event: Event[EventEntityRegistryUpdatedData]) -> None`
[error] invalid-argument-type - :1872:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def entity_registry_changed_filter(event_data: EventEntityRegistryUpdatedData) -> bool`
[warning] unused-ignore-comment - :885:38 - Unused blanket `type: ignore` directive

homeassistant/helpers/entity.py

[warning] unused-ignore-comment - :523:36 - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_registry.py

[error] invalid-assignment - :75:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :829:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventDeviceRegistryUpdatedData]`
[error] invalid-argument-type - :830:13 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@__init__.async_device_modified(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
[error] invalid-argument-type - :1858:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - :1859:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool`
[error] invalid-argument-type - :1860:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[error] invalid-argument-type - :1871:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventCategoryRegistryUpdatedData]`
[error] invalid-argument-type - :1872:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool`
[error] invalid-argument-type - :1873:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_category_registry_update(event: EventCategoryRegistryUpdated) -> None`
[error] invalid-argument-type - :1929:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :1930:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def cleanup_restored_states(event: Event[EventEntityRegistryUpdatedData]) -> None`

homeassistant/helpers/event.py

[error] invalid-argument-type - :299:9 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :300:9 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def state_change_dispatcher(event: Event[EventStateChangedData]) -> None`
[error] invalid-argument-type - :301:9 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def state_change_filter(event_data: EventStateChangedData) -> bool`
[error] invalid-argument-type - :861:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :861:34 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `Unknown | ((Event[EventStateChangedData], /) -> Any)`
[error] invalid-argument-type - :1447:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - :1447:34 - Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def state_for_cancel_listener(event: Event[EventStateChangedData]) -> None`

homeassistant/helpers/floor_registry.py

[error] invalid-assignment - :28:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventFloorRegistryUpdatedData]`
[error] invalid-return-type - :287:16 - Return type does not match returned value: expected `FloorRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | list[str] | str | None | int] | Unknown]]`
[error] invalid-argument-type - :288:23 - Invalid argument to key "floors" with declared type `list[_FloorStoreData]` on TypedDict `FloorRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | list[str] | str | None | int] | Unknown]`
[warning] unused-ignore-comment - :94:26 - Unused blanket `type: ignore` directive

homeassistant/helpers/issue_registry.py

[error] invalid-assignment - :25:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventIssueRegistryUpdatedData]`

homeassistant/helpers/label_registry.py

[error] invalid-assignment - :26:1 - Object of type `EventType[Mapping[str, Any]]` is not assignable to `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-return-type - :250:16 - Return type does not match returned value: expected `LabelRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | str | None] | Unknown]]`
[error] invalid-argument-type - :251:23 - Invalid argument to key "labels" with declared type `list[_LabelStoreData]` on TypedDict `LabelRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
[warning] unused-ignore-comment - :92:26 - Unused blanket `type: ignore` directive

homeassistant/loader.py

[warning] unused-ignore-comment - :501:67 - Unused blanket `type: ignore` directive

homeassistant/scripts/benchmark/__init__.py

[warning] unused-ignore-comment - :144:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :177:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :215:63 - Unused blanket `type: ignore` directive

homeassistant/setup.py

[error] invalid-argument-type - :650:13 - Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_is_component_filter(event_data: EventComponentLoaded) -> bool`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/cwlprov/ro.py

[error] invalid-assignment - :263:13 - Method `__setitem__` of type `bound method dict[str, Aggregate].__setitem__(key: str, value: Aggregate, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str | None]` on object of type `dict[str, Aggregate]`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/contrib/internal/ddtrace_api/patch.py

[error] invalid-assignment - :74:5 -
Old: Object of type `list[Unknown]` is not assignable to `tuple[list[Unknown], ...]`
New: Object of type `tuple[list[Unknown], dict[Unknown, Unknown]]` is not assignable to `tuple[list[Unknown], ...]`

ddtrace/llmobs/_experiment.py

[error] invalid-assignment - :189:9 - Method `__setitem__` of type `bound method dict[str, UpdatableDatasetRecord].__setitem__(key: str, value: UpdatableDatasetRecord, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str]` on object of type `dict[str, UpdatableDatasetRecord]`
[error] invalid-assignment - :194:9 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: DatasetRecord, /) -> None, (key: slice[Any, Any, Any], value: Iterable[DatasetRecord], /) -> None]` cannot be called with a key of type `int` and a value of type `dict[Unknown | str, Unknown | str]` on object of type `list[DatasetRecord]`
[error] invalid-return-type - :604:16 - Return type does not match returned value: expected `LLMObsExperimentEvalMetricEvent`, found `dict[Unknown | str, Unknown | str | int | list[str] | None]`

tests/contrib/langgraph/conftest.py

[error] invalid-return-type - :344:16 - Return type does not match returned value: expected `State`, found `dict[Unknown | str, Unknown | list[Unknown]]`

tests/llmobs/test_llmobs_evaluator_runner.py

[error] invalid-argument-type - :38:34 - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :56:30 - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :82:30 - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown | str, Unknown | str]`

tests/llmobs/test_llmobs_span_agent_writer.py

[error] invalid-argument-type - :40:36 - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`

tests/llmobs/test_llmobs_span_agentless_writer.py

[error] invalid-argument-type - :34:36 - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`

tests/utils.py

[error] invalid-return-type - :1165:16 - Return type does not match returned value: expected `list[TestAgentRequest]`, found `list[dict[str, Any]]`
[error] invalid-return-type - :1218:16 - Return type does not match returned value: expected `list[dict[str, Any]]`, found `list[TestAgentRequest]`

discord.py (https://github.com/Rapptz/discord.py)

discord/presences.py

[error] invalid-assignment - :60:9 - Object of type `(ClientStatus & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `ClientStatus`

discord/role.py

[error] invalid-assignment - :450:9 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[RolePositionUpdate]`
[error] invalid-assignment - :700:9 - Object of type `list[dict[Unknown | str, Unknown | int] | Unknown]` is not assignable to `list[RolePositionUpdate]`

discord/embeds.py

[warning] unused-ignore-comment - :784:24 - Unused blanket `type: ignore` directive

discord/ui/label.py

[warning] unused-ignore-comment - :116:63 - Unused blanket `type: ignore` directive

discord/audit_logs.py

[warning] unused-ignore-comment - :909:31 - Unused blanket `type: ignore` directive

discord/components.py

[warning] unused-ignore-comment - :871:25 - Unused blanket `type: ignore` directive

discord/ext/commands/context.py

[warning] unused-ignore-comment - :285:99 - Unused blanket `type: ignore` directive

discord/guild.py

[warning] unused-ignore-comment - :664:69 - Unused blanket `type: ignore` directive

discord/mentions.py

[warning] unused-ignore-comment - :137:22 - Unused blanket `type: ignore` directive

discord/message.py

[warning] unused-ignore-comment - :736:24 - Unused blanket `type: ignore` directive

egglog-python (https://github.com/egraphs-good/egglog-python)

python/tests/test_array_api.py

[error] invalid-assignment - :385:13 -
Old: Object of type `NDArray` is not assignable to `None`
New: Object of type `tuple[EGraph, NDArray, NDArray, Program]` is not assignable to `None`
[error] invalid-assignment - :385:16 -
Old: Object of type `NDArray` is not assignable to `None`
New: Object of type `tuple[EGraph, NDArray, NDArray, Program]` is not assignable to `None`

freqtrade (https://github.com/freqtrade/freqtrade)

freqtrade/data/btanalysis/bt_fileutils.py

[error] invalid-return-type - :238:12 - Return type does not match returned value: expected `list[BacktestHistoryEntryType]`, found `list[dict[Unknown | str, Unknown | str] | Unknown]`

freqtrade/exchange/exchange_utils.py

[error] invalid-assignment - :113:9 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[TradeModeType]`

freqtrade/optimize/backtesting.py

[error] invalid-assignment - :1820:13 - Object of type `dict[str, Any]` is not assignable to attribute `results` of type `BacktestResultType`

freqtrade/plugins/pairlist/PercentChangePairList.py

[error] invalid-assignment - :219:9 - Object of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]` is not assignable to `list[SymbolWithPercentage]`

freqtrade/rpc/api_server/api_download_data.py

[error] invalid-assignment - :32:17 - Method `__setitem__` of type `bound method dict[str, ProgressTask].__setitem__(key: str, value: ProgressTask, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown]` on object of type `dict[str, ProgressTask]`
[error] invalid-assignment - :71:5 - Method `__setitem__` of type `bound method dict[str, JobsContainer].__setitem__(key: str, value: JobsContainer, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str | None | dict[Unknown, Unknown] | bool]` on object of type `dict[str, JobsContainer]`

freqtrade/rpc/api_server/api_pairlists.py

[error] invalid-assignment - :92:5 - Method `__setitem__` of type `bound method dict[str, JobsContainer].__setitem__(key: str, value: JobsContainer, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str | None | bool | dict[Unknown, Unknown]]` on object of type `dict[str, JobsContainer]`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-assignment - :3506:9 - Object of type `@Todo | dict[Unknown, Unknown]` is not assignable to `DataclassOptions`

tests/annotations/declarations.py

[warning] unused-ignore-comment - :1229:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1232:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1235:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1238:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1243:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1434:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1435:51 - Unused blanket `type: ignore` directive

ibis (https://github.com/ibis-project/ibis)

ibis/backends/snowflake/tests/conftest.py

[error] invalid-assignment - :175:23 -
Old: Object of type `HTTPMessage` is not assignable to `dict[str, Any]`
New: Object of type `tuple[str, HTTPMessage]` is not assignable to `dict[str, Any]`

ibis/expr/types/relations.py

[error] invalid-assignment - :2966:14 -
Old: Object of type `Value` is not assignable to `BooleanValue | Deferred | None`
New: Object of type `Iterator[Value]` is not assignable to `BooleanValue | Deferred | None`
[error] invalid-assignment - :3011:14 -
Old: Object of type `Value` is not assignable to `BooleanValue | Deferred | None`
New: Object of type `Iterator[Value]` is not assignable to `BooleanValue | Deferred | None`

jax (https://github.com/google/jax)

jax/_src/pallas/mosaic/lowering.py

[error] invalid-assignment - :3228:3 -
Old: Object of type `Jaxpr` is not assignable to `ClosedJaxpr`
New: Object of type `tuple[Jaxpr, bool]` is not assignable to `ClosedJaxpr`

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-assignment - :2955:3 -
Old: Object of type `Jaxpr` is not assignable to `ClosedJaxpr`
New: Object of type `tuple[Jaxpr, bool]` is not assignable to `ClosedJaxpr`

jax/_src/pallas/pallas_call.py

[error] invalid-assignment - :1186:33 -
Old: Object of type `list[Any]` is not assignable to `tuple[Any, ...]`
New: Object of type `list[list[Any]]` is not assignable to `tuple[Any, ...]`

jax/experimental/mosaic/gpu/tcgen05.py

[error] invalid-assignment - :552:19 -
Old: Object of type `tuple[int, ...] | None` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]] | None`
New: Object of type `tuple[tuple[int, ...], tuple[int, ...]] | tuple[None, None]` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]] | None`
[error] invalid-assignment - :553:19 -
Old: Object of type `tuple[int, ...]` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]]`
New: Object of type `tuple[tuple[int, ...], tuple[int, ...]]` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]]`

kopf (https://github.com/nolar/kopf)

kopf/_cogs/clients/creating.py

[error] invalid-assignment - :21:5 - Object of type `(RawBody & ~None) | dict[Unknown, Unknown]` is not assignable to `RawBody | None`
[warning] possibly-missing-attribute - :23:9 - Attribute `setdefault` may be missing on object of type `RawBody | None`
[warning] possibly-missing-attribute - :25:9 - Attribute `setdefault` may be missing on object of type `RawBody | None`
[warning] possibly-missing-attribute - :27:44 - Attribute `get` may be missing on object of type `RawBody | None`

kopf/_core/engines/admission.py

[error] invalid-assignment - :449:5 - Object of type `list[dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `Collection[MatchExpression]`

kopf/_kits/webhacks.py

[error] invalid-argument-type - :88:42 - Argument to bound method `append` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncGenerator[object, None]`
[error] invalid-argument-type - :92:42 - Argument to bound method `remove` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncGenerator[object, None]`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/scratch.py

[error] invalid-argument-type - :195:32 - Invalid argument to key "BlockDeviceMappings" with declared type `Sequence[BlockDeviceMappingTypeDef]` on TypedDict `RunInstancesRequestServiceResourceCreateInstancesTypeDef`: value of type `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | int | str]]]`

meson (https://github.com/mesonbuild/meson)

docs/refman/generatorjson.py

[error] invalid-return-type - :31:16 - Return type does not match returned value: expected `list[Type]`, found `list[dict[Unknown | str, Unknown | str | list[Type] | list[Unknown]] | Unknown]`

mesonbuild/build.py

[error] invalid-argument-type - :3120:69 - Argument to bound method `__init__` is incorrect: Expected `BuildTargetKeywordArguments`, found `dict[Unknown | str, Unknown | bool | dict[Unknown | str, Unknown | list[str]] | list[IncludeDirs] | list[Dependency]]`
[error] invalid-assignment - :687:17 -
Old: Object of type `list[str | Literal[False] | None]` is not assignable to `list[str | Literal[False]]`
New: Object of type `list[Unknown | str | None]` is not assignable to `list[str | Literal[False]]`

mesonbuild/dependencies/dub.py

[error] invalid-return-type - :469:16 - Return type does not match returned value: expected `list[FindTargetEntry]`, found `list[dict[Unknown | str, Unknown | str] | Unknown]`

mesonbuild/interpreter/compiler.py

[error] invalid-assignment - :737:9 - Object of type `(ExtractRequired & ~AlwaysFalsy) | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
[error] invalid-argument-type - :738:62 - Argument to function `extract_required_kwarg` is incorrect: Expected `ExtractRequired`, found `ExtractRequired | None`
[error] invalid-assignment - :844:9 - Object of type `(ExtractRequired & ~AlwaysFalsy) | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
[error] invalid-argument-type - :845:62 - Argument to function `extract_required_kwarg` is incorrect: Expected `ExtractRequired`, found `ExtractRequired | None`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :577:33 - Argument to bound method `lookup` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | MachineChoice]`
[error] invalid-argument-type - :2282:40 - Argument to bound method `make_test` is incorrect: Expected `BaseTest`, found `dict[str, Any]`
[error] invalid-assignment - :3409:9 - Object of type `dict[str | Unknown, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - :3442:9 - Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["vala_header"], value: str | None, /) -> None, (key: Literal["vala_vapi"], value: str | None, /) -> None, (key: Literal["vala_gir"], value: str | None, /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["include_directories"]` and a value of type `list[IncludeDirs]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - :1375:31 - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[Unknown | str, Unknown | bool | str]`
[error] invalid-argument-type - :1395:67 - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[Unknown | str, Unknown | bool | None]`
[error] invalid-assignment - :3395:23 -
Old: Object of type `list[str]` is not assignable to `tuple[str, Any]`
New: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, Any]`
[error] invalid-assignment - :3400:23 -
Old: Object of type `list[str]` is not assignable to `tuple[str, Any]`
New: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, Any]`

mesonbuild/scripts/coverage.py

[error] invalid-assignment - :19:9 -
Old: Object of type `None | str` is not assignable to `str`
New: Object of type `tuple[None, None] | tuple[str, str]` is not assignable to `str`

mesonbuild/tooldetect.py

[error] invalid-assignment - :83:5 -
Old: Object of type `None | str` is not assignable to `str`
New: Object of type `tuple[None, None] | tuple[str, str]` is not assignable to `str`

mesonbuild/wrap/wrap.py

[error] invalid-assignment - :686:13 -
Old: Object of type `list[str | Unknown | None]` is not assignable to `list[str]`
New: Object of type `list[Unknown | str | None]` is not assignable to `list[str]`

unittests/allplatformstests.py

[error] invalid-argument-type - :2153:57 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`

unittests/internaltests.py

[error] invalid-argument-type - :668:59 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :671:59 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :673:69 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`

unittests/linuxliketests.py

[error] invalid-argument-type - :154:54 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :161:69 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :175:57 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :1149:73 - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool]`

mypy (https://github.com/python/mypy)

mypy/build.py

[error] invalid-assignment - :974:13 - Method `__setitem__` of type `bound method dict[str, FgDepMeta].__setitem__(key: str, value: FgDepMeta, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | (str & ~AlwaysFalsy) | int]` on object of type `dict[str, FgDepMeta]`

mypy/typeshed/stdlib/tkinter/__init__.pyi

[error] invalid-parameter-default - :584:9 - Default value of type `dict[Unknown, Unknown]` is not assignable to annotated parameter type `_GridIndexInfo`
[error] invalid-parameter-default - :594:9 - Default value of type `dict[Unknown, Unknown]` is not assignable to annotated parameter type `_GridIndexInfo`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/catalog/add_book/tests/test_load_book.py

[error] invalid-argument-type - :124:45 - Argument to function `find_entity` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :126:47 - Argument to function `find_entity` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str]`

openlibrary/catalog/utils/tests/test_catalog_utils.py

[error] invalid-argument-type - :34:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str]`

openlibrary/core/lists/model.py

[error] invalid-return-type - :498:20 - Return type does not match returned value: expected `str | ThingReferenceDict | AnnotatedSeedDict`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | (str & ~AlwaysFalsy)]`
[error] invalid-return-type - :503:20 - Return type does not match returned value: expected `str | ThingReferenceDict | AnnotatedSeedDict`, found `dict[Unknown | str, Unknown | str]`

openlibrary/plugins/openlibrary/tests/test_lists.py

[error] invalid-argument-type - :106:18 - Argument to function `normalize_input_seed` is incorrect: Expected `ThingReferenceDict | AnnotatedSeedDict | str`, found `dict[Unknown | str, Unknown | str]`

openlibrary/plugins/worksearch/tests/test_worksearch.py

[error] invalid-argument-type - :19:9 - Argument to function `get_doc` is incorrect: Expected `SolrDocument`, found `dict[Unknown | str, Unknown | list[Unknown | str] | str | int | None]`

openlibrary/tests/catalog/test_utils.py

[error] invalid-argument-type - :69:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :70:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :71:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :72:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :73:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :75:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :77:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :78:31 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :81:9 - Argument to function `author_dates_match` is incorrect: Expected `AuthorImportDict`, found `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]`

paasta (https://github.com/yelp/paasta)

paasta_tools/contrib/rightsizer_soaconfigs_update.py

[error] invalid-assignment - :282:9 - Object of type `dict[Unknown, Unknown]` is not assignable to `KubernetesRecommendation | CassandraRecommendation`

pandas (https://github.com/pandas-dev/pandas)

pandas/io/formats/style.py

[error] invalid-assignment - :4316:9 -
Old: Object of type `floating[Any]` is not assignable to `int | float`
New: Object of type `tuple[floating[Any], Literal["zero"]]` is not assignable to `int | float`

pandas/io/formats/style_render.py

[error] invalid-return-type - :1896:12 - Return type does not match returned value: expected `list[CSSDict]`, found `list[dict[Unknown | str, Unknown | str] | Unknown]`

pip (https://github.com/pypa/pip)

src/pip/_vendor/urllib3/util/ssl_.py

[error] invalid-assignment - :86:5 -
Old: Object of type `Literal[16777216]` is not assignable to `Literal[Options.OP_NO_SSLv2]`
New: Object of type `tuple[Literal[16777216], Literal[33554432]]` is not assignable to `Literal[Options.OP_NO_SSLv2]`
[error] invalid-assignment - :86:18 -
Old: Object of type `Literal[33554432]` is not assignable to `Literal[Options.OP_NO_SSLv3]`
New: Object of type `tuple[Literal[16777216], Literal[33554432]]` is not assignable to `Literal[Options.OP_NO_SSLv3]`

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-docker/prefect_docker/images.py

[error] invalid-assignment - :64:5 -
Old: Object of type `dict[str, dict[str, Any] | str | None | bool]` is not assignable to `dict[str, dict[str, Any]]`
New: Object of type `dict[Unknown | str, Unknown | str | None | bool | dict[str, Any]]` is not assignable to `dict[str, dict[str, Any]]`

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :78:9 -
Old: Object of type `str` is not assignable to `dict[str, Any]`
New: Object of type `dict[str, Any]` is not assignable to `dict[str, Any]`

src/prefect/locking/filesystem.py

[error] invalid-assignment - :138:9 - Method `__setitem__` of type `bound method dict[str, _LockInfo].__setitem__(key: str, value: _LockInfo, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str | datetime | None | Path]` on object of type `dict[str, _LockInfo]`
[error] invalid-assignment - :187:9 - Method `__setitem__` of type `bound method dict[str, _LockInfo].__setitem__(key: str, value: _LockInfo, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | str | datetime | None | Path]` on object of type `dict[str, _LockInfo]`

pydantic (https://github.com/pydantic/pydantic)

pydantic/json_schema.py

[error] invalid-assignment - :1803:9 - Object of type `Any | None` is not assignable to `ConfigDict`

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/context_manager.py

[error] invalid-assignment - :41:9 - Object of type `dict[str, @Todo]` is not assignable to attribute `options` of type `ProfileContextOptions`

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/api_jws.py

[error] invalid-assignment - :50:13 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `options` of type `SigOptions`

jwt/api_jwt.py

[error] invalid-return-type - :77:16 - Return type does not match returned value: expected `FullOptions`, found `dict[Unknown, Unknown]`

python-chess (https://github.com/niklasf/python-chess)

chess/engine.py

[error] invalid-assignment - :289:9 - Object of type `(InfoDict & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to attribute `info` of type `InfoDict`

rotki (https://github.com/rotki/rotki)

rotkehlchen/balances/historical.py

[error] invalid-assignment - :73:13 - Method `__setitem__` of type `bound method dict[Asset, HistoricalBalance].__setitem__(key: Asset, value: HistoricalBalance, /) -> None` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown | str, Unknown | FVal]` on object of type `dict[Asset, HistoricalBalance]`

rotkehlchen/chain/evm/decoding/gitcoinv2/constants.py

[error] invalid-argument-type - :27:66 - Invalid argument to key "inputs" with declared type `Sequence[ABIComponentIndexed]` on TypedDict `ABIEvent`: value of type `list[Unknown | dict[Unknown | str, Unknown | bool | str]]`
[error] invalid-argument-type - :29:71 - Invalid argument to key "inputs" with declared type `Sequence[ABIComponentIndexed]` on TypedDict `ABIEvent`: value of type `list[Unknown | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | bool | str]]`

rotkehlchen/chain/evm/decoding/thegraph/constants.py

[error] invalid-assignment - :15:1 - Object of type `list[Unknown | dict[Unknown | str, Unknown | bool | list[Unknown | dict[Unknown | str, Unknown | bool | str]] | str]]` is not assignable to `Sequence[ABIEvent]`

rotkehlchen/api/rest.py

[error] invalid-assignment - :4039:30 -
Old: Object of type `Unknown | list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`
New: Object of type `zip[Unknown] | tuple[list[Unknown | None], list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`

rotkehlchen/db/upgrades/v45_v46.py

[error] invalid-argument-type - :121:25 - Argument to function `maybe_set_transaction_extra_data` is incorrect: Expected `AssetMovementExtraData | None`, found `dict[Unknown | str, Unknown] | None`

rotkehlchen/exchanges/coinbase.py

[error] invalid-argument-type - :1063:21 - Argument to function `maybe_set_transaction_extra_data` is incorrect: Expected `AssetMovementExtraData | None`, found `dict[Unknown | str, Unknown] | None`

rotkehlchen/tests/fixtures/rotkehlchen.py

[warning] unused-ignore-comment - :124:46 - Unused blanket `type: ignore` directive

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/format.py

[error] invalid-return-type - :74:16 - Return type does not match returned value: expected `PyprojectFormatter | dict[str, str]`, found `dict[str, Literal["*"]]`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/linear_model/_quantile.py

[error] no-matching-overload - :259:18 - No overload of function `linprog` matches arguments
[error] non-subscriptable - :286:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :286:40 - Cannot subscript object of type `None` with no `__getitem__` method

scipy (https://github.com/scipy/scipy)

scipy/_lib/cobyqa/cobyqa/main.py

[error] invalid-argument-type - :1505:26 - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/problem.py

[error] invalid-argument-type - :75:38 - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469:38 - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/tests/test_problem.py

[error] invalid-argument-type - :63:30 - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226:30 - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

spack (https://github.com/spack/spack)

lib/spack/spack/bootstrap/core.py

[error] invalid-assignment - :233:18 -
Old: Object of type `dict[Unknown, Unknown]` is not assignable to `QueryInfo`
New: Object of type `tuple[partial[Unknown], dict[Unknown, Unknown]]` is not assignable to `QueryInfo`
[error] invalid-assignment - :246:18 -
Old: Object of type `dict[Unknown, Unknown]` is not assignable to `QueryInfo`
New: Object of type `tuple[partial[Unknown], dict[Unknown, Unknown]]` is not assignable to `QueryInfo`

lib/spack/spack/vendor/distro/distro.py

[error] invalid-return-type - :994:16 - Return type does not match returned value: expected `InfoDict`, found `dict[str, str | dict[str, str]]`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/theming.py

[warning] unused-ignore-comment - :340:63 - Unused blanket `type: ignore` directive

static-frame (https://github.com/static-frame/static-frame)

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - :1078:14 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal["f"]`
[error] invalid-argument-type - :1078:21 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal[False]`
[error] invalid-argument-type - :1079:14 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal[True]`
[error] invalid-argument-type - :1079:22 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal["g"]`
[error] invalid-argument-type - :1082:18 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal["f"]`
[error] invalid-argument-type - :1082:25 - Argument to function `proc1` is incorrect: Expected `Model`, found `Literal["g"]`

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/elements/widgets/data_editor.py

[error] invalid-assignment - :144:9 - Object of type `dict[Unknown | str, Unknown | dict[Unknown, Unknown] | list[Unknown]] | Any` is not assignable to `EditingState`
[warning] unused-ignore-comment - :168:67 - Unused `ty: ignore` directive: 'possibly-missing-attribute'

sympy (https://github.com/sympy/sympy)

sympy/core/evalf.py

[error] invalid-assignment - :1410:5 -
Old: Object of type `dict[type[Expr], ((Expr, int, dict[str, Any], /) -> Any) | (def evalf_float(expr: Float, prec: int, options: dict[str, Any]) -> Any) | (def evalf_rational(expr: Rational, prec: int, options: dict[str, Any]) -> Any) | ... omitted 16 union elements]` is not assignable to `dict[type[Expr], (Expr, int, dict[str, Any], /) -> Any]`
New: Object of type `dict[Unknown | <class 'Symbol'> | <class 'Dummy'> | ... omitted 31 union elements, Unknown | ((x: Expr, prec: int, options: dict[str, Any]) -> Any) | ((expr: Float, prec: int, options: dict[str, Any]) -> Any) | ... omitted 17 union elements]` is not assignable to `dict[type[Expr], (Expr, int, dict[str, Any], /) -> Any]`

urllib3 (https://github.com/urllib3/urllib3)

src/urllib3/connection.py

[warning] unused-ignore-comment - :998:70 - Unused blanket `type: ignore` directive

vision (https://github.com/pytorch/vision)

torchvision/prototype/datasets/_builtin/cub200.py

[error] invalid-assignment - :175:9 -
Old: Object of type `tuple[str, tuple[str, BinaryIO]]` is not assignable to `tuple[tuple[str, tuple[str, BinaryIO]], Any]`
New: Object of type `tuple[tuple[str, tuple[str, BinaryIO]], Any]` is not assignable to `tuple[tuple[str, tuple[str, BinaryIO]], Any]`

torchvision/transforms/functional.py

[error] invalid-assignment - :1205:9 -
Old: Object of type `list[int | float | (list[int | float] & Number)]` is not assignable to `list[int | float]`
New: Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`
[error] invalid-assignment - :1225:13 -
Old: Object of type `list[int | float]` is not assignable to `list[int] | None`
New: Object of type `list[Unknown | int | float]` is not assignable to `list[int] | None`

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-assignment - :649:9 -
Old: Object of type `list[int | float | (list[int | float] & Number)]` is not assignable to `list[int | float]`
New: Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`

xarray (https://github.com/pydata/xarray)

xarray/tests/test_cftimeindex_resample.py

[error] invalid-assignment - :259:5 - Object of type `dict[str, str | int]` is not assignable to `DateRangeKwargs`
[error] no-matching-overload - :260:22 - No overload of function `date_range` matches arguments

yarl (https://github.com/aio-libs/yarl)

tests/test_pickle.py

[error] invalid-argument-type - :29:20 - Argument to bound method `__setstate__` is incorrect: Expected `tuple[tuple[str, str, str, str, str]] | tuple[None, _InternalURLCache]`, found `tuple[None, dict[Unknown | str, Unknown | tuple[str, str, str, str, str]]]`

zulip (https://github.com/zulip/zulip)

zerver/actions/message_send.py

[error] invalid-assignment - :1135:13 - Object of type `dict[str, Unknown | None]` is not assignable to `UserData`

zerver/lib/export.py

[error] invalid-assignment - :1951:9 - Object of type `dict[str, list[dict[str, Any] | Unknown] | list[int] | Unknown]` is not assignable to `MessagePartial`

zerver/lib/message.py

[error] invalid-assignment - :932:5 - Object of type `dict[str, dict[int, RawUnreadDirectMessageDict] | dict[int, RawUnreadStreamDict] | set[Unknown] | dict[int, RawUnreadDirectMessageGroupDict] | bool]` is not assignable to `RawUnreadMessagesResult`
[error] invalid-assignment - :992:13 - Method `__setitem__` of type `bound method dict[int, RawUnreadStreamDict].__setitem__(key: int, value: RawUnreadStreamDict, /) -> None` cannot be called with a key of type `Any` and a value of type `dict[str, Any]` on object of type `dict[int, RawUnreadStreamDict]`
[error] invalid-assignment - :1005:13 - Method `__setitem__` of type `bound method dict[int, RawUnreadDirectMessageDict].__setitem__(key: int, value: RawUnreadDirectMessageDict, /) -> None` cannot be called with a key of type `Any` and a value of type `dict[str, Any]` on object of type `dict[int, RawUnreadDirectMessageDict]`
[error] invalid-assignment - :1024:17 - Method `__setitem__` of type `bound method dict[int, RawUnreadDirectMessageDict].__setitem__(key: int, value: RawUnreadDirectMessageDict, /) -> None` cannot be called with a key of type `Any` and a value of type `dict[str, int | Unknown]` on object of type `dict[int, RawUnreadDirectMessageDict]`
[error] invalid-assignment - :1028:17 - Method `__setitem__` of type `bound method dict[int, RawUnreadDirectMessageGroupDict].__setitem__(key: int, value: RawUnreadDirectMessageGroupDict, /) -> None` cannot be called with a key of type `Any` and a value of type `dict[str, str]` on object of type `dict[int, RawUnreadDirectMessageGroupDict]`
[error] invalid-assignment - :1157:5 - Object of type `dict[str, list[UnreadDirectMessageInfo] | list[UnreadStreamInfo] | list[UnreadDirectMessageGroupInfo] | list[int] | int]` is not assignable to `UnreadMessagesResult`

zerver/lib/push_notifications.py

[error] invalid-return-type - :1973:12 - Return type does not match returned value: expected `dict[str, PushDeviceInfoDict]`, found `dict[str | Unknown, dict[Unknown | str, Unknown] | Unknown]`

zerver/lib/subscription_info.py

[error] invalid-assignment - :807:5 - Object of type `dict[Any, dict[str, Any] | Unknown]` is not assignable to `dict[int, RawStreamDict]`
[error] invalid-assignment - :830:5 - Object of type `QuerySet[Subscription, dict[str, Any]]` is not assignable to `Iterable[RawSubscriptionDict]`

zerver/lib/user_groups.py

[error] invalid-assignment - :708:9 - Object of type `dict[str, Unknown | int | None | list[int] | UserGroupMembersDict]` is not assignable to `UserGroupDict`

zerver/lib/users.py

[error] invalid-return-type - :495:12 - Return type does not match returned value: expected `list[Account]`, found `list[dict[str, Unknown | str | None] | Unknown]`

zerver/models/realm_emoji.py

[error] invalid-assignment - :88:9 - Object of type `dict[str, str | Unknown | None]` is not assignable to `EmojiInfo`

zerver/tests/test_channel_creation.py

[error] invalid-argument-type - :98:13 - Argument to function `create_streams_if_needed` is incorrect: Expected `list[StreamDict]`, found `list[dict[Unknown | str, Unknown | int] | Unknown]`
[error] invalid-argument-type - :128:13 - Argument to function `create_streams_if_needed` is incorrect: Expected `list[StreamDict]`, found `list[dict[Unknown | str, Unknown | bool] | Unknown]`

zerver/tests/test_import_export.py

[error] invalid-argument-type - :3063:23 - Argument to function `do_update_user_custom_profile_data_if_changed` is incorrect: Expected `list[ProfileDataElementUpdateDict]`, found `list[Unknown | dict[str, Unknown | str]]`

zerver/tests/test_message_dict.py

[error] invalid-assignment - :359:9 - Object of type `list[Unknown | dict[str, str | int]]` is not assignable to `list[UserDisplayRecipient]`

zerver/tests/test_subs.py

[error] invalid-assignment - :422:9 - Object of type `list[dict[Unknown | str, Unknown | bool] | Unknown]` is not assignable to `list[StreamDict]`

zerver/tests/test_user_status.py

[error] invalid-return-type - :23:12 - Return type does not match returned value: expected `UserInfoDict`, found `UserInfoDict | None`

zerver/tornado/event_queue.py

[error] invalid-assignment - :1042:13 - Method `__setitem__` of type `bound method dict[str, ClientInfo].__setitem__(key: str, value: ClientInfo, /) -> None` cannot be called with a key of type `Unknown | str` and a value of type `dict[str, ClientDescriptor | list[Unknown] | bool]` on object of type `dict[str, ClientInfo]`
[error] invalid-assignment - :1053:13 - Method `__setitem__` of type `bound method dict[str, ClientInfo].__setitem__(key: str, value: ClientInfo, /) -> None` cannot be called with a key of type `Unknown | str` and a value of type `dict[str, ClientDescriptor | Any | bool]` on object of type `dict[str, ClientInfo]`

zerver/views/streams.py

[error] invalid-assignment - :595:5 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StreamDict]`

zilencer/views.py

[error] invalid-assignment - :1733:9 - Method `__setitem__` of type `bound method dict[str, RemoteRealmDictValue].__setitem__(key: str, value: RemoteRealmDictValue, /) -> None` cannot be called with a key of type `str` and a value of type `dict[Unknown | str, Unknown | int | None]` on object of type `dict[str, RemoteRealmDictValue]`

zproject/backends.py

[error] invalid-return-type - :1782:16 - Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str]]`
[error] invalid-return-type - :2506:16 - Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str]]`
[error] invalid-assignment - :3441:13 - Object of type `dict[str, str | Any]` is not assignable to `ExternalAuthMethodDictT`
[error] invalid-return-type - :3536:16 - Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, str | Unknown]]`