Ecosystem report

Old: main (merge base) d4a01501 New: 22564/merge b7925e70
Lint Rule Removed Added Changed
Total 59 10 337
invalid-argument-type 12 2 137
possibly-missing-attribute 1 3 71
invalid-return-type 25 0 37
invalid-assignment 20 1 35
unsupported-operator 0 0 32
not-iterable 0 0 9
type-assertion-failure 0 0 8
not-subscriptable 0 0 6
unused-ignore-comment 1 2 0
invalid-await 0 2 0
unresolved-attribute 0 0 2
Project Removed Added Changed
Total 59 10 337
sympy 0 0 44
core 27 0 12
zulip 6 0 29
ibis 0 0 32
prefect 1 6 24
spack 0 0 19
pandas-stubs 0 0 17
jax 0 0 15
materialize 4 0 11
pandas 5 0 9
static-frame 4 0 10
meson 2 0 8
pwndbg 0 0 9
bokeh 0 0 8
scipy 0 0 8
django-stubs 0 0 7
pycryptodome 0 0 7
rotki 3 3 1
dd-trace-py 0 0 5
sockeye 0 0 5

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/dependencies/data.py

[error] invalid-return-type - :347 -
Old: Return type does not match returned value: expected `_T@cached_inject`, found `_T@cached_inject | Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]]`
New: Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]] | _T@cached_inject`

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

aioredis/connection.py

[error] invalid-return-type - :441 -
Old: Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `(@Todo & ~bytes) | int | list[bytes | memoryview[int] | str | ... omitted 5 union elements] | ... omitted 4 union elements`
New: Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `(@Todo & ~bytes) | int | list[Unknown | bytes | memoryview[int] | ... omitted 5 union elements] | ... omitted 4 union elements`

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

altair/datasets/_cache.py

[error] invalid-assignment - :90:53 - Object of type `dict[str | Unknown, type[DType] | Unknown]` is not assignable to `Mapping[Literal["integer", "number", "boolean", "string", "object", ... omitted 5 literals], type[DType]]`

altair/vegalite/v6/api.py

[error] invalid-argument-type - :263 -
Old: Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | dict[Unknown | str, Unknown] | dict[~Literal["values"] | Unknown, object]`
New: Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | dict[Unknown | str, Unknown] | dict[Unknown | ~Literal["values"], object]`

altair/vegalite/v6/schema/channels.py

[error] invalid-return-type - :183 -
Old: Return type does not match returned value: expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Unknown]`
New: Return type does not match returned value: expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | list[dict[Unknown, Unknown]]]`

apprise (https://github.com/caronc/apprise)

apprise/persistent_store.py

[error] invalid-argument-type - :1538 -
Old: Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `int | str | bytes | ... omitted 3 union elements`
New: Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | int | str | ... omitted 3 union elements`

apprise/plugins/email/base.py

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

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

src/arti/storage/__init__.py

[error] invalid-argument-type - :221 -
Old: Argument is incorrect: Expected `tuple[str, ...]`, found `str | Any`
New: Argument is incorrect: Expected `tuple[str, ...]`, found `Unknown | str`

attrs (https://github.com/python-attrs/attrs)

src/attr/_make.py

[warning] possibly-missing-attribute - :2644 -
Old: Attribute `name` may be missing on object of type `Attribute | Unknown`
New: Attribute `name` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2646 -
Old: Attribute `hash` may be missing on object of type `Attribute | Unknown`
New: Attribute `hash` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2646 -
Old: Attribute `name` may be missing on object of type `Attribute | Unknown`
New: Attribute `name` may be missing on object of type `Unknown | Attribute`

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

src/bokeh/core/has_props.py

[error] invalid-assignment - :790 -
Old: Object of type `list[(type[Model] & ~<class 'DataModel'>) | Unknown]` is not assignable to `list[type[HasProps]]`
New: Object of type `list[type[HasProps] | (type[Model] & ~<class 'DataModel'>)]` is not assignable to `list[type[HasProps]]`

src/bokeh/layouts.py

[error] invalid-argument-type - :384 -
Old: Argument is incorrect: Expected `Literal["normal", "grey"] | None`, found `str | None | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["normal", "grey"] | None`, found `Unknown | str | None | UndefinedType`
[error] invalid-argument-type - :385 -
Old: Argument is incorrect: Expected `bool`, found `bool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `bool`, found `Unknown | bool | UndefinedType`
[error] invalid-argument-type - :386 -
Old: Argument is incorrect: Expected `Literal["auto"] | Drag | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["auto"] | Drag | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :387 -
Old: Argument is incorrect: Expected `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :388 -
Old: Argument is incorrect: Expected `Literal["auto"] | Scroll | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["auto"] | Scroll | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :389 -
Old: Argument is incorrect: Expected `Literal["auto"] | Tap | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["auto"] | Tap | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :390 -
Old: Argument is incorrect: Expected `Literal["auto"] | GestureTool | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
New: Argument is incorrect: Expected `Literal["auto"] | GestureTool | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`

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/labs/models.py

[error] invalid-return-type - :69:16 - Return type does not match returned value: expected `NativeLabsStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | str] | Unknown]]`
[error] invalid-argument-type - :70:39 - Invalid argument to key "preview_feature_status" with declared type `list[NativeLabsStoredFeature]` on TypedDict `NativeLabsStoreData`: value of type `list[dict[Unknown | str, Unknown | str] | Unknown]`

homeassistant/helpers/category_registry.py

[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]`

homeassistant/helpers/floor_registry.py

[error] invalid-return-type - :333: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 - :334: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]`

homeassistant/helpers/label_registry.py

[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]`

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/ecobee/climate.py

[error] invalid-argument-type - :926 -
Old: Argument to function `sorted` is incorrect: Argument type `str | None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
New: Argument to function `sorted` is incorrect: Argument type `str | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :926 -
Old: Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `list[str | None | Unknown]`
New: Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `list[str | None]`

homeassistant/components/ekeybionyx/config_flow.py

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

homeassistant/components/google_assistant/helpers.py

[error] invalid-assignment - :622 -
Old: Invalid subscript assignment with key of type `Literal["nicknames"]` and value of type `list[Unknown]` on object of type `list[str | Unknown]`
New: Invalid subscript assignment with key of type `Literal["nicknames"]` and value of type `list[Unknown]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :624 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str | Unknown, (s: slice[Any, Any, Any], /) -> list[str | Unknown]]` cannot be called with key of type `Literal["nicknames"]` on object of type `list[str | Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["nicknames"]` on object of type `list[Unknown | str]`
[warning] possibly-missing-attribute - :637 -
Old: Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[str | Unknown]`
New: Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[Unknown | str]`

homeassistant/components/google_assistant/trait.py

[error] invalid-argument-type - :1860 -
Old: Argument to function `ordered_list_item_to_percentage` is incorrect: Expected `list[Unknown & ~AlwaysFalsy]`, found `Unknown | list[str | Unknown]`
New: Argument to function `ordered_list_item_to_percentage` is incorrect: Expected `list[Unknown & ~AlwaysFalsy]`, found `Unknown | list[Unknown | str]`

homeassistant/components/google_weather/weather.py

[error] invalid-return-type - :248: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 - :290:16 - Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None] | 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:47 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StatisticData]`

homeassistant/components/nmap_tracker/__init__.py

[error] invalid-assignment - :220 -
Old: Object of type `dict[str | Unknown, str | None | Unknown]` is not assignable to attribute `_known_mac_addresses` of type `dict[str, str]`
New: Object of type `dict[str, str | None]` is not assignable to attribute `_known_mac_addresses` of type `dict[str, str]`
[error] unsupported-operator - :265 -
Old: Operator `+` is not supported between objects of type `Unknown | None` and `list[str | Unknown]`
New: Operator `+` is not supported between objects of type `Unknown | None` and `list[Unknown | str]`

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

[error] unsupported-operator - :70 -
Old: Operator `+=` is not supported between objects of type `None` and `list[str | Unknown]`
New: Operator `+=` is not supported between objects of type `None` and `list[Unknown | str]`
[error] unsupported-operator - :73 -
Old: Operator `not in` is not supported between objects of type `str | Unknown` and `Unknown | list[Unknown | str] | list[str] | None`
New: Operator `not in` is not supported between objects of type `Unknown | str` and `Unknown | list[Unknown | str] | list[str] | None`

homeassistant/components/recorder/migration.py

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

homeassistant/components/recorder/statistics.py

[error] invalid-return-type - :2408: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 - :2425:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
[error] invalid-return-type - :2442:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
[error] invalid-return-type - :2460:12 - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown | None | int | float] | Unknown]`

homeassistant/components/solarlog/coordinator.py

[error] invalid-argument-type - :159 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[tuple[Unknown, Unknown] | Unknown] & ~AlwaysFalsy`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[Unknown | tuple[Unknown, Unknown]] & ~AlwaysFalsy`

homeassistant/components/spotify/browse_media.py

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

homeassistant/components/thread/diagnostics.py

[error] invalid-assignment - :106:40 - Object of type `dict[Unknown, dict[Unknown | str, Unknown] | Unknown]` is not assignable to `dict[str, Neighbour]`

homeassistant/components/unifiprotect/migrate.py

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

homeassistant/components/yamaha_musiccast/media_player.py

[error] invalid-argument-type - :386 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[BrowseMedia | Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown | BrowseMedia]`, found `Unknown | Sequence[BrowseMedia] | None`

homeassistant/helpers/area_registry.py

[error] invalid-return-type - :481: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 - :482: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]`

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

cwltool/builder.py

[error] invalid-return-type - :678 -
Old: Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, None | int | str | ... omitted 4 union elements]`
New: Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, Unknown | None | int | ... omitted 4 union elements]`

tests/test_provenance.py

[error] invalid-argument-type - :638 -
Old: Argument to function `_arcp2file` is incorrect: Expected `str`, found `Node | Unknown`
New: Argument to function `_arcp2file` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :639 -
Old: Argument to bound method `parse` is incorrect: Expected `str | None`, found `Node | Unknown`
New: Argument to bound method `parse` is incorrect: Expected `str | None`, found `Unknown | Node`

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

ddtrace/contrib/internal/subprocess/patch.py

[error] not-iterable - :314 -
Old: Object of type `Unknown | list[Unknown] | None | list[str] | list[str | Unknown]` may not be iterable
New: Object of type `Unknown | list[Unknown] | None | list[str] | list[Unknown | str]` may not be iterable
[error] invalid-argument-type - :320 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str] | list[str | Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str] | list[Unknown | str]`

tests/contrib/pytest/test_pytest_final_status.py

[error] unsupported-operator - :555 -
Old: Operator `in` is not supported between objects of type `Literal["[2]"]` and `str | None | Unknown`
New: Operator `in` is not supported between objects of type `Literal["[2]"]` and `Unknown | str | None`

tests/debugging/exploration/_profiler.py

[warning] possibly-missing-attribute - :42 -
Old: Attribute `__code__` may be missing on object of type `FullyNamedFunction | Unknown`
New: Attribute `__code__` may be missing on object of type `Unknown | FullyNamedFunction`
[warning] possibly-missing-attribute - :50 -
Old: Attribute `__code__` may be missing on object of type `FullyNamedFunction | Unknown`
New: Attribute `__code__` may be missing on object of type `Unknown | FullyNamedFunction`

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

discord/role.py

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

discord/components.py

[error] invalid-argument-type - :1326 -
Old: Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 5 union elements]` on TypedDict `ContainerComponent`: value of type `list[ButtonComponent | SelectMenu | TextInput | ... omitted 11 union elements]`
New: Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 5 union elements]` on TypedDict `ContainerComponent`: value of type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 10 union elements]`

django-stubs (https://github.com/typeddjango/django-stubs)

tests/assert_type/db/models/test_enums.py

[error] type-assertion-failure - :286 -
Old: Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
New: Type `list[str | _StrPromise]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :287 -
Old: Type `list[int]` does not match asserted type `list[Any]`
New: Type `list[int]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :293 -
Old: Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
New: Type `list[str | _StrPromise]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :295 -
Old: Type `list[str]` does not match asserted type `list[Any]`
New: Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :299 -
Old: Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
New: Type `list[str | _StrPromise]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :300 -
Old: Type `list[int | str]` does not match asserted type `list[Any]`
New: Type `list[int | str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - :306 -
Old: Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
New: Type `list[str | _StrPromise]` does not match asserted type `list[Unknown]`

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

dulwich/refs.py

[error] invalid-return-type - :1992 -
Old: Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Ref | Unknown, ObjectID | None | Unknown]`
New: Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Unknown | Ref, Unknown | ObjectID | 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 - :132:48 - Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[TradeModeType]`

freqtrade/plugins/pairlist/PercentChangePairList.py

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

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/utilities/find_breaking_changes.py

[error] invalid-return-type - :107 -
Old: Return type does not match returned value: expected `list[BreakingChange]`, found `list[BreakingChange | DangerousChange | Unknown]`
New: Return type does not match returned value: expected `list[BreakingChange]`, found `list[BreakingChange | DangerousChange]`
[error] invalid-return-type - :122 -
Old: Return type does not match returned value: expected `list[DangerousChange]`, found `list[BreakingChange | DangerousChange | Unknown]`
New: Return type does not match returned value: expected `list[DangerousChange]`, found `list[DangerousChange | BreakingChange]`

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

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-return-type - :1325 -
Old: Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 13 union elements, int | None | float | ... omitted 13 union elements]`
New: Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[Unknown | int | None | ... omitted 13 union elements, Unknown | int | None | ... omitted 13 union elements]`
[error] invalid-argument-type - :2879 -
Old: Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`
New: Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[Unknown | str, ...]`

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

ibis/backends/athena/__init__.py

[error] invalid-argument-type - :583 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/bigquery/datatypes.py

[error] invalid-argument-type - :50 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - :67 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/databricks/__init__.py

[error] invalid-argument-type - :63 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - :82 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Any, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :608 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/datafusion/__init__.py

[error] invalid-argument-type - :542 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str | @Todo, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - :340 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :1725 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/exasol/__init__.py

[error] invalid-argument-type - :274 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/flink/datatypes.py

[error] invalid-argument-type - :75 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/oracle/__init__.py

[error] invalid-argument-type - :377 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/polars/__init__.py

[error] invalid-assignment - :418 -
Old: Object of type `dict[Node | Unknown, Any]` is not assignable to `Mapping[Expr, Any] | None`
New: Object of type `dict[Expr | Node, Any]` is not assignable to `Mapping[Expr, Any] | None`

ibis/backends/polars/rewrites.py

[error] invalid-argument-type - :22 -
Old: Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, str | Unknown]`
New: Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, Unknown | str]`
[error] invalid-argument-type - :33 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - :497 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/risingwave/__init__.py

[error] invalid-argument-type - :309 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/snowflake/__init__.py

[error] invalid-argument-type - :574 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :590 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/sql/compilers/bigquery/udf/core.py

[error] invalid-argument-type - :500 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[arg | Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Unknown | arg]`

ibis/backends/sql/datatypes.py

[error] invalid-assignment - :1316 -
Old: Object of type `dict[Unknown, Array[Unknown] | Unknown]` is not assignable to `tuple[Unknown, ...]`
New: Object of type `dict[Unknown, Unknown | Array[Unknown]]` is not assignable to `tuple[Unknown, ...]`
[error] invalid-assignment - :1396 -
Old: Object of type `dict[Unknown, type[Unknown] | Unknown]` is not assignable to `dict[str, SqlglotType]`
New: Object of type `dict[str, SqlglotType | type[Unknown]]` is not assignable to `dict[str, SqlglotType]`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - :274 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Any, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/trino/__init__.py

[error] invalid-argument-type - :184 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :345 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/expr/datatypes/value.py

[error] invalid-argument-type - :48 -
Old: Argument is incorrect: Expected `bool`, found `dict[str | Unknown, Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown]`

ibis/expr/operations/arrays.py

[error] invalid-argument-type - :223 -
Old: Argument is incorrect: Expected `bool`, found `dict[str | Unknown, Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown]`

ibis/expr/types/generic.py

[error] invalid-argument-type - :860 -
Old: Argument to bound method `cases` is incorrect: Expected `tuple[Value, Value]`, found `tuple[(Unknown & ~None) | Value | dict[Unknown, Unknown], Unknown | Value | None] | Unknown`
New: Argument to bound method `cases` is incorrect: Expected `tuple[Value, Value]`, found `Unknown | tuple[(Unknown & ~None) | Value | dict[Unknown, Unknown], Unknown | Value | None]`

ibis/expr/types/relations.py

[error] invalid-argument-type - :1597 -
Old: Argument to bound method `aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[Unknown, Any]`
New: Argument to bound method `aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[Unknown, Unknown]`

ibis/formats/numpy.py

[error] invalid-argument-type - :107 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str | Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | DataType]`

ibis/formats/pandas.py

[error] invalid-argument-type - :75 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str | Any, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`

ibis/formats/pyarrow.py

[error] invalid-argument-type - :103 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown | DataType]`

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

jax/_src/lax/control_flow/loops.py

[error] invalid-argument-type - :1101 -
Old: Argument to function `abstract_eval` is incorrect: Expected `Primitive`, found `AbstractValue | Unknown`
New: Argument to function `abstract_eval` is incorrect: Expected `Primitive`, found `Unknown | AbstractValue`

jax/_src/numpy/indexing.py

[error] invalid-argument-type - :1305 -
Old: Argument to function `nonzero` is incorrect: Expected `_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`, found `list[bool | Unknown]`
New: Argument to function `nonzero` is incorrect: Expected `_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`, found `list[Unknown | bool]`

jax/_src/pallas/hlo_interpreter.py

[error] invalid-argument-type - :399 -
Old: Argument to function `pad` is incorrect: Expected `Sequence[tuple[int, int, int]]`, found `list[tuple[*tuple[int | Unknown, ...], int] | Unknown]`
New: Argument to function `pad` is incorrect: Expected `Sequence[tuple[int, int, int]]`, found `list[tuple[*tuple[Unknown | int, ...], int]]`

jax/_src/pallas/mosaic_gpu/pipeline.py

[error] invalid-argument-type - :431 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :895 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

jax/_src/pallas/pallas_call.py

[error] invalid-assignment - :128 -
Old: Object of type `list[ShapedArray | Unknown | (AbstractValue & ~ShapedArrayWithMemorySpace)]` is not assignable to `tuple[AbstractValue, ...]`
New: Object of type `list[Unknown | ShapedArray | (AbstractValue & ~ShapedArrayWithMemorySpace)]` is not assignable to `tuple[AbstractValue, ...]`

jax/_src/pallas/pipelining/schedulers.py

[error] invalid-return-type - :433 -
Old: Return type does not match returned value: expected `Sequence[int] | None`, found `list[Array | int | Unknown]`
New: Return type does not match returned value: expected `Sequence[int] | None`, found `list[Unknown | Array | int]`

jax/_src/pallas/primitives.py

[warning] possibly-missing-attribute - :1003 -
Old: Attribute `shape` may be missing on object of type `AbstractValue | Unknown`
New: Attribute `shape` may be missing on object of type `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :1003 -
Old: Attribute `dtype` may be missing on object of type `AbstractValue | Unknown`
New: Attribute `dtype` may be missing on object of type `Unknown | AbstractValue`

jax/_src/pallas/triton/lowering.py

[error] invalid-argument-type - :416 -
Old: Argument is incorrect: Expected `Sequence[ShapedArray]`, found `list[AbstractValue | Unknown]`
New: Argument is incorrect: Expected `Sequence[ShapedArray]`, found `list[Unknown | AbstractValue]`
[error] invalid-argument-type - :416 -
Old: Argument is incorrect: Expected `Sequence[ShapedArray]`, found `list[AbstractValue | Unknown]`
New: Argument is incorrect: Expected `Sequence[ShapedArray]`, found `list[Unknown | AbstractValue]`

jax/_src/shard_map.py

[error] invalid-argument-type - :1105 -
Old: Argument to function `_check_names` is incorrect: Expected `Sequence[ShapedArray]`, found `list[AbstractValue | Unknown]`
New: Argument to function `_check_names` is incorrect: Expected `Sequence[ShapedArray]`, found `list[Unknown | AbstractValue]`

jax/collect_profile.py

[warning] possibly-missing-attribute - :110 -
Old: Attribute `glob` may be missing on object of type `PathLike[str] | Unknown | int | ... omitted 3 union elements`
New: Attribute `glob` may be missing on object of type `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[error] unsupported-operator - :113 -
Old: Operator `/` is not supported between objects of type `PathLike[str] | Unknown | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`
New: Operator `/` is not supported between objects of type `Unknown | PathLike[str] | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`

jax/experimental/jax2tf/jax2tf.py

[error] invalid-assignment - :657 -
Old: Invalid subscript assignment with key of type `Literal["module"]` and value of type `bytes` on object of type `dict[str, int | tuple[Unknown, ...] | tuple[tuple[Unknown | None, ...], ...] | list[Any]]`
New: Invalid subscript assignment with key of type `Literal["module"]` and value of type `bytes` on object of type `dict[str, int | tuple[Unknown, ...] | tuple[tuple[Unknown | None, ...], ...] | list[Unknown]]`

jinja (https://github.com/pallets/jinja)

src/jinja2/environment.py

[error] invalid-return-type - :1496 -
Old: Return type does not match returned value: expected `list[tuple[int, int]]`, found `list[tuple[int, ...] | Unknown]`
New: Return type does not match returned value: expected `list[tuple[int, int]]`, found `list[tuple[int, ...]]`

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

kopf/_core/engines/admission.py

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

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

misc/python/materialize/mzcompose/services/balancerd.py

[error] invalid-assignment - :57:55 - Object of type `dict[str | Unknown, dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `dict[str, ServiceDependency]`

misc/python/materialize/mzcompose/services/dnsmasq.py

[error] invalid-assignment - :53:55 - Object of type `dict[str | Unknown, dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `dict[str, ServiceDependency]`

misc/python/materialize/mzcompose/services/frontegg.py

[error] invalid-assignment - :60:55 - Object of type `dict[str | Unknown, dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `dict[str, ServiceDependency]`

misc/python/materialize/mzcompose/services/materialized.py

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

misc/python/materialize/checks/cloudtest_actions.py

[error] invalid-assignment - :46 -
Old: Object of type `str | None` is not assignable to attribute `tag` on type `K8sResource | Unknown`
New: Object of type `str | None` is not assignable to attribute `tag` on type `Unknown | K8sResource`
[warning] possibly-missing-attribute - :47 -
Old: Attribute `replace` may be missing on object of type `K8sResource | Unknown`
New: Attribute `replace` may be missing on object of type `Unknown | K8sResource`

misc/python/materialize/cloudtest/app/materialize_application.py

[warning] possibly-missing-attribute - :172 -
Old: Attribute `env` may be missing on object of type `K8sResource | Unknown`
New: Attribute `env` may be missing on object of type `Unknown | K8sResource`
[warning] possibly-missing-attribute - :173 -
Old: Attribute `replace` may be missing on object of type `K8sResource | Unknown`
New: Attribute `replace` may be missing on object of type `Unknown | K8sResource`

misc/python/materialize/mzcompose/services/kafka.py

[error] invalid-argument-type - :66 -
Old: Invalid argument to key "depends_on" with declared type `list[str] | dict[str, ServiceDependency]` on TypedDict `ServiceConfig`: value of type `dict[str | Unknown, ServiceDependency | dict[Unknown | str, Unknown | str] | Unknown]`
New: Invalid argument to key "depends_on" with declared type `list[str] | dict[str, ServiceDependency]` on TypedDict `ServiceConfig`: value of type `dict[str | Unknown, ServiceDependency | Unknown | dict[Unknown | str, Unknown | str]]`

misc/python/materialize/mzcompose/services/schema_registry.py

[error] invalid-argument-type - :45 -
Old: Invalid argument to key "depends_on" with declared type `list[str] | dict[str, ServiceDependency]` on TypedDict `ServiceConfig`: value of type `dict[str | Unknown, ServiceDependency | dict[Unknown | str, Unknown | str] | Unknown]`
New: Invalid argument to key "depends_on" with declared type `list[str] | dict[str, ServiceDependency]` on TypedDict `ServiceConfig`: value of type `dict[str | Unknown, ServiceDependency | Unknown | dict[Unknown | str, Unknown | str]]`

misc/python/materialize/zippy/framework.py

[error] invalid-assignment - :84 -
Old: Object of type `list[Capability | Unknown]` is not assignable to `list[T@get]`
New: Object of type `list[Capability]` is not assignable to `list[T@get]`

test/cloudtest/test_compute.py

[warning] possibly-missing-attribute - :197 -
Old: Attribute `env` may be missing on object of type `K8sResource | Unknown`
New: Attribute `env` may be missing on object of type `Unknown | K8sResource`
[warning] possibly-missing-attribute - :198 -
Old: Attribute `extra_args` may be missing on object of type `K8sResource | Unknown`
New: Attribute `extra_args` may be missing on object of type `Unknown | K8sResource`
[warning] possibly-missing-attribute - :199 -
Old: Attribute `replace` may be missing on object of type `K8sResource | Unknown`
New: Attribute `replace` may be missing on object of type `Unknown | K8sResource`
[warning] possibly-missing-attribute - :236 -
Old: Attribute `replace` may be missing on object of type `K8sResource | Unknown`
New: Attribute `replace` may be missing on object of type `Unknown | K8sResource`

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/dependencies/dub.py

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

mesonbuild/dependencies/pkgconfig.py

[error] invalid-return-type - :215 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str | Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[Unknown | str]`

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - :3305 -
Old: Object of type `dict[str | Unknown, Compiler | Unknown]` is not assignable to attribute `compilers` of type `OrderedDict[str, Compiler]`
New: Object of type `dict[str, Compiler]` is not assignable to attribute `compilers` of type `OrderedDict[str, Compiler]`
[error] invalid-assignment - :3496 -
Old: Object of type `dict[str | Unknown, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Object of type `dict[Unknown | str, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

mesonbuild/interpreter/type_checking.py

[error] invalid-argument-type - :252 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, str | list[str]] | None`, found `dict[object, list[Any] | Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, str | list[str]] | None`, found `dict[object, str | list[str]]`

mesonbuild/interpreterbase/helpers.py

[error] invalid-return-type - :39 -
Old: Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `dict[object, str | int | Sequence[Divergent] | ... omitted 6 union elements]`
New: Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `dict[object, Unknown | str | int | ... omitted 6 union elements]`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-return-type - :602 -
Old: Return type does not match returned value: expected `tuple[list[InterpreterObject], dict[str, InterpreterObject]]`, found `tuple[list[InterpreterObject | None | Unknown], dict[str, InterpreterObject | None]]`
New: Return type does not match returned value: expected `tuple[list[InterpreterObject], dict[str, InterpreterObject]]`, found `tuple[list[Unknown | InterpreterObject | None], dict[str, InterpreterObject | None]]`

test cases/common/22 object extraction/check-obj.py

[error] unsupported-operator - :19 -
Old: Operator `not in` is not supported between objects of type `str` and `None | set[Any]`
New: Operator `not in` is not supported between objects of type `str` and `None | set[Unknown]`

unittests/allplatformstests.py

[error] invalid-argument-type - :3199 -
Old: Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | dict[str | Unknown, Any] | ... omitted 3 union elements`
New: Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | dict[Unknown | str, Unknown] | ... omitted 3 union elements`

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

test/mitmproxy/addons/test_proxyserver.py

[error] invalid-argument-type - :119 -
Old: Argument to function `wait_for` is incorrect: Expected `Awaitable[Unknown]`, found `Task[Unknown] | None | Unknown`
New: Argument to function `wait_for` is incorrect: Expected `Awaitable[Unknown]`, found `Unknown | Task[Unknown] | None`

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

openlibrary/book_providers.py

[error] invalid-argument-type - :829 -
Old: Argument to function `multisort_best` is incorrect: Expected `list[tuple[Literal["min", "max"], (tuple[Edition, AbstractBookProvider[Unknown] | None] | Unknown, /) -> int | float]]`, found `list[Unknown | tuple[str, (rec) -> Unknown]]`
New: Argument to function `multisort_best` is incorrect: Expected `list[tuple[Literal["min", "max"], (Unknown | tuple[Edition, AbstractBookProvider[Unknown] | None], /) -> int | float]]`, found `list[Unknown | tuple[str, (rec) -> Unknown]]`

openlibrary/plugins/books/dynlinks.py

[warning] possibly-missing-attribute - :355 -
Old: Attribute `insert` may be missing on object of type `Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown] | ... omitted 3 union elements`
New: Attribute `insert` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements`
[error] invalid-argument-type - :399 -
Old: Argument to function `trim` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown] | ... omitted 3 union elements`
New: Argument to function `trim` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements`
[error] invalid-argument-type - :400 -
Old: Argument to function `trim` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown] | ... omitted 3 union elements`
New: Argument to function `trim` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements`

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

optuna/storages/_rdb/storage.py

[error] invalid-return-type - :367 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Unknown]`
[error] invalid-return-type - :376 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Unknown]`
[error] invalid-return-type - :386 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Unknown]`
[error] invalid-return-type - :396 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Unknown]`

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

paasta_tools/instance/kubernetes.py

[error] invalid-return-type - :1146 -
Old: Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[Unknown | str, Unknown | str | int | list[Mapping[str, Any] | Unknown] | None]`
New: Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[Unknown | str, Unknown | str | int | list[Unknown | Mapping[str, Any]] | None]`

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

pandas/core/arrays/interval.py

[error] invalid-argument-type - :1147 -
Old: Argument to bound method `_ensure_simple_new_inputs` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `str | Unknown`
New: Argument to bound method `_ensure_simple_new_inputs` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Unknown | str`

pandas/core/strings/accessor.py

[warning] possibly-missing-attribute - :382 -
Old: Attribute `dtype` may be missing on object of type `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, ArrowExtensionArray | Unknown] | list[Unknown]`
New: Attribute `dtype` may be missing on object of type `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, Unknown | ArrowExtensionArray] | list[Unknown]`

pandas/io/formats/style.py

[error] invalid-assignment - :2837:28 - Object of type `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]` is not assignable to `dict[Any, list[CSSDict]] | list[CSSDict] | None`
[error] invalid-assignment - :2847:28 - Object of type `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]` is not assignable to `dict[Any, list[CSSDict]] | list[CSSDict] | None`
[warning] possibly-missing-attribute - :2856:13 - Attribute `extend` may be missing on object of type `(Unknown & ~None) | dict[Any, list[CSSDict]] | list[CSSDict]`
[error] invalid-argument-type - :2856:38 - Argument to bound method `extend` is incorrect: Expected `Iterable[CSSDict]`, found `dict[Any, list[CSSDict]] | list[CSSDict] | None`

pandas/io/formats/style_render.py

[error] invalid-return-type - :1878:12 - Return type does not match returned value: expected `list[CSSDict]`, found `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]`
[error] invalid-assignment - :1402 -
Old: Object of type `dict[int | Unknown, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
New: Object of type `dict[Any, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
[error] invalid-assignment - :1697 -
Old: Object of type `dict[int | Unknown, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
New: Object of type `dict[Any, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`

pandas/io/parsers/arrow_parser_wrapper.py

[error] unsupported-operator - :184 -
Old: Operator `+` is not supported between objects of type `list[str | Unknown]` and `(Unknown & ~None) | range`
New: Operator `+` is not supported between objects of type `list[Unknown | str]` and `(Unknown & ~None) | range`

pandas/io/pytables.py

[error] invalid-argument-type - :4149 -
Old: Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`
New: Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Unknown | int | None`

pandas/tests/io/formats/style/test_style.py

[error] invalid-argument-type - :1326 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Any, list[CSSDict]] | list[CSSDict] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[CSSDict] | None`

pandas/tests/io/test_sql.py

[error] invalid-argument-type - :733 -
Old: Argument to function `create_and_load_types_postgresql` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[tuple[Unknown, ...] | Unknown]`
New: Argument to function `create_and_load_types_postgresql` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[Unknown | tuple[Unknown, ...]]`
[error] invalid-argument-type - :891 -
Old: Argument to function `create_and_load_types_sqlite3` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[tuple[Unknown, ...] | Unknown]`
New: Argument to function `create_and_load_types_sqlite3` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[Unknown | tuple[Unknown, ...]]`

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

tests/frame/test_frame.py

[error] type-assertion-failure - :3864 -
Old: Type `list[str]` does not match asserted type `list[str | Unknown]`
New: Type `list[str]` does not match asserted type `list[Unknown | str]`

tests/indexes/float/test_floordiv.py

[error] unsupported-operator - :63 -
Old: Operator `//` is not supported between objects of type `Index[int | float]` and `list[datetime | Unknown]`
New: Operator `//` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :64 -
Old: Operator `//` is not supported between objects of type `Index[int | float]` and `list[timedelta | Unknown]`
New: Operator `//` is not supported between objects of type `Index[int | float]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :71 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Index[int | float]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`

tests/indexes/int/test_floordiv.py

[error] unsupported-operator - :63 -
Old: Operator `//` is not supported between objects of type `Index[int]` and `list[datetime | Unknown]`
New: Operator `//` is not supported between objects of type `Index[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - :64 -
Old: Operator `//` is not supported between objects of type `Index[int]` and `list[timedelta | Unknown]`
New: Operator `//` is not supported between objects of type `Index[int]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :71 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Index[int]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[int]`

tests/indexes/test_floordiv.py

[error] unsupported-operator - :61 -
Old: Operator `//` is not supported between objects of type `Index[Any]` and `list[datetime | Unknown]`
New: Operator `//` is not supported between objects of type `Index[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :62 -
Old: Operator `//` is not supported between objects of type `Index[Any]` and `list[timedelta | Unknown]`
New: Operator `//` is not supported between objects of type `Index[Any]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :69 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Index[Any]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[Any]`

tests/series/float/test_floordiv.py

[error] unsupported-operator - :82 -
Old: Operator `//` is not supported between objects of type `Series[int | float]` and `list[datetime | Unknown]`
New: Operator `//` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :83 -
Old: Operator `//` is not supported between objects of type `Series[int | float]` and `list[timedelta | Unknown]`
New: Operator `//` is not supported between objects of type `Series[int | float]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :90 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Series[int | float]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`

tests/series/int/test_floordiv.py

[error] unsupported-operator - :83 -
Old: Operator `//` is not supported between objects of type `Series[int]` and `list[datetime | Unknown]`
New: Operator `//` is not supported between objects of type `Series[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - :84 -
Old: Operator `//` is not supported between objects of type `Series[int]` and `list[timedelta | Unknown]`
New: Operator `//` is not supported between objects of type `Series[int]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :91 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Series[int]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[int]`

tests/series/test_floordiv.py

[error] unsupported-operator - :89 -
Old: Operator `//` is not supported between objects of type `list[datetime | Unknown]` and `Series[Any]`
New: Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`

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

pandera/api/pandas/components.py

[error] invalid-return-type - :400 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | None | str, Unknown | Index]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[str | Unknown | None, Any]`

pandera/api/pandas/model.py

[error] invalid-argument-type - :210 -
Old: Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[str | Unknown, Any | None]`
New: Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown | str, Unknown | None]`

tests/pandas/test_pydantic.py

[error] invalid-argument-type - :308 -
Old: Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[str | Unknown, Any | None | type[Any]]`
New: Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[Unknown | str, Unknown | None | type[Any]]`

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

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - :132 -
Old: Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
New: Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - :133 -
Old: Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
New: Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] unsupported-operator - :139 -
Old: Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`
New: Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`

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

src/integrations/prefect-dbt/prefect_dbt/core/settings.py

[error] invalid-assignment - :94 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :99 -
Old: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables | dict[str, Any]` is not assignable to `dict[str, Any]`

src/prefect/_vendor/croniter/croniter.py

[error] unsupported-operator - :1080 -
Old: Operator `+=` is not supported between objects of type `list[LiteralString]` and `list[str | Unknown | int]`
New: Operator `+=` is not supported between objects of type `list[LiteralString]` and `list[Unknown | str | int]`

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :86 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :87 -
Old: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables` is not assignable to `dict[str, Any]`

src/prefect/cli/flow_run.py

[error] invalid-argument-type - :264 -
Old: Argument is incorrect: Expected `FlowFilterId | None`, found `dict[Unknown | str, Unknown | list[UUID | Unknown]]`
New: Argument is incorrect: Expected `FlowFilterId | None`, found `dict[Unknown | str, Unknown | list[Unknown | UUID]]`

src/prefect/cli/work_queue.py

[error] invalid-argument-type - :403 -
Old: Argument is incorrect: Expected `list[UUID] | None`, found `list[UUID | None | Unknown]`
New: Argument is incorrect: Expected `list[UUID] | None`, found `list[Unknown | UUID | None]`

src/prefect/deployments/flow_runs.py

[error] invalid-argument-type - :198 -
Old: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult] | Unknown]`
New: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - :395 -
Old: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult] | Unknown]`
New: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :795 -
Old: Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`
New: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`

src/prefect/deployments/steps/core.py

[error] invalid-argument-type - :137 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`

src/prefect/flow_engine.py

[error] invalid-argument-type - :1482:43 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1490:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1524:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1531:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] invalid-await - :812:32 - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - :1401:24 - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable

src/prefect/flows.py

[warning] unused-ignore-comment - :1750:53 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :286 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
[error] unresolved-attribute - :404 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`

src/prefect/server/models/block_documents.py

[error] invalid-argument-type - :427 -
Old: Argument is incorrect: Expected `BlockSchemaFilterId | None`, found `dict[str, list[UUID | Unknown]]`
New: Argument is incorrect: Expected `BlockSchemaFilterId | None`, found `dict[str, list[Unknown | UUID]]`

src/prefect/task_engine.py

[error] invalid-assignment - :167 -
Old: Object of type `dict[str | Unknown, set[TaskRunResult | FlowRunResult] | Unknown]` is not assignable to `dict[str, set[RunInput]]`
New: Object of type `dict[str, set[RunInput] | set[TaskRunResult | FlowRunResult]]` is not assignable to `dict[str, set[RunInput]]`

src/prefect/tasks.py

[error] invalid-argument-type - :964 -
Old: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult] | Unknown]`
New: Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - :1083 -
Old: Argument is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`, found `(dict[str | Unknown, set[TaskRunResult | FlowRunResult] | Unknown] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`, found `(dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] invalid-return-type - :1634 -
Old: Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[PrefectDistributedFuture[R@Task] | Unknown] | @Todo`
New: Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[Unknown | PrefectDistributedFuture[R@Task]] | @Todo`

src/prefect/utilities/templating.py

[error] invalid-assignment - :320 -
Old: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` on object of type `dict[str, Any]`
New: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any]` on object of type `dict[str, Any]`
[error] invalid-return-type - :323 -
Old: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[T@resolve_block_document_references | dict[str, Any] | str | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | T@resolve_block_document_references | dict[str, Any]]`
[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, T@resolve_variables | str | int | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, Unknown | T@resolve_variables]`
[error] invalid-return-type - :442 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `list[T@resolve_variables | str | int | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `list[Unknown | T@resolve_variables]`

src/prefect/workers/base.py

[error] invalid-argument-type - :232 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`
[error] invalid-argument-type - :234 -
Old: Argument expression after ** must be a mapping type: Found `T@resolve_variables | str | int | ... omitted 4 union elements`
New: Argument expression after ** must be a mapping type: Found `T@resolve_variables`

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

pwndbg/commands/killthreads.py

[error] not-iterable - :58 -
Old: Object of type `list[int] | None | list[int | Unknown]` may not be iterable
New: Object of type `list[int] | None | list[Unknown | int]` may not be iterable
[error] not-iterable - :71 -
Old: Object of type `list[int] | None | list[int | Unknown]` may not be iterable
New: Object of type `list[int] | None | list[Unknown | int]` may not be iterable

pwndbg/dbg_mod/__init__.py

[error] invalid-return-type - :905 -
Old: Return type does not match returned value: expected `list[str]`, found `list[Unknown | str | None]`
New: Return type does not match returned value: expected `list[str]`, found `list[str | Unknown | None]`

pwndbg/gdblib/shellcode.py

[error] invalid-argument-type - :105 -
Old: Argument to function `read` is incorrect: Expected `int`, found `int | None | Unknown`
New: Argument to function `read` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :106 -
Old: Argument to function `write` is incorrect: Expected `int`, found `int | None | Unknown`
New: Argument to function `write` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unsupported-operator - :125 -
Old: Operator `+` is not supported between objects of type `int | None | Unknown` and `int`
New: Operator `+` is not supported between objects of type `Unknown | int | None` and `int`
[error] invalid-argument-type - :148 -
Old: Argument to function `write` is incorrect: Expected `int`, found `int | None | Unknown`
New: Argument to function `write` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :149 -
Old: Argument to bound method `write_reg` is incorrect: Expected `int`, found `int | None | Unknown`
New: Argument to bound method `write_reg` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :152 -
Old: Argument to bound method `write_reg` is incorrect: Expected `int`, found `int | None | Unknown`
New: Argument to bound method `write_reg` is incorrect: Expected `int`, found `Unknown | int | None`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Cipher/_mode_kw.py

[error] invalid-return-type - :25 -
Old: Return type does not match returned value: expected `bytes`, found `bytes | bytearray | Unknown`
New: Return type does not match returned value: expected `bytes`, found `Unknown | bytes | bytearray`
[error] invalid-argument-type - :39 -
Old: Argument to function `strxor` is incorrect: Expected `bytes`, found `bytes | bytearray | Unknown`
New: Argument to function `strxor` is incorrect: Expected `bytes`, found `Unknown | bytes | bytearray`
[error] invalid-return-type - :43 -
Old: Return type does not match returned value: expected `bytes`, found `bytes | bytearray | Unknown`
New: Return type does not match returned value: expected `bytes`, found `Unknown | bytes | bytearray`

lib/Crypto/IO/_PBES.py

[error] invalid-argument-type - :531 -
Old: Argument to function `scrypt` is incorrect: Expected `int`, found `None | Unknown`
New: Argument to function `scrypt` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :531 -
Old: Argument to function `scrypt` is incorrect: Expected `int`, found `None | Unknown`
New: Argument to function `scrypt` is incorrect: Expected `int`, found `Unknown | None`

lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py

[error] invalid-argument-type - :275 -
Old: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int | Unknown]`
New: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[Unknown | int]`
[error] invalid-argument-type - :306 -
Old: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int | Unknown]`
New: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[Unknown | int]`

pywin32 (https://github.com/mhammond/pywin32)

com/win32com/demos/dump_clipboard.py

[error] invalid-argument-type - :31 -
Old: Argument to bound method `QueryGetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`
New: Argument to bound method `QueryGetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Unknown]`
[error] invalid-argument-type - :36 -
Old: Argument to bound method `GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`
New: Argument to bound method `GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Unknown]`

com/win32comext/shell/test/testSHFileOperation.py

[error] invalid-argument-type - :35 -
Old: Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, str | Unknown, None, int]`
New: Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, Unknown | str, None, int]`

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

rotkehlchen/api/services/transactions.py

[error] invalid-argument-type - :588:40 - Argument to bound method `extend` is incorrect: Expected `Iterable[Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 4 literals]]`, found `list[SupportedBlockchain | Unknown]`
[error] invalid-argument-type - :307 -
Old: Argument to bound method `reset_events_for_redecode` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 7 literals]`, found `Location | Unknown`
New: Argument to bound method `reset_events_for_redecode` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 7 literals]`, found `Unknown | Location`

rotkehlchen/chain/decoding/tools.py

[warning] unused-ignore-comment - :96:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :99:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `Sequence[A@BaseDecoderTools]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | tuple[SolanaAddress, ...]`
[warning] unused-ignore-comment - :100:62 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :98:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress | None`, found `A@BaseDecoderTools | None`
[error] invalid-argument-type - :97:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress`, found `A@BaseDecoderTools`

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

schema_salad/schema.py

[error] invalid-assignment - :572 -
Old: Invalid subscript assignment with key of type `Literal["symbols"]` and value of type `list[str | Unknown]` on object of type `MutableSequence[Any]`
New: Invalid subscript assignment with key of type `Literal["symbols"]` and value of type `list[Unknown | str]` on object of type `MutableSequence[Any]`

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

sklearn/datasets/_lfw.py

[error] invalid-argument-type - :469 -
Old: Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `str | Unknown`
New: Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `Unknown | str`

sklearn/externals/array_api_extra/_lib/_lazy.py

[warning] possibly-missing-attribute - :243 -
Old: Attribute `_meta` may be missing on object of type `(Array & ~int & ~float & ~complex) | Unknown`
New: Attribute `_meta` may be missing on object of type `Unknown | (Array & ~int & ~float & ~complex)`

sklearn/preprocessing/_encoders.py

[error] unsupported-operator - :1540 -
Old: Operator `<` is not supported between objects of type `Unknown | None` and `int | Unknown`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Unknown | int`

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

scipy/_lib/_array_api_docs_tables.py

[error] invalid-return-type - :118 -
Old: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[Unknown | str, dict[Unknown | str, BackendSupportStatus | Unknown] | Unknown]`
New: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`
[error] invalid-return-type - :125 -
Old: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[Unknown | str, dict[Unknown | str, BackendSupportStatus | Unknown] | Unknown]`
New: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`
[error] invalid-return-type - :158 -
Old: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[Unknown | str, dict[Unknown | str, BackendSupportStatus | Unknown] | Unknown]`
New: Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_lazy.py

[warning] possibly-missing-attribute - :243 -
Old: Attribute `_meta` may be missing on object of type `(Array & ~int & ~float & ~complex) | Unknown`
New: Attribute `_meta` may be missing on object of type `Unknown | (Array & ~int & ~float & ~complex)`

scipy/fft/_pocketfft/tests/test_real_transforms.py

[warning] possibly-missing-attribute - :66 -
Old: Attribute `close` may be missing on object of type `Any | dict[Any, Any]`
New: Attribute `close` may be missing on object of type `Any | dict[Unknown, Unknown]`

scipy/integrate/_ivp/ivp.py

[error] not-iterable - :736 -
Old: Object of type `list[list[Unknown] | Unknown] | None` may not be iterable
New: Object of type `list[Unknown | list[Unknown]] | None` may not be iterable

scipy/signal/_peak_finding.py

[warning] possibly-missing-attribute - :1107 -
Old: Attribute `append` may be missing on object of type `Unknown | list[Unknown] | int`
New: Attribute `append` may be missing on object of type `@Todo | list[Unknown] | int`
[warning] possibly-missing-attribute - :1108 -
Old: Attribute `append` may be missing on object of type `Unknown | list[Unknown] | int`
New: Attribute `append` may be missing on object of type `@Todo | list[Unknown] | int`

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

scrapy/utils/python.py

[error] invalid-return-type - :266 -
Old: Return type does not match returned value: expected `Iterable[_KT@without_none_values]`, found `dict[object, ~None | Unknown]`
New: Return type does not match returned value: expected `Iterable[_KT@without_none_values]`, found `dict[object, Unknown | ~None]`

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

setuptools/_distutils/command/build_ext.py

[warning] possibly-missing-attribute - :270 -
Old: Attribute `split` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (list[tuple[Unknown, str] | Unknown] & ~AlwaysFalsy)`
New: Attribute `split` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy)`

setuptools/_distutils/sysconfig.py

[error] invalid-return-type - :568 -
Old: Return type does not match returned value: expected `list[str | int] | dict[str, str | int]`, found `list[Any | None] | dict[str, Any]`
New: Return type does not match returned value: expected `list[str | int] | dict[str, str | int]`, found `list[str | int | Any | None] | dict[str, Any]`

setuptools/command/rotate.py

[error] not-iterable - :50 -
Old: Object of type `Unknown | None | list[str | Unknown]` may not be iterable
New: Object of type `Unknown | None | list[Unknown | str]` may not be iterable

sockeye (https://github.com/awslabs/sockeye)

sockeye/data_io.py

[error] invalid-argument-type - :506 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | Unknown, (s: slice[Any, Any, Any], /) -> list[int | Unknown]]` cannot be called with key of type `None` on object of type `list[int | Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[Any, Any, Any], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
[error] invalid-argument-type - :522 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | Unknown, (s: slice[Any, Any, Any], /) -> list[int | Unknown]]` cannot be called with key of type `None` on object of type `list[int | Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[Any, Any, Any], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`

sockeye/inference.py

[error] invalid-argument-type - :350 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[list[str] | Unknown]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[Unknown | list[str]]`
[error] invalid-argument-type - :352 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[list[str] | Unknown]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[Unknown | list[str]]`

sockeye/test_utils.py

[error] not-iterable - :105 -
Old: Object of type `None | list[list[str | Unknown] | Unknown]` may not be iterable
New: Object of type `None | list[Unknown | list[Unknown | str]]` may not be iterable

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

lib/spack/spack/detection/path.py

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

lib/spack/spack/directives.py

[error] invalid-assignment - :367 -
Old: Object of type `list[Unknown | ~str]` is not assignable to `((type[PackageBase] | Dependency, /) -> None) | str | list[((type[PackageBase] | Dependency, /) -> None) | str] | None`
New: Object of type `list[object]` is not assignable to `((type[PackageBase] | Dependency, /) -> None) | str | list[((type[PackageBase] | Dependency, /) -> None) | str] | None`

lib/spack/spack/environment/environment.py

[error] invalid-return-type - :1652 -
Old: Return type does not match returned value: expected `tuple[list[Spec], list[Spec], list[tuple[Spec, Spec]]]`, found `tuple[list[Unknown] & ~AlwaysFalsy, list[Unknown], list[tuple[Unknown, None] | Unknown]]`
New: Return type does not match returned value: expected `tuple[list[Spec], list[Spec], list[tuple[Spec, Spec]]]`, found `tuple[list[Unknown] & ~AlwaysFalsy, list[Unknown], list[Unknown | tuple[Unknown, None]]]`

lib/spack/spack/fetch_strategy.py

[error] invalid-argument-type - :1500 -
Old: Argument to function `quote` is incorrect: Expected `list[str]`, found `set[@Todo]`
New: Argument to function `quote` is incorrect: Expected `list[str]`, found `set[Unknown]`

lib/spack/spack/test/cmd/ci.py

[error] invalid-argument-type - :2026 -
Old: Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion | Unknown]`
New: Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - :2041 -
Old: Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion | Unknown]`
New: Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - :2065 -
Old: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion | Unknown]`
New: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - :2089 -
Old: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion | Unknown]`
New: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - :2117 -
Old: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion | Unknown]`
New: Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`

lib/spack/spack/test/spec_semantics.py

[error] invalid-argument-type - :2106 -
Old: Argument to function `sorted` is incorrect: Argument type `Spec | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
New: Argument to function `sorted` is incorrect: Argument type `Unknown | Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - :2111 -
Old: Operator `<=` is not supported between two objects of type `Spec | Unknown`
New: Operator `<=` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - :2112 -
Old: Operator `<` is not supported between two objects of type `Spec | Unknown`
New: Operator `<` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - :2113 -
Old: Operator `>=` is not supported between two objects of type `Spec | Unknown`
New: Operator `>=` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - :2114 -
Old: Operator `>` is not supported between two objects of type `Spec | Unknown`
New: Operator `>` is not supported between two objects of type `Unknown | Spec`

lib/spack/spack/vendor/attr/_make.py

[warning] possibly-missing-attribute - :2653 -
Old: Attribute `name` may be missing on object of type `Attribute | Unknown`
New: Attribute `name` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2655 -
Old: Attribute `hash` may be missing on object of type `Attribute | Unknown`
New: Attribute `hash` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2655 -
Old: Attribute `name` may be missing on object of type `Attribute | Unknown`
New: Attribute `name` may be missing on object of type `Unknown | Attribute`

lib/spack/spack/vendor/jinja2/environment.py

[error] invalid-return-type - :1494 -
Old: Return type does not match returned value: expected `list[tuple[int, int]]`, found `list[tuple[int, ...] | Unknown]`
New: Return type does not match returned value: expected `list[tuple[int, int]]`, found `list[tuple[int, ...]]`

lib/spack/spack/verify_libraries.py

[error] invalid-argument-type - :170 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | Unknown | str | PathLike[str] | PathLike[bytes]]`
New: Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[Unknown | bytes | str | PathLike[str] | PathLike[bytes]]`

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

static_frame/core/bus.py

[error] invalid-return-type - :671:16 - Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Bus[Any] | Bottom[Series[Any, Any]] | ndarray[Never, Never] | ... omitted 6 union elements, object_]`
[error] invalid-return-type - :675 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Bus[Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, object_ | Self@iloc]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Self@iloc | Bus[Any], object_ | Self@iloc]`

static_frame/core/index_hierarchy.py

[error] invalid-assignment - :1145 -
Old: Object of type `list[IndexBase | Unknown]` is not assignable to attribute `_indices` of type `list[Index[Any]]`
New: Object of type `list[IndexBase]` is not assignable to attribute `_indices` of type `list[Index[Any]]`
[error] invalid-assignment - :1168 -
Old: Object of type `list[IndexBase | Unknown]` is not assignable to attribute `_indices` of type `list[Index[Any]]`
New: Object of type `list[IndexBase]` is not assignable to attribute `_indices` of type `list[Index[Any]]`
[error] invalid-return-type - :2161 -
Old: Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements]`
New: Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[Unknown | int | integer[Any] | ... omitted 4 union elements]`

static_frame/core/node_selector.py

[error] invalid-return-type - :526 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@InterfaceSelectQuartet, Any]`, found `InterGetItemLocReduces[Unknown | Bottom[Series[Any, Any]], Any]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@InterfaceSelectQuartet, Any]`, found `InterGetItemLocReduces[Bottom[Series[Any, Any]] | Unknown, Any]`

static_frame/core/pivot.py

[error] invalid-assignment - :329 -
Old: Object of type `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements]` is not assignable to `list[int]`
New: Object of type `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]` is not assignable to `list[int]`
[error] invalid-assignment - :335 -
Old: Object of type `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements]` is not assignable to `list[int]`
New: Object of type `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]` is not assignable to `list[int]`

static_frame/core/series.py

[error] invalid-return-type - :772:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, TVDtype@Series]`
[error] invalid-return-type - :4072:16 - Return type does not match returned value: expected `InterGetItemILocReduces[SeriesHE[Any, Any], TVDtype@SeriesHE]`, found `InterGetItemILocReduces[Bottom[Series[Any, Any]] | ndarray[Never, Never] | TypeBlocks | ... omitted 7 union elements, TVDtype@SeriesHE]`

static_frame/core/yarn.py

[error] invalid-return-type - :418:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - :212 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[tuple[Any, ...], dtype[Any]] | Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - :625 -
Old: Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any] | Unknown]`
New: Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[Unknown | tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - :2265 -
Old: Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any] | Unknown]`
New: Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[Unknown | tuple[tuple[int, ...], Any]]`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/experimental/pydantic/error_type.py

[error] invalid-assignment - :106 -
Old: Object of type `list[tuple[Any, @Todo | type[list[Unknown]], dataclasses.Field[None]] | Unknown]` is not assignable to `list[tuple[str, Any, Field[Unknown]]]`
New: Object of type `list[tuple[str, Any, Field[Unknown]] | tuple[Any, @Todo | type[list[Unknown]], dataclasses.Field[None | Field[Unknown]]]]` is not assignable to `list[tuple[str, Any, Field[Unknown]]]`

strawberry/permission.py

[error] not-iterable - :163 -
Old: Object of type `list[~AlwaysFalsy | Unknown]` is not iterable
New: Object of type `list[Unknown | ~AlwaysFalsy]` is not iterable

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

sympy/combinatorics/galois.py

[error] invalid-argument-type - :476 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `int | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`

sympy/core/tests/test_function.py

[error] invalid-argument-type - :1053 -
Old: Argument to function `symbols` is incorrect: Expected `str`, found `list[str | Unknown]`
New: Argument to function `symbols` is incorrect: Expected `str`, found `list[Unknown | str]`

sympy/functions/combinatorial/numbers.py

[error] invalid-argument-type - :3155 -
Old: Argument to function `multiset` is incorrect: Expected `Sequence[Unknown]`, found `dict_values[Unknown, int] | dict_values[@Todo, Unknown]`
New: Argument to function `multiset` is incorrect: Expected `Sequence[Unknown]`, found `dict_values[Unknown, int] | dict_values[Unknown, Unknown]`

sympy/functions/elementary/complexes.py

[error] invalid-argument-type - :790 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`

sympy/logic/boolalg.py

[error] invalid-argument-type - :977 -
Old: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Unknown | Basic`
[error] invalid-argument-type - :1085 -
Old: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Unknown | Basic`
[error] invalid-argument-type - :1092 -
Old: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Unknown | Basic`

sympy/matrices/common.py

[error] invalid-argument-type - :3078 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[@Todo]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[error] not-iterable - :3079 -
Old: Object of type `Unknown | None | list[@Todo]` may not be iterable
New: Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :3082 -
Old: Object of type `Unknown | None | list[@Todo]` may not be iterable
New: Object of type `Unknown | None | list[Unknown]` may not be iterable

sympy/matrices/expressions/hadamard.py

[warning] possibly-missing-attribute - :134 -
Old: Attribute `_eval_derivative_matrix_lines` may be missing on object of type `Basic | Unknown`
New: Attribute `_eval_derivative_matrix_lines` may be missing on object of type `Unknown | Basic`

sympy/matrices/expressions/matmul.py

[warning] possibly-missing-attribute - :81 -
Old: Attribute `rows` may be missing on object of type `Expr | Unknown`
New: Attribute `rows` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :81 -
Old: Attribute `cols` may be missing on object of type `Expr | Unknown`
New: Attribute `cols` may be missing on object of type `Unknown | Expr`

sympy/polys/distributedmodules.py

[error] not-subscriptable - :643 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - :644 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[warning] possibly-missing-attribute - :656 -
Old: Attribute `append` may be missing on object of type `list[Unknown] | set[tuple[tuple[Unknown, ...], int] | Unknown]`
New: Attribute `append` may be missing on object of type `list[Unknown] | set[Unknown | tuple[tuple[Unknown, ...], int]]`
[error] not-subscriptable - :665 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - :666 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - :673 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - :674 -
Old: Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int] | Unknown]` with no `__getitem__` method
New: Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method

sympy/polys/numberfields/galois_resolvents.py

[error] invalid-argument-type - :444 -
Old: Argument to function `symbols` is incorrect: Expected `str`, found `list[str | Unknown]`
New: Argument to function `symbols` is incorrect: Expected `str`, found `list[Unknown | str]`

sympy/polys/polyfuncs.py

[error] unsupported-operator - :84 -
Old: Operator `+` is not supported between objects of type `list[Unknown] | Unknown` and `tuple[list[tuple[Unknown, Unknown] | Unknown]]`
New: Operator `+` is not supported between objects of type `list[Unknown] | Unknown` and `tuple[list[Unknown | tuple[Unknown, Unknown]]]`

sympy/polys/polytools.py

[error] invalid-argument-type - :658 -
Old: Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr | Unknown]`
New: Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Unknown | Expr]`

sympy/polys/tests/test_rootoftools.py

[warning] possibly-missing-attribute - :279 -
Old: Attribute `_reset` may be missing on object of type `RootOf | Unknown`
New: Attribute `_reset` may be missing on object of type `Unknown | RootOf`
[warning] possibly-missing-attribute - :281 -
Old: Attribute `_get_interval` may be missing on object of type `RootOf | Unknown`
New: Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`
[warning] possibly-missing-attribute - :283 -
Old: Attribute `_get_interval` may be missing on object of type `RootOf | Unknown`
New: Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`
[warning] possibly-missing-attribute - :284 -
Old: Attribute `_reset` may be missing on object of type `RootOf | Unknown`
New: Attribute `_reset` may be missing on object of type `Unknown | RootOf`
[warning] possibly-missing-attribute - :285 -
Old: Attribute `_get_interval` may be missing on object of type `RootOf | Unknown`
New: Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`

sympy/printing/pretty/pretty.py

[error] invalid-argument-type - :1342 -
Old: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str | Unknown`
New: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | prettyForm | str`
[error] invalid-argument-type - :1354 -
Old: Argument to function `__add__` is incorrect: Expected `prettyForm`, found `prettyForm | str | Unknown`
New: Argument to function `__add__` is incorrect: Expected `prettyForm`, found `Unknown | prettyForm | str`
[error] invalid-argument-type - :2067 -
Old: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str | Unknown`
New: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`
[error] invalid-argument-type - :2071 -
Old: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str | Unknown`
New: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`
[error] invalid-argument-type - :2071 -
Old: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str | Unknown`
New: Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`

sympy/sets/sets.py

[error] invalid-argument-type - :2519 -
Old: Argument to function `__new__` is incorrect: Expected `str`, found `str | Symbol | Unknown`
New: Argument to function `__new__` is incorrect: Expected `str`, found `str | Unknown | Symbol`

sympy/solvers/ode/lie_group.py

[error] invalid-argument-type - :698 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`

sympy/solvers/ode/single.py

[warning] possibly-missing-attribute - :2634 -
Old: Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, @Todo]`
New: Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`

sympy/solvers/simplex.py

[error] invalid-argument-type - :1068 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | MutableDenseMatrix | Unknown`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown | MutableDenseMatrix`

sympy/stats/joint_rv.py

[error] invalid-argument-type - :106 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | Symbol] | Unknown`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `Unknown | list[Unknown | Symbol]`

sympy/tensor/tensor.py

[warning] possibly-missing-attribute - :3885 -
Old: Attribute `commutes_with` may be missing on object of type `TensExpr | Unknown`
New: Attribute `commutes_with` may be missing on object of type `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3889 -
Old: Attribute `component` may be missing on object of type `TensExpr | Unknown`
New: Attribute `component` may be missing on object of type `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3890 -
Old: Attribute `component` may be missing on object of type `TensExpr | Unknown`
New: Attribute `component` may be missing on object of type `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3891 -
Old: Attribute `component` may be missing on object of type `TensExpr | Unknown`
New: Attribute `component` may be missing on object of type `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3891 -
Old: Attribute `component` may be missing on object of type `TensExpr | Unknown`
New: Attribute `component` may be missing on object of type `Unknown | TensExpr`
[error] invalid-assignment - :4036 -
Old: Invalid subscript assignment with key of type `int | Unknown` and value of type `Literal[1]` on object of type `list[Basic]`
New: Invalid subscript assignment with key of type `Unknown | int` and value of type `Literal[1]` on object of type `list[Basic]`

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

torchvision/utils.py

[error] invalid-assignment - :763 -
Old: Object of type `list[tuple[int, int, int] | tuple[int, int, int, int] | Unknown]` is not assignable to `None | str | tuple[int, int, int] | list[str | tuple[int, int, int]]`
New: Object of type `list[str | tuple[int, int, int] | tuple[int, int, int, int] | (Unknown & ~str)]` is not assignable to `None | str | tuple[int, int, int] | list[str | tuple[int, int, int]]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/debug/tbtools.py

[error] invalid-return-type - :266 -
Old: Return type does not match returned value: expected `list[DebugFrameSummary]`, found `list[FrameSummary | Unknown]`
New: Return type does not match returned value: expected `list[DebugFrameSummary]`, found `list[FrameSummary]`

tests/test_routing.py

[warning] possibly-missing-attribute - :601 -
Old: Attribute `add` may be missing on object of type `Unknown | None | set[str | Unknown]`
New: Attribute `add` may be missing on object of type `Unknown | None | set[str]`
[warning] possibly-missing-attribute - :603 -
Old: Attribute `discard` may be missing on object of type `Unknown | None | set[str | Unknown]`
New: Attribute `discard` may be missing on object of type `Unknown | None | set[str]`

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

properties/test_properties.py

[error] invalid-argument-type - :59 -
Old: Argument to function `find_independent_seasons` is incorrect: Expected `Sequence[str]`, found `list[list[Unknown] | Unknown]`
New: Argument to function `find_independent_seasons` is incorrect: Expected `Sequence[str]`, found `list[Unknown | list[Unknown]]`

xarray/core/dataarray.py

[error] invalid-assignment - :164:21 - Invalid subscript assignment with key of type `int` and value of type `Hashable` on object of type `list[str]`
[error] invalid-assignment - :473 -
Old: Object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] & Top[dict[Unknown, Unknown]]) | (Mapping[Unknown, Unknown] & Top[dict[Unknown, Unknown]]) | dict[Hashable, Variable | Unknown]` is not assignable to attribute `_coords` of type `dict[Any, Variable]`
New: Object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] & Top[dict[Unknown, Unknown]]) | (Mapping[Unknown, Unknown] & Top[dict[Unknown, Unknown]]) | dict[Hashable, Unknown | Variable]` is not assignable to attribute `_coords` of type `dict[Any, Variable]`

xarray/core/dataset.py

[error] invalid-argument-type - :9127 -
Old: Argument to bound method `pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Any | dict[Any, Any] | int | ... omitted 4 union elements`
New: Argument to bound method `pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Any | dict[Unknown, Unknown] | int | ... omitted 4 union elements`

xarray/core/treenode.py

[error] invalid-assignment - :133 -
Old: Object of type `dict[str | Unknown, Self@_detach | Unknown]` is not assignable to attribute `_children` of type `dict[str, <special-form 'typing.Self'>]`
New: Object of type `dict[str, <special-form 'typing.Self'> | Self@_detach]` is not assignable to attribute `_children` of type `dict[str, <special-form 'typing.Self'>]`

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

zerver/actions/message_send.py

[warning] possibly-missing-attribute - :942 -
Old: Attribute `realm_id` may be missing on object of type `Message | Unknown`
New: Attribute `realm_id` may be missing on object of type `Unknown | Message`
[warning] possibly-missing-attribute - :1017 -
Old: Attribute `realm_id` may be missing on object of type `Stream | (Unknown & ~None)`
New: Attribute `realm_id` may be missing on object of type `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1030 -
Old: Attribute `id` may be missing on object of type `Stream | (Unknown & ~None)`
New: Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1071 -
Old: Attribute `id` may be missing on object of type `Stream | (Unknown & ~None)`
New: Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1113 -
Old: Attribute `sender_id` may be missing on object of type `Message | Unknown`
New: Attribute `sender_id` may be missing on object of type `Unknown | Message`
[warning] possibly-missing-attribute - :1228 -
Old: Attribute `realm_id` may be missing on object of type `Stream | (Unknown & ~None)`
New: Attribute `realm_id` may be missing on object of type `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1255 -
Old: Attribute `id` may be missing on object of type `Stream | (Unknown & ~None)`
New: Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1286 -
Old: Attribute `sender_id` may be missing on object of type `Message | Unknown`
New: Attribute `sender_id` may be missing on object of type `Unknown | Message`

zerver/actions/streams.py

[warning] possibly-missing-attribute - :1120 -
Old: Attribute `id` may be missing on object of type `Subscription | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Subscription`
[warning] possibly-missing-attribute - :1125 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :1166 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`

zerver/lib/message_cache.py

[error] invalid-assignment - :474 -
Old: Invalid subscript assignment with key of type `Literal["reactions"]` and value of type `list[dict[str, Any] | Unknown]` on object of type `dict[str, int | str]`
New: Invalid subscript assignment with key of type `Literal["reactions"]` and value of type `list[Unknown | dict[str, Any]]` on object of type `dict[str, int | str]`

zerver/lib/push_notifications.py

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

zerver/lib/recipient_users.py

[warning] possibly-missing-attribute - :64 -
Old: Attribute `recipient_id` may be missing on object of type `UserProfile | Unknown`
New: Attribute `recipient_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :74 -
Old: Attribute `recipient_id` may be missing on object of type `UserProfile | Unknown`
New: Attribute `recipient_id` may be missing on object of type `Unknown | UserProfile`

zerver/lib/streams.py

[warning] possibly-missing-attribute - :1548 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`

zerver/lib/subscription_info.py

[warning] possibly-missing-attribute - :735 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :753 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :754 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :755 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :758 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[error] invalid-assignment - :821 -
Old: Object of type `dict[Any, dict[str, Any] | Unknown]` is not assignable to `dict[int, RawStreamDict]`
New: Object of type `dict[int, RawStreamDict | dict[str, Any]]` is not assignable to `dict[int, RawStreamDict]`

zerver/lib/user_groups.py

[warning] possibly-missing-attribute - :368 -
Old: Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`

zerver/lib/users.py

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

zerver/management/commands/export_search.py

[warning] possibly-missing-attribute - :232 -
Old: Attribute `recipient_id` may be missing on object of type `Stream | Unknown`
New: Attribute `recipient_id` may be missing on object of type `Unknown | Stream`

zerver/models/custom_profile_fields.py

[error] invalid-argument-type - :46 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[int | Unknown] & ~AlwaysFalsy`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[Unknown | int] & ~AlwaysFalsy`

zerver/tests/test_audit_log.py

[warning] possibly-missing-attribute - :1402 -
Old: Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[warning] possibly-missing-attribute - :1428 -
Old: Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`

zerver/tests/test_auth_backends.py

[warning] possibly-missing-attribute - :1686 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`

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_invite.py

[warning] possibly-missing-attribute - :3330 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`
[warning] possibly-missing-attribute - :3467 -
Old: Attribute `id` may be missing on object of type `Stream | Unknown`
New: Attribute `id` may be missing on object of type `Unknown | Stream`

zerver/tests/test_subs.py

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

zerver/views/streams.py

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