Ecosystem report

Old: main (merge base) fce9727c New: 27308/merge c9672f6e
Lint Rule Removed Added Changed
Total 1701 34 264
invalid-argument-type 1037 8 100
invalid-assignment 222 1 37
unresolved-attribute 109 7 36
invalid-return-type 115 1 27
no-matching-overload 87 1 0
invalid-key 0 2 53
unsupported-operator 46 0 2
not-subscriptable 39 0 1
not-iterable 15 0 3
call-non-callable 10 2 1
invalid-yield 10 0 2
redundant-cast 7 4 0
unused-ignore-comment 0 5 0
unused-type-ignore-comment 2 3 0
invalid-type-form 0 0 2
call-top-callable 1 0 0
unknown-argument 1 0 0
Project Removed Added Changed
Total 1701 34 264
cwltool 323 3 60
schema_salad 181 0 6
spark 61 0 49
pandas 73 3 17
schemathesis 86 0 1
pip 72 0 2
zulip 58 0 1
kopf 52 0 1
packaging 46 0 0
static-frame 30 1 10
PyGithub 31 5 0
xarray 25 0 11
meson 35 0 0
core 30 0 4
scipy 25 1 6
sympy 19 3 9
dd-trace-py 29 0 1
scikit-learn 23 1 4
mkdocs 25 0 0
werkzeug 14 1 8

Expression (https://github.com/cognitedata/Expression)

expression/collections/maptree.py

[error] invalid-return-type - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Top[SupportsLessThan] | Unknown, object]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Top[SupportsLessThan] | Unknown, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-return-type - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Top[SupportsLessThan] | Unknown, object]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Top[SupportsLessThan] | Unknown, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Top[SupportsLessThan] | Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-return-type - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-return-type - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Top[SupportsLessThan], object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`

expression/core/fn.py

[warning] redundant-cast - Value is already of type `TailCall[_P@tailrec]`
[warning] redundant-cast - Value is already of type `TailCall[_P@tailrec_async]`

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

github/RepositoryAdvisory.py

[error] invalid-argument-type - Argument to bound method `AdvisoryVulnerability._validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryVulnerability._to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`

github/AdvisoryCredit.py

[error] unresolved-attribute - Attribute `login` is not defined on `SimpleCredit & ~Top[dict[Unknown, Unknown]]` in union `(SimpleCredit & ~Top[dict[Unknown, Unknown]]) | (AdvisoryCredit & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - Attribute `type` is not defined on `SimpleCredit & ~Top[dict[Unknown, Unknown]]` in union `(SimpleCredit & ~Top[dict[Unknown, Unknown]]) | (AdvisoryCredit & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - Attribute `login` is not defined on `SimpleCredit & ~Top[dict[Unknown, Unknown]]` in union `(SimpleCredit & ~Top[dict[Unknown, Unknown]]) | (AdvisoryCredit & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - Attribute `type` is not defined on `SimpleCredit & ~Top[dict[Unknown, Unknown]]` in union `(SimpleCredit & ~Top[dict[Unknown, Unknown]]) | (AdvisoryCredit & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `SimpleCredit`, found `dict[Literal["login", "type"], object]`
[error] invalid-argument-type - Invalid argument to key "type" with declared type `str` on TypedDict `SimpleCredit`: value of type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`

github/AdvisoryVulnerability.py

[error] unresolved-attribute - Attribute `package` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (Self@_validate_vulnerability & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["package"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["patched_versions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_version_range"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["package"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage`
[error] invalid-return-type - Return type does not match returned value: expected `SimpleAdvisoryVulnerability`, found `dict[Literal["package", "patched_versions", "vulnerable_functions", "vulnerable_version_range"], object]`
[error] invalid-argument-type - Invalid argument to key "patched_versions" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["patched_versions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "vulnerable_functions" with declared type `list[str] | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "vulnerable_version_range" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_version_range"]` on object of type `Top[dict[Unknown, Unknown]]`

github/MainClass.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

tanjun/annotations.py

[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any]`, found `(((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) & Sequence[object]) | Sequence[(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any]`
[error] invalid-argument-type - Argument to `Converted.__init__` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - Argument to `Converted.__init__` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - Argument to `TheseChannels.__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`
[error] invalid-argument-type - Argument to `TheseChannels.__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`

tanjun/clients.py

[error] invalid-argument-type - Argument to `_StartDeclarer.__init__` is incorrect: Expected `PartialGuild | int | UndefinedType`, found `object`

tanjun/commands/slash.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`
[error] not-iterable - Object of type `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)` may not be iterable
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str | float`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str | float`, found `object`
[error] invalid-argument-type - Argument to `_TrackedOption.__init__` is incorrect: Expected `list[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | None`, found `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`
[error] invalid-assignment - Object of type `None | Mapping[str, str] | (Sequence[str] & Top[Mapping[Unknown, object]]) | (Sequence[tuple[str, str]] & Top[Mapping[Unknown, object]]) | (Sequence[CommandChoice] & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, str] | list[CommandChoice] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str | float`, found `object`

tanjun/parsing.py

[error] invalid-argument-type - Argument to bound method `Parameter._add_converter` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`

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

aiohttp/client.py

[error] invalid-argument-type - Argument to bound method `MultiDict.add` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `CIMultiDict[str]`

aiohttp/cookiejar.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[-1]` on object of type `Morsel[str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `Morsel[str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Morsel[str]`
[error] invalid-argument-type - Argument to function `CookieJar._is_domain_match` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `Morsel[str]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `Morsel[str] & ~AlwaysFalsy` in union `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | str`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `CookieJar._expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `CookieJar._parse_date` is incorrect: Expected `str`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `CookieJar._expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(BaseCookie[str] & Top[Morsel[Unknown]]) | Morsel[Any] | Morsel[str]` on object of type `SimpleCookie`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], dict[str, Morsel[str]]].__getitem__(key: tuple[str, str], /) -> dict[str, Morsel[str]]` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], dict[str, Morsel[str]]]`
[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | BaseCookie[str] | Morsel[Any]] | Iterable[tuple[str, str | BaseCookie[str] | Morsel[Any]]] | BaseCookie[str]`
[error] invalid-assignment - Object of type `ItemsView[str, str | BaseCookie[str] | Morsel[Any]] | ItemsView[tuple[str, str | BaseCookie[str] | Morsel[Any]], Unknown] | dict_items[str, Morsel[str]]` is not assignable to `Mapping[str, str | BaseCookie[str] | Morsel[Any]] | Iterable[tuple[str, str | BaseCookie[str] | Morsel[Any]]] | BaseCookie[str]`

aiohttp/multipart.py

[error] invalid-assignment - Object of type `list[tuple[object, object]]` is not assignable to `Sequence[tuple[str, str]] | Mapping[str, str]`

aiohttp/web.py

[error] invalid-argument-type - Argument to `UnixSite.__init__` is incorrect: Expected `str | PathLike[str]`, found `str | (Iterable[str | PathLike[str]] & Top[PathLike[Unknown]]) | PathLike[str]`
[error] invalid-argument-type - Argument to `SockSite.__init__` is incorrect: Expected `socket`, found `object`

aiohttp/web_app.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | Unknown`

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

aioredis/client.py

[error] invalid-assignment - Object of type `KeysView[object]` is not assignable to `Sequence[bytes | str | memoryview[int]] | AbstractSet[AnyKeyT@_zaggregate]`
[error] invalid-assignment - Object of type `ValuesView[object]` is not assignable to `ValuesView[float] | None`

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

altair/vegalite/v6/api.py

[warning] unused-ignore-comment - Unused blanket `ty: ignore` directive
[warning] unused-ignore-comment - Unused blanket `ty: ignore` directive
[warning] unused-ignore-comment - Unused blanket `ty: ignore` directive
[warning] unused-ignore-comment - Unused blanket `ty: ignore` directive

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[error] no-matching-overload - No overload of function `fspath` matches arguments

src/anyio/_backends/_trio.py

[error] invalid-return-type - Return type does not match returned value: expected `Coroutine[Any, Any, T_Retval@ensure_returns_coro]`, found `Awaitable[T_Retval@ensure_returns_coro] & Coroutine[object, Never, object]`
[error] invalid-argument-type - Argument to function `convert_item` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | (Sequence[str | bytes | PathLike[str] | PathLike[bytes]] & Top[PathLike[Unknown]]) | PathLike[str] | PathLike[bytes]`

src/anyio/_core/_sockets.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str | IPv4Address | IPv6Address`, found `object`

src/anyio/functools.py

[error] invalid-argument-type - Argument is incorrect: Expected `S@reduce`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `S@reduce`, found `Unknown | T@reduce | S@reduce`
[error] invalid-argument-type - Argument is incorrect: Expected `T@reduce`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `T@reduce`, found `Unknown | T@reduce | S@reduce`

src/anyio/itertools.py

[error] invalid-return-type - Return type does not match returned value: expected `AsyncIterator[T@_iterate]`, found `(Iterable[T@_iterate] & AsyncIterator[object]) | (AsyncIterable[T@_iterate] & AsyncIterator[object])`
[error] invalid-return-type - Return type does not match returned value: expected `AsyncIterator[T@_iterate]`, found `AsyncIterator[object]`

src/anyio/streams/stapled.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Listener[T_Stream@MultiListener]]`, found `Sequence[Listener[object]]`
[error] not-subscriptable - Cannot delete subscript on object of type `Sequence[Listener[object]]` with no `__delitem__` method
[error] not-subscriptable - Cannot delete subscript on object of type `Sequence[Listener[Unknown]]` with no `__delitem__` method

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

apprise/apprise_attachment.py

[error] invalid-assignment - Object of type `tuple[AttachBase | str]` is not assignable to `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`
[error] invalid-assignment - Object of type `tuple[str | AttachBase]` is not assignable to `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`

apprise/config/base.py

[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments
[error] invalid-argument-type - Method `__delitem__` of type `bound method Top[dict[Unknown, Unknown]].__delitem__(key: Never, /) -> None` cannot be called with key of type `Literal["schema"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | str | Any`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | str | Any`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | str | Any`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | str | Any`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `str`, found `None | str | Any`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `Unknown | None | str` may not be iterable

archinstall (https://github.com/archlinux/archinstall)

archinstall/lib/profile/profiles_handler.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Profile`, found `object`
[error] unresolved-attribute - Object of type `object` has no attribute `name`

archinstall/lib/installer.py

[error] invalid-argument-type - Argument to bound method `Installer._create_user` is incorrect: Expected `User`, found `object`

archinstall/tui/components.py

[error] invalid-assignment - Object of type `object` is not assignable to `ValueT@_AppInstance | None`

archinstall/tui/result.py

[error] invalid-return-type - Return type does not match returned value: expected `list[MenuItem]`, found `(MenuItem & Top[list[Unknown]]) | list[MenuItem]`

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

src/arti/internal/type_hints.py

[error] invalid-type-form - Variable of type `type` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type[Unknown]` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type[Unknown]` is not allowed in a type expression

src/arti/storage/_internal.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`

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

src/bandersnatch/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[object, str & ~AlwaysFalsy]`

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

beartype/_check/code/codescope.py

[error] invalid-argument-type - Argument to function `add_func_scope_type` is incorrect: Expected `type`, found `object`

beartype/_util/text/utiltextjoin.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

beartype/_check/convert/_convcoerce.py

[error] invalid-argument-type - Argument to function `make_hint_pep484_union` is incorrect: Expected `tuple[TypeForm[Any], ...]`, found `TypeForm[Any] & tuple[object, ...]`

beartype/_util/func/utilfuncframe.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Mapping[str, object] & Top[dict[Unknown, Unknown]]`

beartype/_util/hint/pep/proposal/pep484/pep484604union.py

[error] invalid-argument-type - Argument to function `make_hint_pep484_union` is incorrect: Expected `tuple[TypeForm[Any], ...]`, found `(Sequence[TypeForm[Any]] & tuple[object, ...] & ~AlwaysFalsy) | tuple[TypeForm[Any], ...]`

beartype/vale/_is/_valeis.py

[error] invalid-assignment - Object of type `object` is not assignable to `((Any, /) -> bool) | tuple[(Any, /) -> bool]`
[error] invalid-argument-type - Argument to function `die_unless_validator_tester` is incorrect: Expected `(Any, /) -> bool`, found `((Any, /) -> bool) | tuple[(Any, /) -> bool]`
[error] invalid-argument-type - Argument to function `represent_func` is incorrect: Expected `(...) -> Unknown`, found `((Any, /) -> bool) | tuple[(Any, /) -> bool]`
[error] call-non-callable - Object of type `tuple[(Any, /) -> bool]` is not callable

black (https://github.com/psf/black)

src/black/ranges.py

[error] invalid-argument-type - Argument to function `first_leaf` is incorrect: Expected `Leaf | Node`, found `object`
[error] invalid-argument-type - Argument to function `last_leaf` is incorrect: Expected `Leaf | Node`, found `object`

src/black/trans.py

[error] invalid-argument-type - Argument to bound method `StringMerger._merge_string_group` is incorrect: Expected `Line`, found `object`
[error] invalid-yield - Yield type `Ok[object]` does not match annotated yield type `Ok[Line] | Err[CannotTransform]`
[error] invalid-return-type - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `(Ok[None] & Top[Err[Unknown]]) | Err[CannotTransform]`

src/blib2to3/pytree.py

[error] invalid-argument-type - Argument to bound method `Node._replace_child_in_sibling_maps` is incorrect: Expected `list[Node | Leaf]`, found `(Node & Top[list[Unknown]]) | (Leaf & Top[list[Unknown]]) | list[Node | Leaf]`
[error] invalid-assignment - Invalid subscript assignment with key of type `slice[int, int, None]` and value of type `(Node & Top[list[Unknown]]) | (Leaf & Top[list[Unknown]]) | list[Node | Leaf]` on object of type `list[Node | Leaf]`
[error] unresolved-attribute - Unresolved attribute `parent` on type `object`

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

src/bokeh/core/property/visual.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | IO[bytes]`, found `Path | (Any & BinaryIO & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~str) | (Any & Top[_TemporaryFileWrapper[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~str) | (Image & Top[_TemporaryFileWrapper[Unknown]] & ~str) | (Image & BinaryIO & ~str)`

src/bokeh/io/showing.py

[error] invalid-argument-type - Argument to function `_show_with_state` is incorrect: Expected `Showable`, found `UIElement | DOMNode | Sequence[UIElement | DOMNode] | (Application & Sequence[object]) | (((Document, /) -> None) & Sequence[object])`

src/bokeh/util/datatypes.py

[warning] redundant-cast - Value is already of type `set[V@MultiValuedDict]`
[warning] redundant-cast - Value is already of type `set[V@MultiValuedDict]`
[warning] redundant-cast - Value is already of type `set[V@MultiValuedDict]`
[warning] redundant-cast - Value is already of type `set[V@MultiValuedDict]`

src/bokeh/command/subcommand.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`

src/bokeh/core/property/bases.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`

src/bokeh/embed/standalone.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `Model | Sequence[Model] | dict[str, Model]`
[error] invalid-argument-type - Argument to function `standalone_docs_json_and_render_items` is incorrect: Expected `Model | Document | Sequence[Model | Document]`, found `Model | Sequence[Model] | dict[str, Model]`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[Model]`, found `Model | Sequence[Model] | dict[str, Model]`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[Model]`, found `(Model & ~Top[dict[Unknown, Unknown]]) | (Sequence[Model] & ~Top[dict[Unknown, Unknown]]) | list[Unknown | Model]`

src/bokeh/io/notebook.py

[error] no-matching-overload - No overload of function `column` matches arguments

src/bokeh/layouts.py

[error] invalid-argument-type - Argument to function `_create_grid` is incorrect: Expected `Iterable[UIElement | list[UIElement]]`, found `(UIElement & Top[list[Unknown]]) | list[UIElement]`

src/bokeh/models/layouts.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Styles`

src/bokeh/plotting/contour.py

[error] invalid-argument-type - Argument to function `_palette_from_collection` is incorrect: Expected `PaletteCollection`, found `(Sequence[ColorLike] & Top[dict[Unknown, Unknown]]) | (Color & Top[dict[Unknown, Unknown]]) | dict[int, Palette]`

src/bokeh/server/core.py

[error] invalid-argument-type - Argument to `DirectoryHandler.__init__` is incorrect: Expected `bokeh.core.types.PathLike`, found `(str & ~Application) | (((Document, /) -> None) & Top[os.PathLike[Unknown]] & ~Application) | (os.PathLike[str] & ~Application)`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~Application) | (((Document, /) -> None) & Top[PathLike[Unknown]] & ~Application) | (PathLike[str] & ~Application)`
[error] invalid-argument-type - Argument to `ScriptHandler.__init__` is incorrect: Expected `bokeh.core.types.PathLike`, found `(str & ~Application) | (((Document, /) -> None) & Top[os.PathLike[Unknown]] & ~Application) | (os.PathLike[str] & ~Application)`
[error] invalid-argument-type - Argument to function `as_application` is incorrect: Expected `Application | ((Document, /) -> None) | bokeh.core.types.PathLike`, found `Application | str | (Mapping[str, Application | ((Document, /) -> None) | bokeh.core.types.PathLike] & Top[os.PathLike[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `as_application` is incorrect: Expected `Application | ((Document, /) -> None) | bokeh.core.types.PathLike`, found `Application | str | (Mapping[str, Application | ((Document, /) -> None) | bokeh.core.types.PathLike] & os.PathLike[Unknown]) | ... omitted 3 union elements`

boostedblob (https://github.com/hauntsaninja/boostedblob)

boostedblob/boost.py

[error] invalid-return-type - Return type does not match returned value: expected `NotReady | Exhausted | T@dequeue_underlying`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `T@blocking_dequeue_underlying`, found `object`
[error] invalid-yield - Yield type `object` does not match annotated yield type `T@iter_underlying`

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

src/build/_builder.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["requires"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requires"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid assignment to key "backend-path" with declared type `list[str]` on TypedDict `BuildSystemTable`: value of type `Top[list[Unknown]] | Divergent`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

cloudinit/distros/arch.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/config/cc_ubuntu_pro.py

[error] no-matching-overload - No overload of function `search` matches arguments
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `~None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object] | list[str]`
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments

cloudinit/distros/alpine.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/gentoo.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/net/eni.py

[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

colour (https://github.com/colour-science/colour)

colour/continuous/multi_signals.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Signal.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 4 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `object` on object of type `Signal`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[EllipsisType, object]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> tuple[Signal, Any], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[tuple[Signal, Any]]]` cannot be called with key of type `object` on object of type `list[tuple[Signal, Any]]`
[error] invalid-argument-type - Argument to `Signal.__init__` is incorrect: Argument type `(_SupportsArray[dtype[Any]] & Top[Series[Unknown]] & ~Signal & ~MultiSignals & ~tuple[object, ...] & ~Top[list[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Iterator[object] & ~ValuesView[object] & ~Top[dict[Unknown, Unknown]]) | (_NestedSequence[_SupportsArray[dtype[Any]]] & Top[Series[Unknown]] & ~Signal & ~MultiSignals & ~tuple[object, ...] & ~Top[list[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Iterator[object] & ~ValuesView[object] & ~Top[dict[Unknown, Unknown]]) | (DataFrame & Top[Series[Unknown]] & ~Signal & ~MultiSignals & ~tuple[object, ...] & ~Top[list[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Iterator[object] & ~ValuesView[object] & ~Top[dict[Unknown, Unknown]]) | (Sequence[Unknown] & Top[Series[Unknown]] & ~Signal & ~MultiSignals & ~tuple[object, ...] & ~Top[list[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Iterator[object] & ~ValuesView[object] & ~Top[dict[Unknown, Unknown]]) | (Series[Any] & ~Signal & ~MultiSignals & ~tuple[object, ...] & ~Top[list[Unknown]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Iterator[object] & ~ValuesView[object] & ~Top[dict[Unknown, Unknown]])` does not satisfy upper bound `Signal` of type variable `Self`

colour/continuous/signal.py

[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | (_Buffer & ndarray[tuple[int, ...], dtype[generic[object]]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[int, ...], dtype[generic[object]]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/io/fichet2021.py

[error] invalid-argument-type - Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | float, tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]] & Sequence[object]) | ValuesView[Unknown]`

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

homeassistant/components/usage_prediction/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `EntityUsagePredictions`, found `object`

homeassistant/helpers/integration_platform.py

[error] invalid-assignment - Object of type `object` is not assignable to `_R@LazyIntegrationPlatforms | None`

homeassistant/helpers/redact.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] call-non-callable - Object of type `object` is not callable

homeassistant/auth/permissions/merge.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[str, SubCategoryType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `CategoryType` on object of type `dict[str, Mapping[str, ValueType] | bool | None]`

homeassistant/components/apple_tv/media_player.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `Never`, found `BrowseMedia`

homeassistant/components/imap/__init__.py

[error] unresolved-attribute - Object of type `object` has no attribute `get_payload`
[error] unresolved-attribute - Attribute `get_payload` is not defined on `str` in union `Message[str, str] | Any | str`
[error] invalid-return-type - Return type does not match returned value: expected `Message[str, str]`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `Message[str, str]`, found `Message[str, str] | Any | str`

homeassistant/components/imap/coordinator.py

[error] invalid-argument-type - Argument to function `get_parts` is incorrect: Expected `Message[str, str]`, found `(str & Message[object, Never]) | Message[str, str]`

homeassistant/components/isy994/helpers.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

homeassistant/components/jewish_calendar/calendar.py

[error] no-matching-overload - No overload of function `sorted` matches arguments

homeassistant/components/nibe_heatpump/coordinator.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[_ContextTypeT@ContextCoordinator, list[CALLBACK_TYPE]].__getitem__(key: _ContextTypeT@ContextCoordinator, /) -> list[CALLBACK_TYPE]` cannot be called with key of type `object` on object of type `defaultdict[_ContextTypeT@ContextCoordinator, list[CALLBACK_TYPE]]`

homeassistant/components/onvif/device.py

[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `token`
[error] unresolved-attribute - Object of type `object` has no attribute `Name`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoSourceConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoSourceConfiguration`

homeassistant/components/rest/data.py

[error] invalid-argument-type - Argument to constructor `BasicAuth.__new__` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to constructor `BasicAuth.__new__` is incorrect: Expected `str`, found `object`

homeassistant/components/ring/binary_sensor.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[str, Any]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[str, Any]`

homeassistant/components/template/template_entity.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `(ScriptVariables & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`

homeassistant/components/websocket_api/decorators.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`

homeassistant/helpers/schema_config_entry_flow.py

[error] invalid-return-type - Return type does not match returned value: expected `Container[str]`, found `Container[str] | (((SchemaCommonFlowHandler, /) -> Coroutine[Any, Any, Container[str]]) & Container[Never])`

homeassistant/helpers/selector.py

[error] invalid-assignment - Object of type `object` is not assignable to `str`
[error] call-non-callable - Object of type `Selector[Unknown] | (dict[str, Any] & Top[Selector[Unknown]])` is not callable
[error] call-non-callable - Object of type `Selector[Unknown]` is not callable

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

cwltool/update.py

[error] invalid-argument-type - Argument to function `update_secondaryFiles` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `~None`

cwltool/builder.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `object`
[error] invalid-key - Unknown key "inputBinding" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "inputBinding" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "inputBinding" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "inputBinding" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & <Protocol with members '__contains__'> & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-key - Unknown key "format" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "format" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "loadContents" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "loadContents" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "loadContents" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "loadContents" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "secondaryFiles" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "secondaryFiles" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "streamable" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "streamable" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "streamable" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-key - Unknown key "streamable" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`)
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `float | str | CWLFileType | ... omitted 4 union elements`, found `dict[object, float | str | CWLFileType | ... omitted 4 union elements]`

cwltool/checker.py

[error] invalid-argument-type - Argument to function `merge_flatten_type` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `~Literal["null"]`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "items" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Argument to function `can_assign_src_to_sink` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`

cwltool/command_line_tool.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entry"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["entry"]` on object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["writable"]` and value of type `object` on object of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entryname"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["entryname"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entryname"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["entryname"]` on object of type `str`
[error] invalid-assignment - Object of type `object` is not assignable to `float | str | CWLFileType | ... omitted 4 union elements`
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "type" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-key - Unknown key "fields" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "fields" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["fields"]` on object of type `str`

cwltool/cwlprov/provenance_profile.py

[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.used_artefacts` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | list[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]`, found `str | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.generate_output_prov` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]] | None`, found `str | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`

cwltool/cwlprov/ro.py

[error] invalid-argument-type - Argument to bound method `ResearchObject._relativise_files` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | float | str | ... omitted 6 union elements`, found `object`

cwltool/load_tool.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stdout", "stderr"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str | int]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str | int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_fast_parser_convert_stdstreams_to_files` is incorrect: Expected `Process | MutableSequence[Process]`, found `~str`
[error] invalid-argument-type - Argument to function `_fast_parser_handle_hints` is incorrect: Expected `Process | MutableSequence[Process]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 5 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 5 union elements`)
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["id"]` and value of type `str` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["id"]` and `object`
[error] invalid-argument-type - Argument is incorrect: Expected `CommentedMap`, found `~AlwaysFalsy | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument is incorrect: Expected `CommentedMap`, found `(Unknown & ~AlwaysFalsy) | (CommentedMap & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]])`

cwltool/main.py

[error] invalid-argument-type - Argument to bound method `MutableSequence.remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `generate_example_input` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `object`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["fields"]` on object of type `str`
[error] invalid-argument-type - Argument to function `cmap` is incorrect: Expected `float | str | MutableMapping[str, Any] | MutableSequence[Any] | None`, found `(Process & Top[dict[Unknown, Unknown]]) | dict[str, Any]`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | None, str, Loader]`, found `tuple[None | (int & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 3 union elements, Unknown | str, Loader]`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | ... omitted 4 union elements`

cwltool/pack.py

[error] unresolved-attribute - Attribute `clear` is not defined on `CWLFileType`, `CWLDirectoryType` in union `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`
[error] invalid-key - TypedDict `CWLDirectoryType` can only be subscripted with a string literal key, got key of type `str`
[error] invalid-key - TypedDict `CWLFileType` can only be subscripted with a string literal key, got key of type `str`
[error] invalid-argument-type - Argument to function `find_run` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | float | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `CommentedMap` on object of type `dict[str, CommentedMap | CommentedSeq | str | None]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - Object of type `object` has no attribute `items`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "id" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "name" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-key - Unknown key "$import" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLDirectoryType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-key - Unknown key "$import" for TypedDict `CWLFileType` (subscripted object has type `(MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] & ~Top[MutableSequence[Unknown]]) | (int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | ... omitted 4 union elements`)
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Argument to function `update` is incorrect: Expected `CommentedSeq | CommentedMap`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `update` is incorrect: Expected `CommentedSeq | CommentedMap`, found `(int & MutableMapping[Unknown, Unknown]) | (float* & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]) | (CommentedMap & MutableMapping[Unknown, Unknown])`

cwltool/process.py

[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]] | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]] | float | ... omitted 6 union elements`, found `object`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[Any] | float | ... omitted 6 union elements` on object of type `MutableMapping[str, Divergent]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[Any] | float | ... omitted 6 union elements` on object of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `avroize_type` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[Any] | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_type_contains_file` is incorrect: Expected `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements] | MutableSequence[Any] | float | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `var_spool_cwl_detector` is incorrect: Expected `float | str | CWLFileType | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["requirements"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["requirements"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `Sequence[CWLFileType | CWLDirectoryType | MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`

cwltool/secrets.py

[error] invalid-argument-type - Argument to bound method `SecretStore.has_secret` is incorrect: Expected `float | str | CWLFileType | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `SecretStore.retrieve` is incorrect: Expected `float | str | CWLFileType | ... omitted 3 union elements`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `float | str | CWLFileType | ... omitted 3 union elements`, found `dict[object, float | str | CWLFileType | ... omitted 3 union elements]`

cwltool/subgraph.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["id"]` on object of type `str`

cwltool/utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str | Any` and value of type `str | MutableSequence[Any] | MutableMapping[str, Any]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`

cwltool/validate_js.py

[error] invalid-argument-type - Argument to function `get_expressions` is incorrect: Expected `CommentedMap | str | CommentedSeq`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`

cwltool/workflow_job.py

[error] invalid-argument-type - Argument to function `match_types` is incorrect: Expected `float | str | CWLFileType | ... omitted 5 union elements`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, float | str | CWLFileType | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[float | str | CWLFileType | ... omitted 4 union elements]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float* & Top[MutableSequence[Unknown]]) | MutableSequence[Divergent] | (MutableMapping[str, Divergent] & Top[MutableSequence[Unknown]])`

tests/test_examples.py

[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `(CWLFileType & Top[dict[Unknown, Unknown]]) | (CWLDirectoryType & Top[dict[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[dict[Unknown, Unknown]]) | (MutableMapping[str, Divergent] & Top[dict[Unknown, Unknown]])`)
[error] invalid-key - Unknown key "checksum" for TypedDict `CWLDirectoryType` (subscripted object has type `CWLFileType | CWLDirectoryType | (MutableSequence[Divergent] & dict[Unknown, Unknown]) | dict[str, Divergent]`)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `Top[dict[Unknown, Unknown]]`

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

ddtrace/aiguard/_redaction.py

[error] invalid-assignment - Object of type `Top[MutableMapping[Unknown, Unknown]]` is not assignable to `MutableMapping[str, Any] | list[Any]`

ddtrace/appsec/_asm_request_context.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - Argument to `Block_config.__init__` is incorrect: Expected `int`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to `Block_config.__init__` is incorrect: Expected `str`, found `Any | str | int | None`

ddtrace/internal/remoteconfig/__init__.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`

scripts/view_trace_snapshot.py

[error] invalid-return-type - Return type does not match returned value: expected `list[list[dict[str, object]]]`, found `list[Top[list[Unknown]]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[list[dict[str, object]]]`, found `Top[list[Unknown]] & ~AlwaysFalsy`

ddtrace/appsec/_api_security/_normalized_route.py

[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `tuple[str, ...] | None`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]` cannot be called with key of type `object` on object of type `Sequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `object` on object of type `Mapping[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]` cannot be called with key of type `object` on object of type `Sequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `object` on object of type `Mapping[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`

ddtrace/contrib/internal/botocore/patch.py

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

ddtrace/contrib/internal/botocore/services/bedrock.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | (Any & Top[list[Unknown]]) | list[Any] | list[str | Any | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | list[Any] | list[str | Any | None]]`

ddtrace/contrib/internal/pymongo/utils.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["Batch"]` and `object`

ddtrace/contrib/internal/redis_utils.py

[error] unresolved-attribute - Object of type `~AlwaysFalsy & ~Top[dict[Unknown, Unknown]]` has no attribute `host`
[error] unresolved-attribute - Object of type `~AlwaysFalsy & ~Top[dict[Unknown, Unknown]]` has no attribute `port`

ddtrace/llmobs/_evaluators/llm_judge.py

[error] invalid-argument-type - Argument to bound method `LLMClient.__call__` is incorrect: Expected `dict[str, Any] | None`, found `None | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `LLMJudge._format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | float | None | list[Divergent] | dict[str, Divergent]]`

ddtrace/llmobs/_experiment.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> Sequence[Divergent]]` cannot be called with key of type `Literal["message"]` on object of type `Sequence[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["message"]` on object of type `Top[dict[Unknown, Unknown]]`

ddtrace/llmobs/_integrations/bedrock_agents.py

[error] unresolved-attribute - Object of type `object` has no attribute `get`

ddtrace/llmobs/_prompts/prompt.py

[error] invalid-argument-type - Argument to function `extract_template` is incorrect: Expected `Mapping[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `~AlwaysFalsy`

tests/contrib/integration_registry/test_external_dependencies.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

tests/openfeature/test_flagevaluation_writer.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

discord/threads.py

[error] unresolved-attribute - Object of type `object` has no attribute `id`

discord/app_commands/errors.py

[error] unresolved-attribute - Object of type `((Group | Cog, Interaction[Any], /, *args: Unknown, **kwargs: Unknown) -> Coroutine[Any, Any, object]) | ((Interaction[Any], /, *args: Unknown, **kwargs: Unknown) -> Coroutine[Any, Any, object]) | ((Any, Interaction[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Any, Interaction[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`

discord/channel.py

[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Object of type `object` has no attribute `id`

discord/enums.py

[error] unresolved-attribute - Object of type `Self@__le__` has no attribute `value`
[error] unresolved-attribute - Object of type `tuple[Unknown, ...]` has no attribute `value`
[error] unresolved-attribute - Object of type `Self@__ge__` has no attribute `value`
[error] unresolved-attribute - Object of type `tuple[Unknown, ...]` has no attribute `value`
[error] unresolved-attribute - Object of type `Self@__lt__` has no attribute `value`
[error] unresolved-attribute - Object of type `tuple[Unknown, ...]` has no attribute `value`
[error] unresolved-attribute - Object of type `Self@__gt__` has no attribute `value`
[error] unresolved-attribute - Object of type `tuple[Unknown, ...]` has no attribute `value`

discord/ext/commands/cog.py

[error] unresolved-attribute - Unresolved attribute `__cog_listener__` on type `(...) -> Coroutine[Any, Any, Any]`
[error] unresolved-attribute - Unresolved attribute `__cog_listener__` on type `(...) -> Unknown`
[error] unresolved-attribute - Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__cog_listener_names__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__cog_listener_names__`
[error] unresolved-attribute - Unresolved attribute `__cog_listener_names__` on type `(...) -> Coroutine[Any, Any, Any]`
[error] unresolved-attribute - Unresolved attribute `__cog_listener_names__` on type `(...) -> Unknown`

discord/ext/commands/core.py

[error] invalid-argument-type - Argument to bound method `Command.before_invoke` is incorrect: Expected `((Cog | None, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
[error] invalid-argument-type - Argument to bound method `Command.after_invoke` is incorrect: Expected `((Cog | None, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`

discord/ui/section.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[BaseView]) | Item[Any]`

discord/ui/view.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Item[Self@_init_children]]`, found `list[(((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & Item[BaseView]) | Item[Any] | Item[Self@_init_children]]`

discord/utils.py

[error] invalid-yield - Yield type `list[object]` does not match annotated yield type `list[T@_chunk]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[list[T@as_chunks]] | AsyncIterable[list[T@as_chunks]]`, found `AsyncIterator[list[object]]`

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

dulwich/patch.py

[error] invalid-assignment - Object of type `Message[str, str] | (BinaryIO & Message[object, Never]) | (TextIO & Message[object, Never])` is not assignable to `Message[str, str]`

dulwich/porcelain/__init__.py

[error] invalid-assignment - Object of type `list[str | bytes | (Sequence[str | bytes | PathLike[str]] & Top[PathLike[Unknown]]) | PathLike[str]]` is not assignable to `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None`
[error] not-iterable - Object of type `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None` may not be iterable
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (BinaryIO & Top[PathLike[Unknown]])`
[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] no-matching-overload - No overload of function `fspath` matches arguments

dulwich/worktree.py

[error] invalid-assignment - Object of type `list[str | bytes | (Iterable[str | bytes | PathLike[str]] & Top[PathLike[Unknown]]) | PathLike[str]]` is not assignable to `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`

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

python/egglog/thunk.py

[error] invalid-return-type - Return type does not match returned value: expected `T@Thunk`, found `object`
[error] invalid-assignment - Object of type `Resolved[object]` is not assignable to attribute `state` of type `Resolved[T@Thunk] | Unresolved[T@Thunk, *tuple[*TS@Thunk]] | Resolving | Error`
[error] invalid-return-type - Return type does not match returned value: expected `T@Thunk`, found `object`

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

freqtrade/strategy/parameters.py

[error] invalid-argument-type - Argument to `ft_FloatDistribution.__init__` is incorrect: Expected `float`, found `object`
[error] invalid-argument-type - Argument to `ft_FloatDistribution.__init__` is incorrect: Expected `float`, found `object`
[error] invalid-argument-type - Argument to `SKDecimal.__init__` is incorrect: Expected `float`, found `object`
[error] invalid-argument-type - Argument to `SKDecimal.__init__` is incorrect: Expected `float`, found `object`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[Any]] | Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`

freqtrade/util/rich_tables.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`

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

src/graphql/execution/execute.py

[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (Executor[Unknown] & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (Executor[Unknown] & Top[list[Unknown]])`

tests/execution/test_hooks.py

[error] unresolved-attribute - Object of type `object` has no attribute `data`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - Object of type `object` has no attribute `data`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`

src/graphql/error/graphql_error.py

[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `~Literal["cause"] & ~Literal["original_error"]`

tests/execution/test_middleware.py

[error] unresolved-attribute - Object of type `object` has no attribute `data`
[error] unresolved-attribute - Object of type `object` has no attribute `data`
[error] unresolved-attribute - Object of type `object` has no attribute `data`

tests/execution/test_subscribe.py

[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (Executor[Unknown] & Top[list[Unknown]])`

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

hydpy/auxs/calibtools.py

[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`

hydpy/core/devicetools.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[T_inv@_prepare_tuple | None, ...]`, found `(T_inv@_prepare_tuple & tuple[object, ...]) | tuple[T_inv@_prepare_tuple, ...]`

hydpy/core/objecttools.py

[error] invalid-argument-type - Argument to function `repr_values` is incorrect: Expected `Sequence[object] | ndarray[tuple[int], dtype[generic[Any]]]`, found `(ndarray[tuple[int, ...], dtype[generic[object]]] & ~str) | (Sequence[object] & ~str)`
[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `~Real | Integral | float*`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float*`

hydpy/core/parametertools.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `tuple[str, T_inv@KeywordArguments]` and `Top[KeywordArguments[Unknown]]`

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

src/hydra_zen/funcs.py

[error] invalid-assignment - Object of type `(...) -> object` is not assignable to `(...) -> T@partial_with_wrapper`
[error] invalid-assignment - Object of type `(Sequence[str | (((...) -> Any, /) -> ((...) -> Any))] & ~str) | ((((...) -> Any, /) -> ((...) -> Any)) & Sequence[object] & ~str)` is not assignable to `Sequence[str | (((...) -> Any, /) -> ((...) -> Any))]`

src/hydra_zen/_launch.py

[error] invalid-argument-type - Argument to function `_process_dict_overrides` is incorrect: Expected `Mapping[str, None | float | str | ... omitted 3 union elements]`, found `Mapping[str, None | float | str | ... omitted 3 union elements] | (list[str] & Top[Mapping[Unknown, object]])`

src/hydra_zen/wrapper/_implementations.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-assignment - Object of type `((x: str | None) -> object) | (((str | None, /) -> str | None) & ~Top[Mapping[Unknown, object]])` is not assignable to `(str | None, /) -> str | None`

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

ibis/backends/sql/ddl.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`

ibis/backends/tests/test_api.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

ibis/expr/types/relations.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Schema.__getitem__(name: str) -> DataType` cannot be called with key of type `object` on object of type `Schema`
[error] unresolved-attribute - Object of type `Expr` has no attribute `type`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Attribute `setdefault` is not defined on `((str, /) -> Value) & Top[Mapping[Unknown, object]]`, `Mapping[str, (str, /) -> Value]` in union `(((str, /) -> Value) & Top[Mapping[Unknown, object]]) | Mapping[str, (str, /) -> Value] | Unknown`
[error] unresolved-attribute - Attribute `setdefault` is not defined on `((str, /) -> Value) & Mapping[Unknown, Unknown]`, `Mapping[str, (str, /) -> Value]` in union `(((str, /) -> Value) & Mapping[Unknown, Unknown]) | Mapping[str, (str, /) -> Value] | Unknown`

ibis/formats/pandas.py

[error] invalid-assignment - Object of type `Top[list[Unknown]]` is not assignable to `Series[Any] | Iterable[tuple[str, dtype[Any] | ExtensionDtype]]`

ibis/tests/expr/test_table.py

[error] unresolved-attribute - Object of type `object` has no attribute `equals`

ibis/util.py

[error] invalid-return-type - Return type does not match returned value: expected `list[V@promote_list]`, found `list[V@promote_list | (Iterable[V@promote_list] & Top[dict[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `list[V@promote_list]`, found `list[V@promote_list | dict[V@promote_list, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[V@promote_tuple]`, found `(V@promote_tuple & tuple[object, ...]) | (Iterable[V@promote_tuple] & tuple[object, ...])`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[V@promote_tuple]`, found `(V@promote_tuple & tuple[Unknown, ...]) | tuple[V@promote_tuple, ...]`

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

ignite/metrics/ssim.py

[error] invalid-assignment - Object of type `(int & Sequence[object]) | (Sequence[float] & ~float*)` is not assignable to attribute `sigma` of type `Sequence[float]`

ignite/utils.py

[error] invalid-argument-type - Argument to function `_tree_map` is incorrect: Expected `int | str | None`, found `object`

tests/ignite/handlers/test_checkpoint.py

[error] unresolved-attribute - Object of type `object` has no attribute `state_dict`

tests/ignite/test_utils.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[Unknown]]` cannot be called with key of type `Literal["a"]` on object of type `Sequence[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["a"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[Unknown]]` cannot be called with key of type `Literal["b"]` on object of type `Sequence[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["b"]` on object of type `Top[dict[Unknown, Unknown]]`

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

jax/_src/numpy/index_tricks.py

[error] invalid-assignment - Object of type `(Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, complex] & tuple[object, ...]) | tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, ...]` is not assignable to `tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, ...]`

jax/_src/numpy/reductions.py

[error] invalid-assignment - Object of type `object` is not assignable to `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | number[Any, complex] | complex`

jax/_src/third_party/scipy/signal_helper.py

[error] invalid-argument-type - Argument to function `get_window` is incorrect: Expected `_ToWindow`, found `(str & ~Literal["hann"]) | (Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | ... omitted 3 union elements`

jax/_src/array.py

[error] invalid-assignment - Object of type `list[object] | (Sequence[Array] & ~tuple[object, ...])` is not assignable to `Sequence[Array]`

jax/_src/dtypes.py

[error] invalid-assignment - Object of type `(SupportsDType & tuple[object, ...]) | tuple[str | type[Any] | dtype[Any] | SupportsDType, ...]` is not assignable to `tuple[str | type[Any] | dtype[Any] | SupportsDType, ...]`

jax/_src/ffi.py

[error] invalid-argument-type - Argument to function `_result_avals` is incorrect: Expected `Sequence[DuckTypedArray | AbstractToken]`, found `(DuckTypedArray & Sequence[object]) | (AbstractToken & Sequence[object]) | Sequence[DuckTypedArray | AbstractToken]`

jax/_src/numpy/indexing.py

[error] no-matching-overload - No overload of function `shape` matches arguments
[error] unsupported-operator - Operator `<` is not supported between objects of type `Array | (int & ndarray[tuple[int, ...], dtype[generic[object]]]) | (integer[Any] & ndarray[tuple[int, ...], dtype[generic[object]]]) | (Sequence[int | integer[Any]] & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[0]`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 3 union elements`, found `bool | (int & ndarray[tuple[int, ...], dtype[generic[object]]]) | (integer[Any] & ndarray[tuple[int, ...], dtype[generic[object]]]) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 3 union elements`, found `bool | (int & ndarray[Unknown, Unknown]) | Array | ... omitted 5 union elements`

jax/_src/numpy/lax_numpy.py

[error] no-matching-overload - No overload of function `shape` matches arguments
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | number[Any, complex] | complex`, found `object`
[error] invalid-argument-type - Argument to function `_block` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 3 union elements`, found `object`

jax/_src/pallas/core.py

[error] invalid-argument-type - Argument to function `debug_info` is incorrect: Expected `Mapping[str, Any]`, found `(Sequence[Divergent] & Top[dict[Unknown, Unknown]]) | (Mapping[str, Divergent] & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`

jax/_src/pallas/helpers.py

[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[tuple[Mesh, (...) -> None]]`, found `list[tuple[object, object]]`

jax/_src/pallas/mosaic_gpu/core.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`

jax/_src/pallas/primitives.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `object` on object of type `dict[str, int]`

jax/_src/random/core.py

[error] invalid-argument-type - Argument to function `random_split` is incorrect: Expected `tuple[int, ...]`, found `tuple[object, ...]`

jax/_src/random/stateful_rng.py

[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `int | (Sequence[int] & Top[number[Unknown, complex]])`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `int | (Sequence[int] & number[Unknown, Unknown])`

jax/_src/util.py

[error] invalid-argument-type - Argument to function `canonicalize_axis` is incorrect: Expected `SupportsIndex`, found `object`

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-argument-type - Argument to bound method `LaunchContext._prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`
[error] invalid-argument-type - Argument to bound method `LaunchContext._prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`

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

src/jinja2/compiler.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `str`

src/jinja2/filters.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, Any]]`
[error] invalid-assignment - Object of type `dict_items[str, Any] | dict_items[tuple[str, Any], Unknown]` is not assignable to `Iterable[tuple[str, Any]]`

src/jinja2/loaders.py

[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] no-matching-overload - No overload of function `fspath` matches arguments

src/jinja2/parser.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/serialization/errors.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

koda_validate/_internal.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Invalid]`, found `list[object]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[Invalid]`, found `list[object]`
[error] invalid-return-type - Return type does not match returned value: expected `(Any, /) -> tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid]`, found `bound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple(val: Any) -> tuple[Literal[True], object] | tuple[Literal[False], Invalid]`
[error] invalid-return-type - Return type does not match returned value: expected `(Any, /) -> Awaitable[tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]]`, found `bound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple_async(val: Any) -> CoroutineType[Any, Any, tuple[Literal[True], object] | tuple[Literal[False], Invalid]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Any | Invalid]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator_async] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator_async] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Any | Invalid]`

koda_validate/serialization/json_schema.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] unresolved-attribute - Attribute `isoformat` is not defined on `int`, `float*`, `Decimal` in union `float | Decimal | date`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | float | str | ... omitted 3 union elements]`, found `dict[str, None | float | str | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | float | str | ... omitted 3 union elements]`, found `dict[str, None | float | str | ... omitted 5 union elements]`
[error] unresolved-attribute - Attribute `isoformat` is not defined on `int`, `float*`, `Decimal` in union `float | Decimal | date`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | float | str | ... omitted 3 union elements]`, found `dict[str, None | float | str | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, None | float | str | ... omitted 3 union elements]`, found `dict[str, None | float | str | ... omitted 5 union elements]`
[error] unresolved-attribute - Attribute `isoformat` is not defined on `int`, `bytes`, `Decimal`, `str`, `float*`, `UUID` in union `float | bytes | Decimal | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `isoformat` is not defined on `int`, `bytes`, `Decimal`, `str`, `float*`, `UUID` in union `float | bytes | Decimal | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `decode` is not defined on `int`, `Decimal`, `str`, `float*`, `date`, `UUID` in union `float | bytes | Decimal | ... omitted 3 union elements`

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

kopf/_cogs/aiokits/aioadapters.py

[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `Never`, found `None`

kopf/_cogs/aiokits/aiotime.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

kopf/_cogs/clients/api.py

[error] invalid-assignment - Object of type `object` is not assignable to `float | None`

kopf/_cogs/structs/patches.py

[error] invalid-argument-type - Argument to bound method `Patch._apply_patch` is incorrect: Expected `tuple[str, ...]`, found `tuple[object, ...]`

kopf/_core/engines/admission.py

[error] call-non-callable - Object of type `object` is not callable

kopf/_kits/webhacks.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, Never]`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, Never]`

kopf/_cogs/structs/dicts.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-yield - Yield type `object` does not match annotated yield type `_T@walk`

kopf/_core/reactor/subhandling.py

[error] invalid-argument-type - Argument is incorrect: Expected `ChangingFn`, found `object`
[error] invalid-argument-type - Argument to function `generate_id` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to function `generate_id` is incorrect: Expected `str | None`, found `ChangingFn`
[error] invalid-argument-type - Argument to function `generate_id` is incorrect: Expected `(...) -> Any`, found `object`

kopf/_kits/hierarchies.py

[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["generateName"]` and `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] not-subscriptable - Cannot delete subscript on object of type `object` with no `__delitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["name"]` and `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] not-subscriptable - Cannot delete subscript on object of type `object` with no `__delitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

manticore (https://github.com/trailofbits/manticore)

tests/ethereum/test_regressions.py

[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[object]`

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

misc/python/materialize/cli/scratch/create.py

[error] invalid-argument-type - Argument to function `launch_cluster` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | None | Any] | dict[Unknown, Unknown]`

misc/python/materialize/cli/lint_pipeline_topics.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

misc/python/materialize/feature_benchmark/benchmark.py

[error] unresolved-attribute - Attribute `run` is not defined on `None` in union `None | Action`
[error] unresolved-attribute - Attribute `run` is not defined on `None` in union `None | Action`
[error] unresolved-attribute - Attribute `run` is not defined on `None` in union `None | Action`

misc/python/materialize/parallel_workload/action.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[dict[Unknown, Unknown]]`

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

mesonbuild/interpreter/primitives/array.py

[error] invalid-argument-type - Argument to function `check_contains` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `(Sequence[Divergent] & Top[list[Unknown]]) | (Sequence[Divergent] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/ast/interpreter.py

[error] invalid-argument-type - Argument to bound method `AstInterpreter.node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | Sequence[Divergent] | ... omitted 6 union elements`, found `object`

mesonbuild/cargo/manifest.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["crates-io"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["crates-io"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of function `normpath` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["path"]` on object of type `Top[dict[Unknown, Unknown]]`

mesonbuild/cmake/interpreter.py

[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`
[error] invalid-argument-type - Argument to function `nodeify` is incorrect: Expected `Sequence[str | int | Path | BaseNode] | int | Path | BaseNode`, found `~None`

mesonbuild/compilers/d.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str]`, found `list[str] | (((CompileCheckMode, /) -> list[str]) & Top[list[Unknown]])`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - Argument to bound method `Interpreter.process_new_values` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 7 union elements] | list[CustomTarget | CustomTargetIndex | GeneratedList | File]`, found `(Sequence[Divergent] & Top[list[Unknown]] & ~Top[ObjectHolder[Unknown]] & ~Target) | (Sequence[Divergent] & Top[list[Unknown]] & ~Top[ObjectHolder[Unknown]] & ~Target) | (HoldableObject & Top[list[Unknown]] & ~Top[ObjectHolder[Unknown]] & ~Target) | ... omitted 3 union elements`

mesonbuild/interpreterbase/decorators.py

[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `version_compare_condition_with_min` is incorrect: Expected `str | Range[Version]`, found `Range[Version] | (NoProjectVersion & Top[Range[Unknown]])`
[error] invalid-argument-type - Argument to function `version_compare_condition_with_min` is incorrect: Expected `str | Range[Version]`, found `Range[Version] | (NoProjectVersion & Top[Range[Unknown]])`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `dict[object, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `InterpreterObject` on object of type `dict[str, InterpreterObject | None]`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/modules/__init__.py

[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str]`
[error] invalid-assignment - Object of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 7 union elements] & Top[list[Unknown]]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 7 union elements]`: Incompatible value of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 7 union elements] & Top[list[Unknown]]`

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - Argument to bound method `HotdocTargetBuilder.check_extra_arg_type` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] no-matching-overload - No overload of bound method `HotdocTargetBuilder.ensure_file` matches arguments

mesonbuild/msetup.py

[error] invalid-argument-type - Argument to bound method `ArgumentParser.parse_args` is incorrect: Expected `Iterable[str] | None`, found `(CMDOptions & Top[list[Unknown]]) | list[str]`

mesonbuild/options.py

[error] invalid-return-type - Return type does not match returned value: expected `str | int | list[str]`, found `(_T@UserOption & str) | (_T@UserOption & int) | (_T@UserOption & Top[list[Unknown]])`

mesonbuild/utils/universal.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `Top[list[Unknown]]`

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

mitmproxy/http.py

[error] no-matching-overload - No overload of function `always_bytes` matches arguments
[error] no-matching-overload - No overload of function `always_bytes` matches arguments

mitmproxy/proxy/mode_servers.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@make`, found `ServerInstance[Unknown]`

test/mitmproxy/proxy/tutils.py

[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`

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

mkdocs/config/config_options.py

[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method Top[dict[Unknown, Unknown]].__delitem__(key: Never, /) -> None` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, T@DictOfItems]`, found `Top[dict[Unknown, Unknown]] & ~AlwaysTruthy`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, T@DictOfItems]`, found `Top[dict[Unknown, Unknown]] & ~AlwaysFalsy`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["custom_dir"]` and value of type `Unknown` on object of type `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of function `join` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["locale"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - Argument to bound method `Markdown.registerExtensions` is incorrect: Expected `Sequence[Extension | str]`, found `tuple[object]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[object]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any]`, found `dict[object, Unknown]`

mkdocs/contrib/search/__init__.py

[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `Never`, found `~Literal["en"]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `Literal["en"]`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `Never`, found `~Literal["en"]`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/collation.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | None`, found `Mapping[str, Any] & Top[dict[Unknown, Unknown]]`

pymongo/read_preferences.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Mapping[str, Any]] | None`, found `list[object]`

pymongo/asynchronous/topology.py

[error] invalid-argument-type - Argument to function `_is_stale_error_topology_version` is incorrect: Expected `Mapping[str, Any] | None`, found `object`

pymongo/errors.py

[error] invalid-argument-type - Argument to `PyMongoError.__init__` is incorrect: Expected `Iterable[str] | None`, found `object`

pymongo/helpers_shared.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[tuple[str, int | str | Mapping[str, Any]]]`, found `list[tuple[object, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None], /) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `str` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None], /) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Mapping[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | tuple[str, int | str | Mapping[str, Any]]` and value of type `Unknown` on object of type `dict[str, Any]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any]`, found `Iterable[str] & Top[Mapping[Unknown, object]]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any]`, found `dict[object, int]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[tuple[str, int | str | Mapping[str, Any]]]`, found `list[str | tuple[object, object]]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[tuple[str, int | str | Mapping[str, Any]]]`, found `list[str | tuple[str, int | str | Mapping[str, Any]] | tuple[Unknown, Unknown]]`

pymongo/synchronous/topology.py

[error] invalid-argument-type - Argument to function `_is_stale_error_topology_version` is incorrect: Expected `Mapping[str, Any] | None`, found `object`

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

mypy/server/astdiff.py

[error] invalid-argument-type - Argument to function `compare_symbol_table_snapshots` is incorrect: Expected `dict[str, tuple[object, ...]]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `compare_symbol_table_snapshots` is incorrect: Expected `dict[str, tuple[object, ...]]`, found `Top[dict[Unknown, Unknown]]`

mypy/strconv.py

[error] invalid-argument-type - Argument to function `dump_tagged` is incorrect: Expected `Sequence[object]`, found `object`
[error] invalid-argument-type - Argument to function `dump_tagged` is incorrect: Expected `str | None`, found `object`

mypy/test/test_diff_cache.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/b."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/c."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/a."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`

mypy/config_parser.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

mypy/types.py

[warning] redundant-cast - Value is already of type `list[Type]`

nionutils (https://github.com/nion-software/nionutils)

nion/utils/Stream.py

[error] invalid-assignment - Object of type `(Observable & AbstractStream[object]) | AbstractStream[Observable]` is not assignable to `AbstractStream[Observable]`

nox (https://github.com/wntrblm/nox)

nox/_parametrize.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `list[Param | Iterable[Any | Param | Iterable[Any]]]`

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

openlibrary/core/lists/model.py

[warning] redundant-cast - Value is already of type `ThingReferenceDict`

openlibrary/plugins/upstream/utils.py

[error] no-matching-overload - No overload of function `sorted` matches arguments

openlibrary/solr/updater/edition.py

[error] invalid-argument-type - Argument to `EditionScorecardForSolr.__init__` is incorrect: Expected `SolrDocument`, found `(WorkSolrBuilder & Top[dict[Unknown, Unknown]]) | SolrDocument`
[error] invalid-argument-type - Argument to `EditionScorecardForSolr.__init__` is incorrect: Expected `SolrDocument`, found `(WorkSolrBuilder & dict[Unknown, Unknown]) | SolrDocument`

operator (https://github.com/canonical/operator)

ops/_private/harness.py

[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `str | (LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `str | LayerDict | (Layer & dict[Unknown, Unknown])`

ops/pebble.py

[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `(LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `LayerDict | (Layer & dict[Unknown, Unknown])`

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

optuna/study/_tell.py

[error] invalid-assignment - Object of type `(int & Sequence[object]) | (float* & Sequence[object]) | Sequence[float]` is not assignable to `Sequence[float] | None`

optuna/study/study.py

[error] invalid-argument-type - Argument to function `_optimize` is incorrect: Expected `tuple[type[Exception], ...]`, found `tuple[object, ...]`

optuna/study/_dataframe.py

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

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

src/packaging/_parser.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["value"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["value"]` on object of type `Top[dict[Unknown, Unknown]]`

src/packaging/markers.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_markers"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_markers"]` on object of type `Top[dict[Unknown, Unknown]]`

src/packaging/requirements.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["extras"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["marker"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["specifier"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["url"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `Requirement.__init__` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_prereleases` of type `bool | None`

src/packaging/specifiers.py

[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`

src/packaging/tags.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[object, object, object]`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

src/packaging/version.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_epoch` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_release` of type `tuple[int, ...]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_pre` of type `tuple[Literal["a", "b", "rc"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_post` of type `tuple[Literal["post"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_dev` of type `tuple[Literal["dev"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_local` of type `tuple[int | str, ...] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_epoch` of type `int`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_epoch"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_release` of type `tuple[int, ...]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_release"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_pre` of type `tuple[Literal["a", "b", "rc"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_post` of type `tuple[Literal["post"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_dev` of type `tuple[Literal["dev"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_local` of type `tuple[int | str, ...] | None`
[error] unresolved-attribute - Object of type `~None` has no attribute `epoch`
[error] unresolved-attribute - Object of type `~None` has no attribute `release`
[error] unresolved-attribute - Object of type `~None` has no attribute `pre`
[error] unresolved-attribute - Object of type `~None` has no attribute `post`
[error] unresolved-attribute - Object of type `~None` has no attribute `dev`
[error] unresolved-attribute - Object of type `~None` has no attribute `local`

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

pandas/core/ops/mask_ops.py

[error] unsupported-operator - Operator `|` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[int, ...], dtype[generic[object]]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[int, ...], dtype[generic[object]]])`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[int, ...], dtype[generic[object]]]) | Unknown, Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[int, ...], dtype[generic[object]]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[int, ...], dtype[generic[object]]]) | Unknown, ndarray[tuple[Any, ...], dtype[Any]] | Unknown]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `(NAType & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `bool | NAType | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[(NAType & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]] | Unknown, Any | ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/io/excel/_util.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

pandas/core/algorithms.py

[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[int, ...], dtype[generic[object]]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[Unknown, Unknown])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[int, ...], dtype[generic[object]]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[Unknown, Unknown])`
[error] invalid-argument-type - Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`

pandas/core/arrays/_mixins.py

[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments

pandas/core/arrays/boolean.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[(Unknown & ndarray[tuple[int, ...], dtype[generic[object]]] & ~BooleanArray) | ndarray[tuple[int], dtype[Any]], Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[(Unknown & ndarray[Unknown, Unknown] & ~BooleanArray) | ndarray[tuple[int], dtype[Any]], Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/arrays/datetimelike.py

[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments

pandas/core/arrays/masked.py

[error] invalid-argument-type - Argument to bound method `BaseMaskedArray._maybe_mask_result` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/core/common.py

[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[T@maybe_iterable_to_list]`, found `(Iterable[T@maybe_iterable_to_list] & ~Sized) | (T@maybe_iterable_to_list & Iterable[object] & ~Sized)`
[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `_T@pipe` on object of type `dict[str, Any]`
[error] call-non-callable - Object of type `object` is not callable
[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `(Iterable[Unknown] & Top[list[Unknown]]) | (Iterable[Unknown] & tuple[object, ...]) | (Iterable[Unknown] & <Protocol with members '__array__'>)`
[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `list[Unknown] | tuple[Unknown, ...] | (Iterable[Unknown] & <Protocol with members '__array__'>)`

pandas/core/construction.py

[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments
[error] unresolved-attribute - Attribute `storage` is not defined on `dtype[generic[object]]` in union `dtype[generic[object]] | Unknown | StringDtype`
[error] unresolved-attribute - Attribute `storage` is not defined on `dtype[Any]`, `ExtensionDtype` in union `Unknown | dtype[Any] | ExtensionDtype`

pandas/core/frame.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `maybe_reorder` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[object]`
[error] invalid-assignment - Object of type `Hashable & Top[list[Unknown]] & ~AlwaysFalsy` is not assignable to `list[Hashable]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `(ExtensionArray & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[0]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `(ExtensionArray & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `int`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Index`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Index`, found `list[Unknown]`

pandas/core/indexes/base.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Index | Sequence[Index]]` and `list[object]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Sequence[Hashable] & Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `list[Hashable] | (list[int | str] & ~AlwaysFalsy)`

pandas/core/indexes/interval.py

[error] unresolved-attribute - Attribute `sum` is not defined on `Index` in union `Index | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`
[error] invalid-argument-type - Argument to function `maybe_booleans_to_slice` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `Index | ndarray[tuple[Any, ...], Unknown] | Any`

pandas/core/indexes/multi.py

[error] invalid-argument-type - Argument to function `tuples_to_object_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `(Collection[tuple[Hashable, ...]] & ndarray[tuple[int, ...], dtype[generic[object]]] & ~Index) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `~None` and `Literal[0]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `(Unknown & ~Generator[object, Never, object] & ~MultiIndex) | (list[object] & ~MultiIndex)`

pandas/core/internals/construction.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[Unknown & ndarray[tuple[Any, ...], dtype[generic[object]]]], Index]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[Unknown & ndarray[tuple[Any, ...], Unknown]], Index]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[Unknown & ndarray[tuple[Any, ...], dtype[generic[object]]]], Index]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[Unknown & ndarray[tuple[Any, ...], Unknown]], Index]`

pandas/core/missing.py

[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Unknown | (ExtensionArray & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/reshape/concat.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame].__getitem__(key: HashableT@_clean_keys_and_objs, /) -> Series | DataFrame` cannot be called with key of type `object` on object of type `Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame].__getitem__(key: HashableT@_clean_keys_and_objs, /) -> Series | DataFrame` cannot be called with key of type `Series` on object of type `Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[Series | DataFrame, Unknown].__getitem__(key: Series | DataFrame, /) -> Unknown` cannot be called with key of type `HashableT@_clean_keys_and_objs` on object of type `Mapping[Series | DataFrame, Unknown]`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame].__getitem__(key: HashableT@_clean_keys_and_objs, /) -> Series | DataFrame` cannot be called with key of type `DataFrame` on object of type `Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`

pandas/core/reshape/encoding.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `Iterable[str]`

pandas/core/reshape/pivot.py

[error] invalid-argument-type - Argument to function `__internal_pivot_table` is incorrect: Expected `((...) -> Unknown) | str | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `object`

pandas/core/series.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `dtype[generic[object]]`

pandas/core/sorting.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `(ExtensionArray & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ndarray[tuple[int, ...], dtype[generic[object]]]) | (Series & ndarray[tuple[int, ...], dtype[generic[object]]])`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `(ExtensionArray & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ndarray[tuple[int, ...], dtype[generic[object]]]) | (Series & ndarray[tuple[int, ...], dtype[generic[object]]])`

pandas/core/strings/object_array.py

[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments

pandas/io/_util.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`

pandas/io/common.py

[error] invalid-assignment - Object of type `str | bytes` is not assignable to `str | PathLike[str] | BaseBufferT@stringify_path`
[error] no-matching-overload - No overload of function `_expand_user` matches arguments
[error] invalid-assignment - Cannot assign to a subscript on an object of type `ExtensionDtype`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Hashable` on object of type `Top[dict[Unknown, Unknown]]`

pandas/io/excel/_base.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `object` and `int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `int`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `list[Hashable]` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`

pandas/io/formats/format.py

[error] invalid-assignment - Object of type `(Sequence[str | int] & Top[Mapping[Unknown, object]] & ~int & ~str) | (Mapping[Hashable, str | int] & ~int & ~str)` is not assignable to `Mapping[Hashable, str | int]`
[error] invalid-return-type - Return type does not match returned value: expected `((...) -> Unknown) | None`, found `object`

pandas/io/formats/printing.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-assignment - Object of type `list[object]` is not assignable to `Iterable[str] | None`
[error] not-iterable - Object of type `Iterable[str] | None` may not be iterable
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(ndarray[tuple[int, ...], dtype[generic[object]]] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (Top[list[Unknown]] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(ndarray[Unknown, Unknown] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (list[Unknown] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`

pandas/io/formats/style_render.py

[error] invalid-argument-type - Argument to function `_maybe_wrap_formatter` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `object`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown) | None] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `Mapping[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] invalid-assignment - Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown) | None] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `Mapping[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] not-iterable - Object of type `slice[Any, Any, Any] | Sequence[Unknown] | Index | tuple[slice[None, None, None], (Sequence[Unknown] & Series) | Index | (Sequence[Unknown] & ndarray[tuple[int, ...], dtype[generic[object]]]) | (Sequence[Unknown] & Top[list[Unknown]]) | (Sequence[Unknown] & str)]` may not be iterable
[error] not-iterable - Object of type `slice[Any, Any, Any] | Sequence[Unknown] | Index | tuple[slice[None, None, None], (Sequence[Unknown] & Series) | (Sequence[Unknown] & ndarray[Unknown, Unknown]) | Index | list[Unknown] | (Sequence[Unknown] & str)]` may not be iterable

pandas/io/parsers/base_parser.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `tuple[Any, ...]`, found `int | integer[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `tuple[Any, ...]`, found `Unknown | int | integer[Any]`

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[defaultdict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[defaultdict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`

pandas/io/parsers/python_parser.py

[error] invalid-assignment - Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[str | bytes | date | ... omitted 8 union elements]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 8 union elements]]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `PythonParser._is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 8 union elements]`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 8 union elements]]`, found `Top[list[Unknown]]`

pandas/io/stata.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & Top[PathLike[Unknown]])`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & Top[PathLike[Unknown]])`

pandas/plotting/_matplotlib/core.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bool | tuple[Unknown, ...] | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bool | tuple[Unknown, ...] | list[Unknown] | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/plotting/_matplotlib/style.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, str | Sequence[float]] | list[str | Sequence[float]]`, found `dict[str, str | Sequence[float]] | (Sequence[str | Sequence[float]] & Top[dict[Unknown, Unknown]]) | (Sequence[float] & Top[dict[Unknown, Unknown]])`

pandas/tests/extension/date/array.py

[error] no-matching-overload - No overload of function `split` matches arguments
[error] not-iterable - Object of type `_ScalarT@__init__` is not iterable

pandas/util/_validators.py

[error] invalid-argument-type - Argument to function `validate_bool_kwarg` is incorrect: Argument type `object` does not satisfy constraints (`bool`, `int`, `None`) of type variable `BoolishNoneT`
[error] invalid-argument-type - Argument to function `validate_bool_kwarg` is incorrect: Expected `bool`, found `Unknown | BoolishT@validate_ascending`

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

pandera/io/_minimal.py

[error] invalid-argument-type - Argument to function `prune_component_dict` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `prune_component_dict` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `prune_component_dict` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `apply_minimal_nested_data_array` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `prune_component_dict` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `prune_component_dict` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

pandera/decorators.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int | str` and value of type `Unknown` on object of type `list[object]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | int` and value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `None`, found `(Any & ~tuple[object, ...]) | tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None`, found `(Any & ~tuple[object, ...]) | tuple[Unknown, ...]`

pandera/engines/utils.py

[error] call-non-callable - Object of type `float*` is not callable
[error] call-non-callable - Object of type `int` is not callable
[error] invalid-argument-type - Argument to function `numpy_pandas_coercible` is incorrect: Expected `Series[Any]`, found `Series[Any] | DataFrame | Any`
[error] invalid-argument-type - Argument to function `numpy_pandas_coercible` is incorrect: Expected `Series[Any]`, found `(Series[Any] & ~ndarray[tuple[int, ...], dtype[generic[object]]]) | DataFrame | Series[float] | Any`

pandera/strategies/pandas_strategies.py

[error] unresolved-attribute - Attribute `tz_localize` is not defined on `Index[Any]` in union `(Series[Any] & Top[Index[Unknown]]) | Index[Any]`
[error] unresolved-attribute - Object of type `Index[Any]` has no attribute `tz_localize`

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

src/pip/_internal/commands/search.py

[error] invalid-return-type - Return type does not match returned value: expected `list[dict[str, str]]`, found `list[Any] | (DateTime & Top[list[Unknown]]) | (Binary & Top[list[Unknown]])`

src/pip/_internal/network/utils.py

[error] invalid-assignment - Object of type `object` is not assignable to `float | None`
[error] invalid-assignment - Object of type `object` is not assignable to `float | None`

src/pip/_internal/utils/subprocess.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str | HiddenText]`, found `(HiddenText & Top[list[Unknown]]) | list[str | HiddenText]`

src/pip/_vendor/packaging/_parser.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["value"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["value"]` on object of type `Top[dict[Unknown, Unknown]]`

src/pip/_vendor/packaging/markers.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_markers"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_markers"]` on object of type `Top[dict[Unknown, Unknown]]`

src/pip/_vendor/packaging/requirements.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["extras"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["marker"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["specifier"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["url"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `Requirement.__init__` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_prereleases` of type `bool | None`

src/pip/_vendor/packaging/specifiers.py

[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`
[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to attribute `_specs` of type `tuple[Specifier, ...]`

src/pip/_vendor/requests/hooks.py

[error] invalid-assignment - Object of type `list[(Iterable[(Response, /) -> Any] & Top[(...) -> object]) | ((Response, /) -> Any)]` is not assignable to `Iterable[(Response, /) -> Any] | ((Response, /) -> Any) | None`
[error] not-iterable - Object of type `Iterable[(Response, /) -> Any] | ((Response, /) -> Any) | None` may not be iterable

src/pip/_vendor/urllib3/fields.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`

src/pip/_vendor/urllib3/filepost.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`

src/pip/_vendor/cachecontrol/controller.py

[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] unresolved-attribute - Object of type `~None` has no attribute `headers`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`

src/pip/_vendor/packaging/tags.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[object, object, object]`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

src/pip/_vendor/packaging/version.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_epoch` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_release` of type `tuple[int, ...]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_pre` of type `tuple[Literal["a", "b", "rc"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_post` of type `tuple[Literal["post"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_dev` of type `tuple[Literal["dev"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_local` of type `tuple[int | str, ...] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_epoch` of type `int`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_epoch"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_release` of type `tuple[int, ...]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["_release"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_pre` of type `tuple[Literal["a", "b", "rc"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_post` of type `tuple[Literal["post"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_dev` of type `tuple[Literal["dev"], int] | None`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `_local` of type `tuple[int | str, ...] | None`
[error] unresolved-attribute - Object of type `~None` has no attribute `epoch`
[error] unresolved-attribute - Object of type `~None` has no attribute `release`
[error] unresolved-attribute - Object of type `~None` has no attribute `pre`
[error] unresolved-attribute - Object of type `~None` has no attribute `post`
[error] unresolved-attribute - Object of type `~None` has no attribute `dev`
[error] unresolved-attribute - Object of type `~None` has no attribute `local`

src/pip/_vendor/pkg_resources/__init__.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str | None, Iterable[str]]]`

src/pip/_vendor/requests/cookies.py

[error] no-matching-overload - No overload of function `cookiejar_from_dict` matches arguments

src/pip/_vendor/requests/models.py

[error] invalid-return-type - Return type does not match returned value: expected `str | bytes | SupportsRead[str | bytes]`, found `(Iterable[tuple[Any, Any]] & SupportsRead[object] & ~str & ~bytes) | (SupportsItems[Any, Any] & SupportsRead[object] & ~str & ~bytes) | (SupportsRead[str | bytes] & ~str & ~bytes)`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `(Response, /) -> Any`, found `(Iterable[(Response, /) -> Any] & Top[(...) -> object]) | ((Response, /) -> Any)`
[error] no-matching-overload - No overload of `HTTPBasicAuth.__init__` matches arguments

src/pip/_vendor/requests/structures.py

[error] invalid-argument-type - Argument to `CaseInsensitiveDict.__init__` is incorrect: Expected `Mapping[str, Any] | Iterable[tuple[str, Any]] | None`, found `Top[Mapping[Unknown, object]]`

src/pip/_vendor/requests/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[_KT@to_key_val_list, _VT@to_key_val_list]] | None`, found `list[tuple[object, object]]`

src/pip/_vendor/resolvelib/structs.py

[error] invalid-argument-type - Argument to `_SequenceIterableView.__init__` is incorrect: Expected `Sequence[CT@build_iter_view]`, found `(Iterable[CT@build_iter_view] & Sequence[object] & ~Top[(...) -> object]) | list[CT@build_iter_view]`

src/pip/_vendor/urllib3/_collections.py

[error] not-iterable - Object of type `object` is not iterable
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `str | tuple[str, str] | Unknown`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`

src/pip/_vendor/urllib3/response.py

[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(bytes & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`

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

src/poetry/publishing/uploader.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments

porcupine (https://github.com/Akuli/porcupine)

porcupine/plugins/filetypes.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`

ppb-vector (https://github.com/ppb/ppb-vector)

ppb_vector/__init__.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> SupportsFloat, (index: slice[int | None, int | None, int | None], /) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["x"]` on object of type `Sequence[SupportsFloat]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["x"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> SupportsFloat, (index: slice[int | None, int | None, int | None], /) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["y"]` on object of type `Sequence[SupportsFloat]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["y"]` on object of type `Top[Mapping[Unknown, object]]`

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

src/prefect/_internal/launchers.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

src/integrations/prefect-aws/prefect_aws/s3.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

src/prefect/_internal/engine.py

[error] unresolved-attribute - Object of type `(...) -> object` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`

src/prefect/blocks/system.py

[error] invalid-return-type - Return type does not match returned value: expected `SecretStr | Secret[T@Secret]`, found `(T@Secret & Secret[object]) | SecretStr | Secret[T@Secret]`

src/prefect/logging/loggers.py

[error] unknown-argument - Argument `stacklevel` does not match any known parameter of bound method `LoggerAdapter._log`

src/prefect/task_engine.py

[error] invalid-return-type - Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `object`
[error] invalid-argument-type - Argument to constructor `timedelta.__new__` is incorrect: Expected `float`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `object`
[error] invalid-argument-type - Argument to constructor `timedelta.__new__` is incorrect: Expected `float`, found `object`

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

psycopg/psycopg/errors.py

[error] unresolved-attribute - Object of type `~None` has no attribute `decode`

psycopg/psycopg/types/enum.py

[error] invalid-assignment - Object of type `list[tuple[object, object]]` is not assignable to `Mapping[E@_make_load_map, str] | Sequence[tuple[E@_make_load_map, str]] | None`
[error] not-iterable - Object of type `E@_make_load_map` is not iterable
[error] not-iterable - Object of type `Sequence[tuple[E@_make_load_map, str]] | Mapping[E@_make_load_map, str] | None` may not be iterable
[error] invalid-assignment - Object of type `list[tuple[object, object]]` is not assignable to `Mapping[E@_make_dump_map, str] | Sequence[tuple[E@_make_dump_map, str]] | None`
[error] not-iterable - Object of type `E@_make_dump_map` is not iterable
[error] not-iterable - Object of type `Sequence[tuple[E@_make_dump_map, str]] | Mapping[E@_make_dump_map, str] | None` may not be iterable

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

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | int`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] unresolved-attribute - Attribute `sizeof` is not defined on `type[CStruct2GDB]`, `None` in union `Type | type[CStruct2GDB] | None`
[error] unresolved-attribute - Attribute `sizeof` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sizeof` is not defined on `type[CStruct2GDB]`, `None` in union `Type | type[CStruct2GDB] | None`
[error] unresolved-attribute - Attribute `sizeof` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | int`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`

pwndbg/commands/__init__.py

[error] unresolved-attribute - Object of type `object` has no attribute `prog`
[error] invalid-argument-type - Argument to function `CommandObj.initialize_parser_recursively` is incorrect: Expected `ArgumentParser`, found `object`
[error] unresolved-attribute - Object of type `object` has no attribute `prog`
[error] unresolved-attribute - Object of type `object` has no attribute `prog`
[error] unresolved-attribute - Object of type `object` has no attribute `prog`

pwndbg/commands/ptmalloc2.py

[error] call-non-callable - Object of type `Type` is not callable
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | int`
[error] unresolved-attribute - Attribute `cast` is not defined on `None` in union `Value | None | Unknown`
[error] unresolved-attribute - Attribute `address` is not defined on `None` in union `Value | CStruct2GDB | None`
[error] unresolved-attribute - Attribute `address` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | int`
[error] unresolved-attribute - Attribute `value_to_human_readable` is not defined on `None` in union `Value | CStruct2GDB | None`
[error] unresolved-attribute - Attribute `value_to_human_readable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `address` is not defined on `None` in union `Value | CStruct2GDB | None`
[error] unresolved-attribute - Attribute `address` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | int`

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

pydantic/_internal/_core_metadata.py

[error] invalid-assignment - Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`

pydantic/fields.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

pydantic/json_schema.py

[error] invalid-argument-type - Argument to bound method `classmethod.__get__` is incorrect: Expected `Never`, found `type[Any]`
[error] invalid-argument-type - Argument to bound method `classmethod.__get__` is incorrect: Expected `Never`, found `type[Any]`
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

pydantic/v1/env_settings.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[Unknown] | (list[str | PathLike[Unknown]] & Top[PathLike[Unknown]]) | (tuple[str | PathLike[Unknown], ...] & Top[PathLike[Unknown]])`

pydantic/v1/main.py

[error] invalid-argument-type - Argument to `ValidationError.__init__` is incorrect: Expected `Sequence[Sequence[Any] | ErrorWrapper]`, found `list[object] & ~AlwaysFalsy`

pydantic/v1/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `Mapping[int | str, Any]`, found `(AbstractSet[int | str] & Top[Mapping[Unknown, object]]) | Mapping[int | str, Any] | dict[int | str, EllipsisType]`

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

jwt/jwks_client.py

[error] invalid-argument-type - Argument to function `PyJWKSet.from_dict` is incorrect: Expected `dict[str, Any]`, found `(PyJWKSet & Top[dict[Unknown, Unknown]]) | (Any & Top[dict[Unknown, Unknown]])`

pyproject-metadata (https://github.com/pypa/pyproject-metadata)

pyproject_metadata/project_table.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `join` is incorrect: Expected `str`, found `object`

pyproject_metadata/pyproject.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str] | None`, found `Top[list[Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, str] | None`, found `Top[dict[Unknown, Unknown]]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`

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

src/_pytest/config/findpaths.py

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

src/_pytest/_code/source.py

[error] unresolved-attribute - Object of type `object` has no attribute `rstrip`
[error] unresolved-attribute - Object of type `object` has no attribute `rstrip`

src/_pytest/assertion/rewrite.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AST`, found `~Assert`

src/_pytest/config/__init__.py

[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] invalid-argument-type - Argument to bound method `Config._getini_ini` is incorrect: Expected `str | list[str]`, found `str | Top[list[Unknown]]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `object`

src/_pytest/mark/structures.py

[error] invalid-argument-type - Argument to function `normalize_mark_list` is incorrect: Expected `Iterable[Mark | MarkDecorator]`, found `list[object] | list[Unknown] | (Any & Top[list[Unknown]])`

src/_pytest/terminal.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-assignment - Object of type `tuple[str, None, object]` is not assignable to `tuple[str, int | None, str]`
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

pytest-autoprofile (https://gitlab.com/TTsangSC/pytest-autoprofile)

src/pytest_autoprofile/_test_utils.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-assignment - Object of type `dict[str, object]` is not assignable to `dict[Literal["passed", "skipped", "failed", "errors", "xpassed", ... omitted 3 literals], int | None]`

src/pytest_autoprofile/_warnings.py

[error] no-matching-overload - No overload of bound method `str.format` matches arguments

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

rotkehlchen/api/v1/schemas.py

[error] invalid-assignment - Invalid subscript assignment with key of type `SupportedBlockchain` and value of type `frozenset[object]` on object of type `dict[SupportedBlockchain, frozenset[str]]`

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

src/schema_salad/python_codegen_support.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$base"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `dict[str, str] | None`, found `object`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `list[str] | None`, found `object`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`

src/schema_salad/runtime.py

[error] invalid-assignment - Object of type `(MutableMapping[str, Any] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])` is not assignable to `MutableMapping[str, Any]`

src/schema_salad/avro/schema.py

[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["extends"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `is_subtype` is incorrect: Expected `None | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schema_salad/jsonld_context.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbol"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["symbol"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["predicate"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["predicate"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Argument to function `fix_jsonld_ids` is incorrect: Expected `CommentedMap | float | str | CommentedSeq`, found `object`
[error] invalid-argument-type - Argument to function `fix_jsonld_ids` is incorrect: Expected `CommentedMap | float | str | CommentedSeq`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["@id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `object`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`

src/schema_salad/main.py

[error] invalid-argument-type - Argument to function `printrdf` is incorrect: Expected `CommentedMap | CommentedSeq`, found `(int & Top[Mapping[Unknown, object]]) | (float* & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `printrdf` is incorrect: Expected `CommentedMap | CommentedSeq`, found `(int & Mapping[Unknown, Unknown]) | (int & MutableSequence[Unknown]) | (float* & Mapping[Unknown, Unknown]) | ... omitted 6 union elements`

src/schema_salad/makedoc.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float* & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, Any]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float* & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, Any]`, found `(int & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (float* & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (str & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & MutableMapping[Unknown, Unknown] & ~Top[MutableSequence[Unknown]])`

src/schema_salad/metaschema.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$base"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `dict[str, str] | None`, found `object`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `list[str] | None`, found `object`
[error] invalid-argument-type - Argument to `LoadingOptions.__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`

src/schema_salad/python_codegen.py

[error] invalid-argument-type - Argument to bound method `PythonCodeGen.type_loader` is incorrect: Expected `list[Any] | dict[str, Any] | str`, found `object`

src/schema_salad/ref_resolver.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["refScope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["refScope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["mapSubject"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["mapPredicate"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["@id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["subscope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["$graph"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float*`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - Argument to bound method `Loader.validate_link` is incorrect: Expected `str | CommentedSeq | CommentedMap`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Argument to function `relname` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - Argument to bound method `Loader.validate_links` is incorrect: Expected `float | str | CommentedMap | CommentedSeq | None`, found `object`
[error] invalid-argument-type - Argument to function `_copy_dict_without_key` is incorrect: Expected `CommentedMap | dict[str, Iterable[str]]`, found `(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `_copy_dict_without_key` is incorrect: Expected `CommentedMap | dict[str, Iterable[str]]`, found `(CommentedMap & MutableMapping[Unknown, Unknown]) | (CommentedSeq & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown])`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[float | str | CommentedMap | CommentedSeq | None, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[float | str | CommentedMap | CommentedSeq | None, CommentedMap]`, found `tuple[(CommentedMap & MutableMapping[Unknown, Unknown]) | (CommentedSeq & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown]), (CommentedMap & MutableMapping[Unknown, Unknown]) | (CommentedSeq & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[float | str | CommentedMap | CommentedSeq | None, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[float | str | CommentedMap | CommentedSeq | None, CommentedMap]`, found `tuple[(CommentedMap & MutableSequence[Unknown] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & MutableSequence[Unknown] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & MutableMapping[Unknown, Unknown]) | (CommentedSeq & MutableMapping[Unknown, Unknown]) | (str & MutableMapping[Unknown, Unknown])]`

src/schema_salad/schema.py

[error] invalid-argument-type - Argument to function `salad_to_jsonld_context` is incorrect: Expected `Iterable[MutableMapping[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float* & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name"]` and value of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name"]` and value of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type", "items", "names", "values", "fields"]` and value of type `MutableMapping[str, Any] | MutableSequence[Any] | str | MutableMapping[str, str] | list[Any | MutableMapping[str, str] | str]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["names"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["values"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["fields"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["names"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["values"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["symbols"]` and value of type `list[str]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["symbols"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `Literal["symbols"]` on object of type `str`
[error] invalid-argument-type - Argument to function `make_avro_schema` is incorrect: Expected `list[Any]`, found `(int & Top[MutableSequence[Unknown]]) | (float* & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - Argument to function `make_avro_schema` is incorrect: Expected `list[Any]`, found `(int & MutableSequence[Unknown]) | (float* & MutableSequence[Unknown]) | (str & MutableSequence[Unknown]) | (CommentedMap & MutableSequence[Unknown]) | CommentedSeq`

src/schema_salad/sourceline.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `cmap` is incorrect: Expected `float | str | MutableMapping[str, Any] | MutableSequence[Any] | None`, found `object`
[error] invalid-argument-type - Argument to function `cmap` is incorrect: Expected `float | str | MutableMapping[str, Any] | MutableSequence[Any] | None`, found `object`

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

src/schemathesis/core/error_feedback/parsers/ajv.py

[error] invalid-return-type - Return type does not match returned value: expected `list[dict[Unknown, Unknown]] | None`, found `Top[list[Unknown]] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `_split_fastify_clauses` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["message"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/core/error_feedback/parsers/aspnet.py

[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Sequence[str]] | None`, found `Top[dict[Unknown, Unknown]] & ~AlwaysFalsy`

src/schemathesis/core/error_feedback/parsers/drf.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["detail"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/core/error_feedback/parsers/go_validator.py

[error] invalid-return-type - Return type does not match returned value: expected `list[dict[Unknown, Unknown]] | None`, found `Top[list[Unknown]] & ~AlwaysFalsy`

src/schemathesis/core/error_feedback/parsers/laravel.py

[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Sequence[str]] | None`, found `Top[dict[Unknown, Unknown]] & ~AlwaysFalsy`

src/schemathesis/core/error_feedback/parsers/litestar.py

[error] invalid-return-type - Return type does not match returned value: expected `list[LitestarIssue] | None`, found `Top[list[Unknown]] & ~AlwaysFalsy`

src/schemathesis/core/error_feedback/parsers/marshmallow.py

[error] invalid-assignment - Object of type `object` is not assignable to `str | int`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `object`
[error] unresolved-attribute - Object of type `object` has no attribute `isascii`
[error] unresolved-attribute - Object of type `object` has no attribute `isdigit`
[error] invalid-yield - Yield type `tuple[tuple[str | int, ...], ParameterLocation, object]` does not match annotated yield type `tuple[tuple[str | int, ...], ParameterLocation, str]`

src/schemathesis/core/error_feedback/parsers/rails.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["errors"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/core/error_feedback/parsers/spring.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["Field error in object"]` and `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["detail"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/core/error_feedback/parsers/symfony.py

[error] invalid-return-type - Return type does not match returned value: expected `list[dict[Unknown, Unknown]] | None`, found `Top[list[Unknown]] & ~AlwaysFalsy`
[error] invalid-return-type - Return type does not match returned value: expected `list[dict[Unknown, Unknown]] | None`, found `Top[list[Unknown]] & ~AlwaysFalsy`

src/schemathesis/core/error_feedback/parsers/zod.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["issues"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[dict[Unknown, Unknown]] | None`, found `object`

src/schemathesis/core/output/sanitization.py

[error] invalid-argument-type - Argument to function `is_sensitive_key` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[CaseInsensitiveDict[Unknown]].__getitem__(key: str) -> object` cannot be called with key of type `object` on object of type `Top[CaseInsensitiveDict[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `list[str]` on object of type `Top[CaseInsensitiveDict[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `list[str]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `Top[CaseInsensitiveDict[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/generation/hypothesis/_response_matching.py

[error] unresolved-attribute - Object of type `object` has no attribute `lower`
[error] invalid-argument-type - Argument to function `_find_matching_in_responses` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_find_matching_in_responses` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/graphql/stateful/_extract.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["node"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-yield - Yield type `object` does not match annotated yield type `dict[Unknown, Unknown]`

src/schemathesis/specs/openapi/_auth_retry.py

[error] invalid-argument-type - Argument to `Case.__init__` is incorrect: Expected `dict[str, Divergent] | list[Divergent] | str | ... omitted 4 union elements`, found `Top[list[Unknown]] | Top[dict[Unknown, Unknown]] | str | ... omitted 4 union elements`

src/schemathesis/specs/openapi/adapter/servers.py

[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `dict[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Mapping[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `Mapping[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `object` on object of type `dict[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["default"]` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/converter.py

[error] invalid-argument-type - Argument to function `_to_json_schema` is incorrect: Expected `dict[str, Any] | bool`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `TypeGuard[dict[str, Any]]`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `TypeGuard[dict[str, Any]]`, found `object`

src/schemathesis/transport/serialization.py

[error] no-matching-overload - No overload of function `transform` matches arguments

src/schemathesis/cli/commands/replay/executor.py

[error] invalid-assignment - Object of type `dict[object, object]` is not assignable to attribute `body` of type `dict[str, Divergent] | list[Divergent] | str | ... omitted 4 union elements`

src/schemathesis/config/_diff_base.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/config/_error.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

src/schemathesis/core/transforms.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/generation/case.py

[error] invalid-argument-type - Argument to function `_contains_bytes` is incorrect: Expected `dict[str, Divergent] | list[Divergent] | str | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `_contains_bytes` is incorrect: Expected `dict[str, Divergent] | list[Divergent] | str | ... omitted 4 union elements`, found `object`

src/schemathesis/openapi/checks.py

[error] invalid-argument-type - Argument to function `unbundle` is incorrect: Expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `Top[dict[Unknown, Unknown]] | bool`
[error] invalid-argument-type - Argument to `JsonSchemaError.__init__` is incorrect: Expected `dict[str, Any] | bool`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/_hypothesis.py

[error] invalid-argument-type - Argument to function `_snap_float32_node` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/adapter/parameters.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/adapter/responses.py

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

src/schemathesis/specs/openapi/checks.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Divergent, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Divergent]]` cannot be called with key of type `object` on object of type `list[Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `object` on object of type `bytes`
[error] invalid-argument-type - Method `__getitem__` of type `bound method CaseInsensitiveDict[Unknown].__getitem__(key: str) -> Unknown` cannot be called with key of type `object` on object of type `CaseInsensitiveDict[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `object` on object of type `dict[str, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `object` on object of type `dict[str, Divergent]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method str.__getitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str` cannot be called with key of type `object` on object of type `str`
[error] invalid-argument-type - Argument to function `plain_str_values` is incorrect: Expected `dict[str, Any]`, found `dict[Unknown, Unknown] | dict[str, Any] | (CaseInsensitiveDict[Unknown] & Top[dict[Unknown, Unknown]]) | dict[str, Divergent] | (NotSet & Top[dict[Unknown, Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[set[str], bool]`, found `tuple[set[object] | set[Unknown], bool]`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

src/schemathesis/specs/openapi/coverage/_schema.py

[error] invalid-argument-type - Argument to function `_update_schema_pattern` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/extra_data_source.py

[error] invalid-argument-type - Argument to function `schema_with_bundle` is incorrect: Expected `dict[str, Any] | bool`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/openapi/negative/mutations.py

[error] invalid-argument-type - Argument is incorrect: Expected `str | int | None`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `str | int | None`, found `object`

src/schemathesis/specs/openapi/stateful/__init__.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[ParameterLocation, str | None]]`, found `GeneratorType[tuple[Literal[ParameterLocation.BODY], object], None, None]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[ParameterLocation, str | None]`, found `tuple[Literal[ParameterLocation.BODY], object]`
[error] invalid-argument-type - Argument to function `_prune_overwritten_body_constants` is incorrect: Expected `dict[str, Divergent] | list[Divergent] | str | float | None`, found `Unknown | dict[object, object] | (NotSet & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `_prune_overwritten_body_constants` is incorrect: Expected `dict[str, Divergent] | list[Divergent] | str | float | None`, found `Unknown | dict[Unknown, Unknown] | (NotSet & ~Top[dict[Unknown, Unknown]])`

src/schemathesis/transport/requests.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-assignment - Cannot assign to a subscript on an object of type `NotSet`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_prepare_form_data` is incorrect: Expected `dict[str, Any]`, found `dict[str, Divergent] | (NotSet & Top[dict[Unknown, Unknown]])`

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

src/scikit_build_core/_vendor/pyproject_metadata/project_table.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `join` is incorrect: Expected `str`, found `object`

src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str] | None`, found `Top[list[Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, str] | None`, found `Top[dict[Unknown, Unknown]]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`
[error] unresolved-attribute - Object of type `object` has no attribute `get`

src/scikit_build_core/build/_editable.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

src/scikit_build_core/settings/_load_entrypoint_config.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, str, dict[str, object]]`, found `tuple[str, str, Top[dict[Unknown, Unknown]] & ~AlwaysFalsy]`

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

sklearn/externals/array_api_compat/common/_aliases.py

[warning] redundant-cast - Value is already of type `tuple[Any | str, ...]`

sklearn/externals/array_api_extra/testing.py

[error] invalid-argument-type - Argument to function `getattr_static` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `setattr` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["owner"]` and value of type `object` on object of type `dict[str, int | type]`
[error] invalid-assignment - Object of type `dict[str, int | type]` is not assignable to attribute `_lazy_xp_function` on type `Unknown | (((...) -> Any) & ~tuple[object, ...])`
[error] invalid-assignment - Object of type `dict[str, int | type]` is not assignable to attribute `_lazy_xp_function` on type `Any | (((...) -> Any) & ~tuple[object, ...])`

sklearn/feature_extraction/tests/test_text.py

[error] no-matching-overload - No overload of function `unique` matches arguments
[error] no-matching-overload - No overload of function `sort` matches arguments
[error] no-matching-overload - No overload of function `sort` matches arguments

sklearn/manifold/_spectral_embedding.py

[error] unsupported-operator - Operator `-=` is not supported between objects of type `csr_array[Top[number[Any, complex]] | numpy.bool[builtins.bool], tuple[int] | tuple[int, int]]` and `dia_array[float64] | Unknown`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `csr_array[Unknown, Unknown]` and `dia_array[float64] | Unknown`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `csr_matrix[Top[number[Any, complex]] | numpy.bool[builtins.bool]]` and `dia_array[float64] | Unknown`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `csr_matrix[(Unknown & Top[number[Any, complex]]) | (Unknown & numpy.bool[builtins.bool])]` and `dia_array[float64] | Unknown`

sklearn/metrics/tests/test_pairwise.py

[error] unresolved-attribute - Object of type `object` has no attribute `dtype`
[error] no-matching-overload - No overload of function `vstack` matches arguments
[error] unresolved-attribute - Object of type `object` has no attribute `nbytes`
[error] no-matching-overload - No overload of function `vstack` matches arguments

sklearn/preprocessing/_polynomial.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `Integral` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[3]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[0]`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - Operator `+` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `object` and `Literal[4]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `~Literal[0] & ~Literal[False]` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[1]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & Iterable[object] & ~Integral) | (int & Iterable[object] & ~Integral)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & Iterable[Unknown] & ~Integral) | (int & Iterable[Unknown] & ~Integral)`

sklearn/utils/tests/test_plotting.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/utils/validation.py

[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

subprojects/array_api_compat/src/array_api_compat/common/_aliases.py

[warning] redundant-cast - Value is already of type `tuple[Any | str, ...]`

scipy/_lib/_util.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `def len(obj: Sized, /) -> int`

scipy/sparse/_index.py

[error] unresolved-attribute - Attribute `shape` is not defined on `slice[Any, Any, Any]`, `int` in union `Unknown | slice[Any, Any, Any] | int | ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] unresolved-attribute - Attribute `shape` is not defined on `slice[Any, Any, Any]`, `int` in union `slice[Any, Any, Any] | int | ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | Unknown`
[error] unresolved-attribute - Attribute `shape` is not defined on `slice[Any, Any, Any]`, `int` in union `Unknown | slice[Any, Any, Any] | int | ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] unresolved-attribute - Attribute `shape` is not defined on `slice[Any, Any, Any]`, `int` in union `slice[Any, Any, Any] | int | ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | Unknown`

scipy/special/tests/test_cdflib.py

[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & list[Unknown]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & list[Unknown]) | list[Unknown | None]`

subprojects/array_api_extra/src/array_api_extra/testing.py

[error] invalid-argument-type - Argument to function `getattr_static` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `setattr` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["owner"]` and value of type `object` on object of type `dict[str, int | type]`
[error] invalid-assignment - Object of type `dict[str, int | type]` is not assignable to attribute `_lazy_xp_function` on type `Unknown | (((...) -> Any) & ~tuple[object, ...])`
[error] invalid-assignment - Object of type `dict[str, int | type]` is not assignable to attribute `_lazy_xp_function` on type `Any | (((...) -> Any) & ~tuple[object, ...])`

subprojects/array_api_extra/tests/conftest.py

[error] invalid-argument-type - Argument to function `as_readonly` is incorrect: Expected `T@_wrap`, found `object`

subprojects/highs/highs/highspy/highs.py

[error] invalid-argument-type - Argument to function `Highs.internal_get_value` is incorrect: Expected `Integral | highs_var | highs_cons | ... omitted 4 union elements`, found `object`
[error] invalid-assignment - Object of type `Iterable[highs_var | Integral] & Top[Mapping[Unknown, object]]` is not assignable to `Mapping[Any, highs_var | Integral]`
[error] invalid-assignment - Object of type `(Any & Top[Mapping[Unknown, object]] & ~float* & ~int) | (Mapping[Any, Any] & ~float* & ~int) | (Sequence[Any] & Top[Mapping[Unknown, object]] & ~float* & ~int)` is not assignable to `Mapping[Any, float]`
[error] invalid-assignment - Object of type `(Any & Top[Mapping[Unknown, object]] & ~HighsVarType) | (Mapping[Any, Any] & ~HighsVarType) | (Sequence[Any] & Top[Mapping[Unknown, object]] & ~HighsVarType)` is not assignable to `Mapping[Any, HighsVarType]`
[error] invalid-assignment - Object of type `Mapping[Any, highs_var] | (Iterable[highs_var] & Top[Mapping[Unknown, object]]) | (highs_var & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_var]`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Unresolved attribute `index` on type `object`
[error] invalid-assignment - Object of type `(highs_linear_expression & Top[Mapping[Unknown, object]]) | (Iterable[highs_linear_expression] & Top[Mapping[Unknown, object]]) | (tuple[highs_linear_expression | Iterable[highs_linear_expression], ...] & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_linear_expression]`
[error] invalid-assignment - Object of type `Mapping[Any, highs_cons] | (Sequence[highs_cons] & Top[Mapping[Unknown, object]]) | (highs_cons & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_cons]`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Object of type `object` has no attribute `index`
[error] unresolved-attribute - Unresolved attribute `index` on type `object`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `<class 'int'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `<class 'int'>`
[error] invalid-assignment - Object of type `Iterable[highs_var | highs_linear_expression] & ndarray[tuple[int, ...], dtype[generic[object]]]` is not assignable to `ndarray[Any, dtype[object_]]`
[error] invalid-argument-type - Argument to bound method `Highs.__addRow` is incorrect: Expected `highs_linear_expression`, found `object`
[error] invalid-argument-type - Argument to bound method `Highs.__addRow` is incorrect: Expected `highs_linear_expression`, found `Unknown | highs_linear_expression | Iterable[highs_linear_expression]`

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

scrapy/utils/asyncgen.py

[error] invalid-yield - Yield type `object` does not match annotated yield type `_T@as_async_generator`

scrapy/core/scraper.py

[error] invalid-assignment - Object of type `AsyncIterator[object]` is not assignable to `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`
[error] invalid-assignment - Object of type `AsyncIterator[object]` is not assignable to `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`
[error] invalid-argument-type - Argument to function `parallel_async` is incorrect: Expected `AsyncIterator[Any]`, found `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`

scrapy/core/spidermw.py

[error] invalid-return-type - Return type does not match returned value: expected `MutableAsyncChain[_T@_process_spider_exception]`, found `MutableAsyncChain[object]`
[error] invalid-return-type - Return type does not match returned value: expected `MutableAsyncChain[_T@scrape_response_async]`, found `MutableAsyncChain[object]`

scrapy/exporters.py

[error] invalid-argument-type - Argument to bound method `BaseItemExporter.serialize_field` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Object of type `ValuesView[object]` is not assignable to `Iterable[str]`

scrapy/http/headers.py

[error] invalid-assignment - Object of type `ItemsView[object, object] | (Iterable[tuple[str | bytes, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, Any] | Mapping[bytes, Any] | Iterable[tuple[str | bytes, Any]]`
[error] invalid-assignment - Object of type `ItemsView[str, Any] | ItemsView[bytes, Any] | ItemsView[tuple[str | bytes, Any], Unknown] | (Iterable[tuple[str | bytes, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, Any] | Mapping[bytes, Any] | Iterable[tuple[str | bytes, Any]]`

scrapy/http/request/form.py

[error] invalid-argument-type - Argument to function `_urlencode` is incorrect: Expected `Iterable[tuple[str, Iterable[str]]]`, found `ItemsView[object, object] | (Iterable[tuple[str, Iterable[str]]] & ~AlwaysFalsy & ~Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, Iterable[str]]]`, found `GeneratorType[tuple[object, ~None], None, None]`

scrapy/spiders/crawl.py

[error] invalid-argument-type - Argument to bound method `CrawlSpider.process_results` is incorrect: Expected `Iterable[Any]`, found `object`

scrapy/utils/datatypes.py

[error] invalid-assignment - Object of type `ItemsView[object, object] | (Iterable[tuple[str | bytes, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, Any] | Mapping[bytes, Any] | Iterable[tuple[str | bytes, Any]]`
[error] invalid-assignment - Object of type `ItemsView[str, Any] | ItemsView[bytes, Any] | ItemsView[tuple[str | bytes, Any], Unknown] | (Iterable[tuple[str | bytes, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, Any] | Mapping[bytes, Any] | Iterable[tuple[str | bytes, Any]]`

scrapy/utils/python.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterable[_KT@without_none_values]`, found `dict[object, object]`

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

setuptools/_vendor/packaging/version.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal["a", "b", "rc"], int] | None`, found `tuple[object, object]`

setuptools/_distutils/command/build_ext.py

[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `Iterable[str | PathLike[str]]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["sources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `runtime_library_dirs` of type `list[str]`
[error] not-iterable - Object of type `~AlwaysFalsy` is not iterable

setuptools/_distutils/dist.py

[error] invalid-return-type - Return type does not match returned value: expected `str | list[str]`, found `str | (Iterable[str] & Top[list[Unknown]])`
[error] not-iterable - Object of type `object` is not iterable

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

sockeye/inference.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument is incorrect: Expected `RestrictLexicon | None`, found `object`

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

lib/spack/spack/directives.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

lib/spack/spack/util/argparsewriter.py

[error] invalid-argument-type - Argument is incorrect: Expected `ArgumentParser`, found `object`
[error] invalid-argument-type - Argument is incorrect: Expected `ArgumentParser`, found `object`

lib/spack/spack/audit.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/cmd/commands.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/config.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, ConfigScope]`, found `(ConfigScope & tuple[object, ...]) | tuple[int, ConfigScope]`

lib/spack/spack/vendor/jinja2/compiler.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `str`

lib/spack/spack/vendor/jinja2/filters.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, Any]]`
[error] invalid-assignment - Object of type `dict_items[str, Any] | dict_items[tuple[str, Any], Unknown]` is not assignable to `Iterable[tuple[str, Any]]`

lib/spack/spack/vendor/jinja2/loaders.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] no-matching-overload - No overload of function `fspath` matches arguments

lib/spack/spack/vendor/jinja2/parser.py

[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`

lib/spack/spack/version/version_types.py

[error] invalid-argument-type - Argument to function `ver` is incorrect: Expected `VersionType | str | list[Unknown] | tuple[Unknown, ...] | float`, found `object`

spark (https://github.com/apache/spark)

python/pyspark/pandas/data_type_ops/complex_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/date_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/core/rdd.py

[error] invalid-assignment - Object of type `(int, Iterable[Never], /) -> Iterable[object]` is not assignable to `(int, Iterable[TypeVar], /) -> Iterable[T@PipelinedRDD]`

python/pyspark/ml/functions.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] unresolved-attribute - Object of type `object` has no attribute `shape`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `object` on object of type `list[list[int] | None]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[str, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str` and value of type `list[Any]` on object of type `dict[str, ndarray[tuple[Any, ...], dtype[Any]]]`

python/pyspark/ml/linalg/__init__.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[int, ...], Unknown] | ndarray[tuple[Any, ...], Unknown] | (Iterable[float] & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]`

python/pyspark/mllib/feature.py

[error] invalid-argument-type - Argument to bound method `RDD.map` is incorrect: Expected `(object, /) -> Vector | RDD[Vector]`, found `Overload[(document: Iterable[Hashable]) -> Vector, (document: RDD[Iterable[Hashable]]) -> RDD[Vector]]`

python/pyspark/mllib/linalg/__init__.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[int, ...], Unknown] | ndarray[tuple[Any, ...], Unknown] | (Iterable[float] & ndarray[tuple[int, ...], dtype[generic[object]]]) | ndarray[tuple[Any, ...], dtype[Any]]`

python/pyspark/pandas/data_type_ops/binary_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/boolean_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/datetime_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`
[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/null_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/num_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`
[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`
[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/string_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/data_type_ops/timedelta_ops.py

[error] invalid-argument-type - Argument to function `_as_categorical_type` is incorrect: Expected `CategoricalDtype[object]`, found `Top[CategoricalDtype[Unknown]]`

python/pyspark/pandas/frame.py

[error] invalid-assignment - Object of type `list[object] | (int & ~Iterable[object]) | (float* & ~Iterable[object])` is not assignable to `float | list[float]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[object, ...], Any].__getitem__(key: tuple[object, ...], /) -> Any` cannot be called with key of type `None` on object of type `dict[tuple[object, ...], Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[Unknown, ...] | tuple[Hashable], Any].__getitem__(key: tuple[Unknown, ...] | tuple[Hashable], /) -> Any` cannot be called with key of type `None` on object of type `dict[tuple[Unknown, ...] | tuple[Hashable], Any]`

python/pyspark/pandas/generic.py

[error] invalid-assignment - Object of type `object` is not assignable to `(...) -> Any`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Self@pipe` on object of type `dict[str, Any]`

python/pyspark/pandas/indexes/base.py

[error] invalid-argument-type - Argument to function `MultiIndex.from_tuples` is incorrect: Expected `list[tuple[Unknown, ...]]`, found `(DataFrame[Unknown] & Top[list[Unknown]] & ~MultiIndex) | (Series[Unknown] & Top[list[Unknown]] & ~MultiIndex) | (Index & Top[list[Unknown]] & ~MultiIndex) | (list[Unknown] & ~MultiIndex)`
[error] invalid-argument-type - Argument to function `MultiIndex.from_tuples` is incorrect: Expected `list[tuple[Unknown, ...]]`, found `(Index & Top[list[Unknown]] & ~MultiIndex) | (Index & Top[set[Unknown]] & ~MultiIndex) | (Index & Top[dict[Unknown, Unknown]] & ~MultiIndex)`
[error] invalid-argument-type - Argument to function `MultiIndex.from_tuples` is incorrect: Expected `list[tuple[Unknown, ...]]`, found `(Index & list[Unknown] & ~MultiIndex) | (Index & set[Unknown] & ~MultiIndex) | (Index & dict[Unknown, Unknown] & ~MultiIndex)`

python/pyspark/pandas/series.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> Any, (idx: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[Any], (idx: str | bytes | date | ... omitted 8 union elements) -> Any, (idx: Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | list[builtins.bool] | ... omitted 7 union elements) -> Series[Any]]` cannot be called with key of type `_NoValueType` on object of type `Series[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `_NoValueType` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `_NoValueType` on object of type `Top[dict[Unknown, Unknown]]`
[error] not-subscriptable - Cannot delete subscript on object of type `(Any, /) -> Any` with no `__delitem__` method
[error] unresolved-attribute - Object of type `object` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `Series.apply` is incorrect: Expected `(...) -> Unknown`, found `object`

python/pyspark/pandas/sql_formatter.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[pyspark.pandas.frame.DataFrame[Unknown], str]`, found `tuple[(Any & Top[pyspark.pandas.frame.DataFrame[Unknown]] & ~Top[pandas.core.series.Series[Unknown]] & ~Top[pyspark.pandas.series.Series[Unknown]] & ~pandas.core.frame.DataFrame) | pyspark.pandas.series.Series[Unknown] | pyspark.pandas.frame.DataFrame[Unknown] | Index, str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[DataFrame[Unknown], str]`, found `tuple[DataFrame[Unknown] | Series[Unknown] | Index, str]`

python/pyspark/sql/classic/dataframe.py

[error] invalid-argument-type - Argument to bound method `DataFrame._jcols` is incorrect: Expected `Sequence[Column | str] | Column`, found `object`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Column | str]`, found `(Column & tuple[object, ...]) | tuple[Column | str, ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | list[float | str]` is not assignable to `tuple[float | str | Column | list[float | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | list[float | str]` is not assignable to `tuple[float | str | Column | list[float | str], ...]`

python/pyspark/sql/classic/table_arg.py

[error] invalid-assignment - Object of type `Column & Top[list[Unknown]]` is not assignable to `tuple[Column | str, ...]`
[error] invalid-assignment - Object of type `Column & list[Unknown]` is not assignable to `tuple[Column | str, ...]`
[error] invalid-assignment - Object of type `Column & Top[list[Unknown]]` is not assignable to `tuple[Column | str, ...]`
[error] invalid-assignment - Object of type `Column & list[Unknown]` is not assignable to `tuple[Column | str, ...]`

python/pyspark/sql/classic/window.py

[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | list[Column | str]` is not assignable to `tuple[Column | Sequence[Column | str], ...]`

python/pyspark/sql/connect/client/core.py

[error] invalid-yield - Yield type `(Unknown & Top[dict[Unknown, Unknown]]) | (StructType & Top[dict[Unknown, Unknown]]) | (PlanMetrics & Top[dict[Unknown, Unknown]]) | (PlanObservedMetrics & Top[dict[Unknown, Unknown]]) | dict[str, Any]` does not match annotated yield type `dict[str, Any]`

python/pyspark/sql/connect/column.py

[error] invalid-argument-type - Argument to `CaseWhen.__init__` is incorrect: Expected `Sequence[tuple[Expression, Expression]]`, found `Top[list[tuple[Expression, Expression] | Unknown]]`

python/pyspark/sql/connect/dataframe.py

[error] invalid-argument-type - Argument to function `_to_col` is incorrect: Expected `Column | str`, found `object`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | list[float | str]` is not assignable to `tuple[float | str | Column | list[float | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | list[float | str]` is not assignable to `tuple[float | str | Column | list[float | str], ...]`

python/pyspark/sql/connect/expressions.py

[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] not-iterable - Object of type `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements` may not be iterable
[error] not-iterable - Object of type `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements` may not be iterable
[error] invalid-argument-type - Argument to bound method `DateType.fromInternal` is incorrect: Expected `int`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `DateType.fromInternal` is incorrect: Expected `int`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimeType.fromInternal` is incorrect: Expected `int`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimeType.fromInternal` is incorrect: Expected `int`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimestampType.fromInternal` is incorrect: Expected `int`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimestampType.fromInternal` is incorrect: Expected `int`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimestampNTZType.fromInternal` is incorrect: Expected `int`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `TimestampNTZType.fromInternal` is incorrect: Expected `int`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `DayTimeIntervalType.fromInternal` is incorrect: Expected `int`, found `(Any & Top[list[Unknown]]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `DayTimeIntervalType.fromInternal` is incorrect: Expected `int`, found `(Any & list[Unknown]) | (Any & Decimal) | (Any & bytes) | ... omitted 3 union elements`

python/pyspark/sql/connect/functions/builtin.py

[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | (Column & tuple[Unknown, ...]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | (Column & tuple[Unknown, ...]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | (Column & tuple[Unknown, ...]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | (Column & tuple[Unknown, ...]) | ... omitted 3 union elements` is not assignable to `tuple[Column | Sequence[Column | str], ...]`

python/pyspark/sql/connect/group.py

[error] invalid-assignment - Object of type `Sequence[Column] & Top[list[Unknown]]` is not assignable to `list[Column]`: Incompatible value of type `Sequence[Column] & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to function `_invoke_function` is incorrect: Expected `str`, found `Column | str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to function `col` is incorrect: Expected `str`, found `object`

python/pyspark/sql/connect/plan.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Top[list[Unknown]]` and `Sequence[Column] | list[Unknown]`
[error] invalid-argument-type - Argument to function `LogicalPlan._collect_references` is incorrect: Expected `Sequence[Column | Expression]`, found `Top[list[Unknown]]`
[error] invalid-argument-type - Argument to function `LogicalPlan._collect_references` is incorrect: Expected `Sequence[Column | Expression]`, found `Top[list[Unknown]]`

python/pyspark/sql/connect/readwriter.py

[error] invalid-argument-type - Argument to bound method `DataFrameReader.load` is incorrect: Expected `str | list[str] | None`, found `list[str] | (DataFrame & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to bound method `DataFrameReader.load` is incorrect: Expected `str | list[str] | None`, found `list[str] | (DataFrame & Top[list[Unknown]])`

python/pyspark/sql/connect/table_arg.py

[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | list[Column | str]` is not assignable to `tuple[Column | Sequence[Column | str], ...]`

python/pyspark/sql/connect/window.py

[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | list[Column | str]` is not assignable to `tuple[Column | Sequence[Column | str], ...]`

python/pyspark/sql/functions/builtin.py

[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | (Sequence[Column | str] & Top[set[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | list[Column | str] | (Sequence[Column | str] & set[Unknown])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | (Sequence[Column | str] & Top[set[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | list[Column | str] | (Sequence[Column | str] & set[Unknown])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | (Sequence[Column | str] & Top[set[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | list[Column | str] | (Sequence[Column | str] & set[Unknown])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & Top[list[Unknown]]) | (Sequence[Column | str] & Top[list[Unknown]]) | (Column & Top[set[Unknown]]) | (Sequence[Column | str] & Top[set[Unknown]])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`
[error] invalid-assignment - Object of type `(Column & list[Unknown]) | (Column & set[Unknown]) | list[Column | str] | (Sequence[Column | str] & set[Unknown])` is not assignable to `tuple[Column | Sequence[Column | str], ...]`

python/pyspark/sql/pandas/conversion.py

[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `Unknown | str | StructField`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `Unknown | str | StructField`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str`, found `Unknown | str | StructField`

python/pyspark/sql/session.py

[error] invalid-assignment - Object of type `object` is not assignable to attribute `name` on type `Unknown | StructField`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `object` on object of type `list[str]`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `name` on type `Unknown | StructField`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `object` on object of type `list[str]`
[error] invalid-assignment - Object of type `AtomicType & Top[list[Unknown]] & ~StructType` is not assignable to `list[str]`
[error] invalid-argument-type - Argument to bound method `SparkSession._inferSchema` is incorrect: Expected `list[str] | None`, found `None | (DataType & Top[list[Unknown]]) | list[str] | (DataType & tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `SparkSession._inferSchema` is incorrect: Expected `list[str] | None`, found `None | (DataType & list[Unknown]) | (DataType & tuple[Unknown, ...]) | list[str]`
[error] invalid-argument-type - Argument to bound method `SparkSession._inferSchemaFromList` is incorrect: Expected `list[str] | None`, found `None | (DataType & Top[list[Unknown]]) | list[str] | (DataType & tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `SparkSession._inferSchemaFromList` is incorrect: Expected `list[str] | None`, found `None | (DataType & list[Unknown]) | (DataType & tuple[Unknown, ...]) | list[str]`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `AtomicType | StructType | str | None`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to `AtomicType | StructType | str | None`
[error] unresolved-attribute - Object of type `~str` has no attribute `encode`

python/pyspark/sql/tests/test_conversion.py

[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `str | DataType`, found `object`
[error] invalid-argument-type - Argument to bound method `StructType.add` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool`
[error] unresolved-attribute - Object of type `object` has no attribute `simpleString`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `object`

python/pyspark/sql/types.py

[error] invalid-assignment - Object of type `list[tuple[object, object]]` is not assignable to `Iterable[tuple[str, Any]]`

python/pyspark/testing/pandasutils.py

[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | (DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | (DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Index[Any]]`
[error] unresolved-attribute - Attribute `isnull` is not defined on `Index[Any]` in union `(DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]`
[error] unresolved-attribute - Object of type `Index[Any]` has no attribute `isnull`
[error] unresolved-attribute - Attribute `isnull` is not defined on `Index[Any]` in union `(DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]`
[error] unresolved-attribute - Object of type `Index[Any]` has no attribute `isnull`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | (DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | (DataFrame & Top[Index[Unknown]]) | (Series[Any] & Top[Index[Unknown]]) | Index[Any]]`
[error] invalid-argument-type - Argument to `PySparkAssertionError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Index[Any]]`

python/pyspark/testing/sqlutils.py

[error] invalid-argument-type - Method `__delitem__` of type `bound method _Environ[str].__delitem__(key: str) -> None` cannot be called with key of type `object` on object of type `_Environ[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `~None` on object of type `_Environ[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method _Environ[str].__delitem__(key: str) -> None` cannot be called with key of type `object` on object of type `_Environ[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `_Environ[str]`

python/pyspark/testing/utils.py

[error] unresolved-attribute - Attribute `select` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row]`
[error] unresolved-attribute - Attribute `select` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row]`
[error] unresolved-attribute - Attribute `columns` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row]`
[error] unresolved-attribute - Attribute `columns` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row]`
[error] unresolved-attribute - Attribute `select` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row]`
[error] unresolved-attribute - Attribute `select` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row]`
[error] unresolved-attribute - Attribute `columns` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row]`
[error] unresolved-attribute - Attribute `columns` is not defined on `list[Row]` in union `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row]`
[error] invalid-argument-type - Argument to function `rename_dataframe_columns` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `rename_dataframe_columns` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `rename_dataframe_columns` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `rename_dataframe_columns` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `cast_columns_to_string` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `cast_columns_to_string` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `cast_columns_to_string` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & Top[list[Unknown]]) | (pyspark.pandas.frame.DataFrame[Unknown] & Top[list[Unknown]]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `cast_columns_to_string` is incorrect: Expected `pyspark.sql.dataframe.DataFrame`, found `pyspark.sql.dataframe.DataFrame | (pandas.core.frame.DataFrame & list[Unknown]) | (pyspark.pandas.frame.DataFrame[Unknown] & list[Unknown]) | list[Row] | Unknown`
[error] invalid-argument-type - Argument to function `assert_rows_equal` is incorrect: Expected `list[Row]`, found `list[Row] | Unknown | (pyspark.sql.dataframe.DataFrame & Top[list[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `assert_rows_equal` is incorrect: Expected `list[Row]`, found `list[Row] | Unknown | (pyspark.sql.dataframe.DataFrame & Top[list[Unknown]]) | ... omitted 3 union elements`

python/pyspark/worker.py

[error] invalid-return-type - Return type does not match returned value: expected `T@verify_return_type`, found `map[object]`
[error] invalid-return-type - Return type does not match returned value: expected `T@verify_return_type`, found `map[T@verify_return_type | Unknown]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> object`, found `def check_element(element: T@verify_return_type) -> T@verify_return_type`

python/pyspark/worker_util.py

[error] not-iterable - Object of type `object` is not iterable
[error] invalid-assignment - Object of type `dict[str, str] | (IO[Unknown] & Top[dict[Unknown, Unknown]])` is not assignable to attribute `_conf` of type `dict[str, Any]`

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

sphinx/config.py

[warning] unused-ignore-comment - Unused `ty: ignore` directive
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[type] | ENUM`, found `frozenset[object]`

starlette (https://github.com/encode/starlette)

starlette/authentication.py

[error] invalid-argument-type - Argument to function `has_required_scope` is incorrect: Expected `HTTPConnection[State]`, found `Top[WebSocket[Unknown]]`
[error] invalid-argument-type - Argument to function `has_required_scope` is incorrect: Expected `HTTPConnection[State]`, found `Top[Request[Unknown]]`
[error] invalid-argument-type - Argument to function `has_required_scope` is incorrect: Expected `HTTPConnection[State]`, found `Top[Request[Unknown]]`

starlette/responses.py

[error] invalid-assignment - Object of type `AsyncIterable[str | bytes | memoryview[int]] | (Iterable[str | bytes | memoryview[int]] & AsyncIterable[object])` is not assignable to attribute `body_iterator` of type `AsyncIterable[str | bytes | memoryview[int]]`

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

static_frame/core/container_util.py

[error] invalid-argument-type - Argument to bound method `IndexBase.values_at_depth` is incorrect: Expected `int | list[int]`, found `int | (list[int] & Top[integer[Unknown]]) | (ndarray[Any, dtype[signedinteger[_64Bit]]] & Top[integer[Unknown]])`
[error] invalid-argument-type - Argument to bound method `IndexBase.values_at_depth` is incorrect: Expected `int | list[int]`, found `int | (list[int] & integer[Unknown]) | (ndarray[Any, dtype[signedinteger[_64Bit]]] & integer[Unknown])`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]]` cannot be called with key of type `Top[integer[Unknown]]` on object of type `Sequence[Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements], (index: slice[int | None, int | None, int | None], /) -> Sequence[Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]]` cannot be called with key of type `integer[Unknown]` on object of type `Sequence[Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Hashable | complex | integer[Any] | ... omitted 8 union elements, (index: slice[int | None, int | None, int | None], /) -> Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]` cannot be called with key of type `Top[integer[Unknown]]` on object of type `Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Hashable | complex | integer[Any] | ... omitted 8 union elements, (index: slice[int | None, int | None, int | None], /) -> Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]]` cannot be called with key of type `integer[Unknown]` on object of type `Sequence[Hashable | complex | integer[Any] | ... omitted 8 union elements]`

static_frame/core/frame.py

[error] no-matching-overload - No overload of bound method `Frame._extract` matches arguments
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-assignment - Object of type `tuple[object, Hashable | complex | integer[Any] | ... omitted 16 union elements]` is not assignable to `tuple[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`
[error] invalid-assignment - Object of type `tuple[Unknown | int | integer[Any] | ... omitted 4 union elements, Hashable | complex | integer[Any] | ... omitted 16 union elements]` is not assignable to `tuple[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`

static_frame/core/index_correspondence.py

[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Unknown` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `object` on object of type `ndarray[Any, Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[object, int]` and value of type `Unknown` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[object, int]` on object of type `ndarray[Any, Any]`

static_frame/core/index_hierarchy.py

[error] invalid-assignment - Object of type `int | (list[int] & Top[integer[Unknown]])` is not assignable to `int | None`
[error] invalid-assignment - Object of type `int | (list[int] & integer[Unknown])` is not assignable to `int | None`
[error] invalid-assignment - Object of type `int | (list[int] & Top[integer[Unknown]])` is not assignable to `int | None`
[error] invalid-assignment - Object of type `int | (list[int] & integer[Unknown])` is not assignable to `int | None`

static_frame/core/protocol_dfi.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Series[Any, Any], (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> Frame[Any, Any, *tuple[Any, ...]], (key: tuple[int | integer[Any], ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None]) -> Series[Any, Any], (key: tuple[ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, int | integer[Any]]) -> Series[Any, Any], (key: tuple[ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None]) -> Frame[Any, Any, *tuple[Any, ...]], (key: tuple[int | integer[Any], int | integer[Any]]) -> Any, (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> Frame[Any, Any, *tuple[Any, ...]], (key: int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements) -> Any]` cannot be called with key of type `tuple[slice[Any, Any, Any], Sequence[int] & Top[list[Unknown]]]` on object of type `InterGetItemILocCompoundReduces[Frame[Any, Any, *tuple[Any, ...]]]`

static_frame/core/quilt.py

[error] no-matching-overload - No overload of bound method `Quilt._extract` matches arguments

static_frame/core/series.py

[error] invalid-assignment - Object of type `list[int | integer[Any] | (ndarray[Any, Any] & Top[integer[Unknown]]) | (list[int] & Top[integer[Unknown]])]` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `list[int | integer[Any]]` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`

static_frame/core/store.py

[error] invalid-argument-type - Argument to function `insert` is incorrect: Expected `Hashable | complex | integer[Any] | ... omitted 8 union elements`, found `Hashable | complex | integer[Any] | ... omitted 9 union elements`

static_frame/core/store_config.py

[error] invalid-return-type - Return type does not match returned value: expected `int | tuple[int, ...] | None`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None | str | dtype[Any] | ... omitted 3 union elements`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `((...) -> IndexBase) | type[Index[Any]] | tuple[((...) -> IndexBase) | type[Index[Any]], ...] | None`, found `tuple[object, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `((...) -> IndexBase) | type[Index[Any]] | tuple[((...) -> IndexBase) | type[Index[Any]], ...] | None`, found `tuple[Unknown, ...] | tuple[((...) -> IndexBase) | type[Index[Any]] | None, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None | str | dtype[Any] | ... omitted 3 union elements`, found `(Iterable[str | dtype[Any] | type | None] & Top[dict[Unknown, Unknown]]) | dict[Hashable | complex | integer[Any] | ... omitted 8 union elements, str | dtype[Any] | type | None]`
[error] invalid-return-type - Return type does not match returned value: expected `None | str | dtype[Any] | ... omitted 3 union elements`, found `dict[str | dtype[Any] | type | None, Unknown] | dict[Hashable | complex | integer[Any] | ... omitted 8 union elements, str | dtype[Any] | type | None]`

static_frame/core/type_blocks.py

[error] invalid-argument-type - Argument to bound method `TypeBlocks._mask_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._mask_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._drop_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._drop_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to function `shape_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - Argument to function `column_1d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `None | float | ndarray[Any, Any]`, found `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `ndarray[tuple[Any, ...], dtype[Any]]`

static_frame/core/type_clinic.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Pattern[str]`, found `Top[Pattern[Unknown]]`

static_frame/core/util.py

[error] invalid-return-type - Return type does not match returned value: expected `int | list[int]`, found `list[int] | (ndarray[Any, dtype[signedinteger[_64Bit]]] & Top[list[Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[_T@frozenset_filter]`, found `Iterable[_T@frozenset_filter] & frozenset[object]`
[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] unresolved-attribute - Object of type `(...) -> object` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`

steam.py (https://github.com/Gobot1234/steam.py)

steam/ext/commands/commands.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Command[CogT@GroupMixin, (...), Any]]` and `Sequence[Command[Cog[Bot] | Bot | None, (...), Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `Command[CogT@GroupMixin, (...), Any] | None`, found `Command[Cog[Bot] | Bot | None, (...), Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@parents`, found `Self@parents | (GroupMixin[Cog[Bot] | Bot | None] & Top[Command[Cog[Bot] | Bot | None, (...), object]])`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@parents`, found `Self@parents | (GroupMixin[Cog[Bot] | Bot | None] & Command[Unknown, (...), Unknown])`

steam/ext/commands/converters.py

[error] invalid-assignment - Object of type `object` is not assignable to `T@Greedy | tuple[T@Greedy]`

steam/trade.py

[error] invalid-assignment - Object of type `Sequence[SendingAssetT@TradeOffer] | (SendingAssetT@TradeOffer & Sequence[object]) | list[Unknown]` is not assignable to `Sequence[SendingAssetT@TradeOffer]`: Incompatible value of type `Sequence[SendingAssetT@TradeOffer] | (SendingAssetT@TradeOffer & Sequence[object]) | list[Unknown]`
[error] invalid-assignment - Object of type `Sequence[ReceivingAssetT@TradeOffer] | (ReceivingAssetT@TradeOffer & Sequence[object]) | list[Unknown]` is not assignable to `Sequence[ReceivingAssetT@TradeOffer]`: Incompatible value of type `Sequence[ReceivingAssetT@TradeOffer] | (ReceivingAssetT@TradeOffer & Sequence[object]) | list[Unknown]`

steam/chat.py

flaky
(2/10)
[warning] possibly-missing-attribute - Attribute `reactions` may be missing on object of type `ChatMessageT@Chat`

steam/user.py

flaky
(3/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | Friend | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser]]'>`
flaky
(3/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | Friend | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser]]'>`

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

strawberry/codegen/plugins/python.py

[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`

strawberry/http/sync_base_view.py

[error] invalid-argument-type - Argument to bound method `SyncBaseHTTPView.execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - Argument to bound method `SyncBaseHTTPView.process_result` is incorrect: Expected `ExecutionResult`, found `object`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - Object of type `object` has no attribute `errors`

strawberry/http/async_base_view.py

[error] invalid-argument-type - Argument to bound method `AsyncBaseHTTPView.execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] unresolved-attribute - Attribute `initial_result` is not defined on `ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult`, `list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult` in union `(ExecutionResult & Unknown & ~SubscriptionExecutionResult) | (list[ExecutionResult] & Unknown & ~SubscriptionExecutionResult) | (ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult) | (list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult)`
[error] unresolved-attribute - Attribute `initial_result` is not defined on `ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult`, `list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult` in union `(ExecutionResult & Unknown & ~SubscriptionExecutionResult) | (ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult) | (list[ExecutionResult] & Unknown & ~SubscriptionExecutionResult) | (list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult)`
[error] unresolved-attribute - Attribute `subsequent_results` is not defined on `ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult`, `list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult` in union `(ExecutionResult & Unknown & ~SubscriptionExecutionResult) | (list[ExecutionResult] & Unknown & ~SubscriptionExecutionResult) | (ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult) | (list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult)`
[error] unresolved-attribute - Attribute `subsequent_results` is not defined on `ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult`, `list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult` in union `(ExecutionResult & Unknown & ~SubscriptionExecutionResult) | (ExecutionResult & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult) | (list[ExecutionResult] & Unknown & ~SubscriptionExecutionResult) | (list[ExecutionResult] & GraphQLIncrementalExecutionResults & ~SubscriptionExecutionResult)`

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Context@BaseGraphQLTransportWSHandler`

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Context@BaseGraphQLWSHandler`

strawberry/types/fields/resolver.py

[error] invalid-return-type - Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `(...) -> object`

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

sympy/physics/quantum/operatorset.py

[error] call-non-callable - Object of type `object` is not callable
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[type]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`

sympy/core/basic.py

[error] invalid-assignment - Object of type `(_SupportsItems[Basic | complex, Basic | complex] & Top[set[Unknown]]) | (Iterable[tuple[Basic | complex, Basic | complex]] & Top[set[Unknown]])` is not assignable to `Iterable[tuple[Basic | complex, Basic | complex]]`

sympy/core/numbers.py

[error] unresolved-attribute - Object of type `object` has no attribute `removeprefix`

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - Operator `*=` is not supported between objects of type `Literal[1]` and `object`
[error] unsupported-operator - Operator `%` is not supported between objects of type `~AlwaysFalsy & ~Literal[1] & ~Literal[True]` and `Literal[2]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `Literal[1]` and `object`
[error] unsupported-operator - Operator `//` is not supported between objects of type `~AlwaysFalsy & ~Literal[1] & ~Literal[True]` and `Literal[2]`

sympy/polys/compatibility.py

[warning] redundant-cast - Value is already of type `PolyElement[Er@IPolys]`

sympy/polys/domains/domain.py

[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Argument type `Iterable[int | Er@Domain]` does not satisfy upper bound `RingElement` of type variable `Er`

sympy/polys/domains/polynomialring.py

[error] invalid-assignment - Object of type `((Iterable[tuple[tuple[int, ...], Er@PolynomialRing]] | dict[tuple[int, ...], Er@PolynomialRing], /) -> PolyElement[Er@PolynomialRing]) | ((Iterable[tuple[tuple[int, ...], Er@PolyRing]] | dict[tuple[int, ...], Er@PolyRing], /) -> PolyElement[Er@PolyRing])` is not assignable to attribute `dtype` of type `type[PolyElement[Er@PolynomialRing]] | ((...) -> PolyElement[Er@PolynomialRing])`
[error] invalid-assignment - Object of type `(type[Er@PolynomialRing] & ((Iterable[tuple[tuple[int, ...], Unknown]] | dict[tuple[int, ...], Unknown], /) -> PolyElement[Unknown])) | (((...) -> Er@PolynomialRing) & ((Iterable[tuple[tuple[int, ...], Unknown]] | dict[tuple[int, ...], Unknown], /) -> PolyElement[Unknown])) | ((Iterable[tuple[tuple[int, ...], Er@PolynomialRing]] | dict[tuple[int, ...], Er@PolynomialRing], /) -> PolyElement[Er@PolynomialRing]) | ((Iterable[tuple[tuple[int, ...], Er@PolyRing]] | dict[tuple[int, ...], Er@PolyRing], /) -> PolyElement[Er@PolyRing])` is not assignable to attribute `dtype` of type `type[PolyElement[Er@PolynomialRing]] | ((...) -> PolyElement[Er@PolynomialRing])`
[error] invalid-assignment - Object of type `tuple[PolyElement[Er@PolynomialRing], ...] | tuple[PolyElement[Er@PolyRing], ...]` is not assignable to `tuple[PolyElement[Er@PolynomialRing], ...]`: Incompatible value of type `tuple[PolyElement[Er@PolynomialRing], ...] | tuple[PolyElement[Er@PolyRing], ...]`
[error] invalid-assignment - Object of type `tuple[PolyElement[Unknown], ...] | tuple[PolyElement[Er@PolynomialRing], ...] | tuple[PolyElement[Er@PolyRing], ...]` is not assignable to `tuple[PolyElement[Er@PolynomialRing], ...]`: Incompatible value of type `tuple[PolyElement[Unknown], ...] | tuple[PolyElement[Er@PolynomialRing], ...] | tuple[PolyElement[Er@PolyRing], ...]`
[error] invalid-assignment - Object of type `Domain[Er@PolynomialRing] | Domain[Er@PolyRing]` is not assignable to `Domain[Er@PolynomialRing]`: Incompatible value of type `Domain[Er@PolynomialRing] | Domain[Er@PolyRing]`
[error] invalid-assignment - Object of type `Domain[Unknown] | Domain[Er@PolynomialRing] | Domain[Er@PolyRing]` is not assignable to `Domain[Er@PolynomialRing]`: Incompatible value of type `Domain[Unknown] | Domain[Er@PolynomialRing] | Domain[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Unknown] | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `(Er@PolynomialRing & PolyElement[Unknown]) | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `(Er@PolynomialRing & PolyElement[Unknown]) | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Unknown] | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Unknown] | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`

sympy/polys/rings.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[PolyElement[Er@PolyElement], int].__getitem__(key: PolyElement[Er@PolyElement], /) -> int` cannot be called with key of type `object` on object of type `dict[PolyElement[Er@PolyElement], int]`
[error] not-iterable - Object of type `object` is not iterable
[error] invalid-argument-type - Argument to bound method `PolyElement._try_add_ground` is incorrect: Argument type `Er@PolyElement & PolyElement[Unknown] & ~PolyElement[Er@PolyElement]` does not satisfy upper bound `PolyElement[Er@PolyElement]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `PolyElement._try_rsub_ground` is incorrect: Argument type `Er@PolyElement & PolyElement[Unknown] & ~PolyElement[Er@PolyElement]` does not satisfy upper bound `PolyElement[Er@PolyElement]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `PolyElement._try_mul_ground` is incorrect: Argument type `Er@PolyElement & PolyElement[Unknown] & ~AlwaysFalsy & ~PolyElement[Er@PolyElement]` does not satisfy upper bound `PolyElement[Er@PolyElement]` of type variable `Self`

sympy/solvers/solveset.py

[error] unresolved-attribute - Object of type `object` has no attribute `name`
[error] no-matching-overload - No overload of bound method `Set.subs` matches arguments

sympy/tensor/array/arrayop.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `(Unknown & Iterable[object] & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase) | (NDimArray & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase)`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `(Unknown & Iterable[Unknown] & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase) | (NDimArray & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase)`

sympy/utilities/misc.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`

tornado (https://github.com/tornadoweb/tornado)

tornado/gen.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> _asyncio.Future[Unknown]`, found `def convert_yielded(yielded: None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | concurrent.futures._base.Future[Unknown]) -> _asyncio.Future[Unknown]`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, _T@coroutine | Unknown]`, found `Generator[Any, Any, _T@coroutine] | (_T@coroutine & Generator[object, Never, object])`

tornado/routing.py

[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `Matcher`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `Matcher`, found `Unknown | str | Matcher`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str | None`, found `object`

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

src/trio/_threads.py

[error] invalid-return-type - Return type does not match returned value: expected `RetT@to_thread_run_sync`, found `object`

src/trio/_core/_run.py

[error] unresolved-attribute - Object of type `(~None & ~Top[partial[Unknown]] & ~str) | (((...) -> object) & ~str)` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `(~None & ~Top[partial[Unknown]] & ~str) | (((...) -> Unknown) & ~str)` has no attribute `__qualname__`

src/trio/_core/_tests/test_guest_mode.py

[error] invalid-return-type - Return type does not match returned value: expected `T@trivial_guest_run`, found `object`

src/trio/_core/_tests/test_run.py

[error] unresolved-attribute - Object of type `BaseException` has no attribute `message`
[error] unresolved-attribute - Attribute `message` is not defined on `BaseException` in union `Unknown | BaseException`
[error] unresolved-attribute - Object of type `BaseException` has no attribute `exceptions`
[error] unresolved-attribute - Attribute `exceptions` is not defined on `BaseException` in union `Unknown | BaseException`

src/trio/_util.py

[error] invalid-return-type - Return type does not match returned value: expected `Coroutine[object, Never, RetT@coroutine_or_error]`, found `Awaitable[RetT@coroutine_or_error] & Coroutine[object, Never, object]`

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

twine/repository.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

src/urllib3/fields.py

[error] invalid-assignment - Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`

src/urllib3/filepost.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`

src/urllib3/_collections.py

[error] not-iterable - Object of type `object` is not iterable
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `str | tuple[str, str] | Unknown`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`

src/urllib3/response.py

[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(bytes & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`

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

test/test_models.py

[error] unresolved-attribute - Object of type `object` has no attribute `requires_grad_`

torchvision/transforms/transforms.py

[error] call-non-callable - Object of type `object` is not callable

torchvision/transforms/v2/_utils.py

[error] invalid-argument-type - Argument to function `_check_fill_arg` is incorrect: Expected `float | Sequence[float] | None | dict[type | str, float | Sequence[float] | None]`, found `object`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Sequence[float]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `list[float] | None` on object of type `dict[type | str, float | Sequence[float] | None]`
[error] invalid-argument-type - Argument to function `_convert_fill_arg` is incorrect: Expected `float | Sequence[float] | None`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `dict[type | str, list[float] | None]`, found `(Sequence[float] & Top[dict[Unknown, Unknown]]) | dict[type | str, float | Sequence[float] | None]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[type | str, list[float] | None]`, found `(Sequence[float] & dict[Unknown, Unknown]) | dict[type | str, float | Sequence[float] | None]`

websockets (https://github.com/aaugustin/websockets)

src/websockets/asyncio/router.py

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

src/websockets/trio/router.py

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

src/websockets/asyncio/connection.py

[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_continuation` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`

src/websockets/legacy/protocol.py

[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `str | bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `str | bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`

src/websockets/sync/connection.py

[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`

src/websockets/trio/connection.py

[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_continuation` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | Top[memoryview[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_text` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | (Iterable[str | bytes | bytearray | memoryview[int]] & Top[memoryview[Unknown]]) | memoryview[int]`
[error] invalid-argument-type - Argument to bound method `Protocol.send_binary` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `bytes | bytearray | memoryview[str | bytes | bytearray | memoryview[int]] | memoryview[int]`

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

src/werkzeug/http.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

src/werkzeug/sansio/response.py

[error] unresolved-attribute - Object of type `object` has no attribute `to_header`
[error] unresolved-attribute - Object of type `object` has no attribute `to_header`

src/werkzeug/_internal.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `(Any & Top[dict[Unknown, Unknown]]) | dict[str, Any] | (Request & Top[dict[Unknown, Unknown]])`

src/werkzeug/datastructures/file_storage.py

[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] no-matching-overload - No overload of function `open` matches arguments

src/werkzeug/datastructures/headers.py

[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `str | tuple[str, Any]`
[error] invalid-argument-type - Argument to bound method `Headers.getlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.getlist` is incorrect: Expected `str`, found `str | tuple[str, Any]`
[error] invalid-argument-type - Argument to bound method `MultiDict.getlist` is incorrect: Expected `Never`, found `object`
[error] invalid-argument-type - Argument to bound method `MultiDict.getlist` is incorrect: Expected `str`, found `str | tuple[str, Any]`
[error] invalid-argument-type - Argument to bound method `MultiDict.getlist` is incorrect: Expected `tuple[str, Any]`, found `str | tuple[str, Any]`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `str | tuple[str, Any]`
[error] invalid-argument-type - Argument to bound method `Headers.set` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.set` is incorrect: Expected `str`, found `str | tuple[str, Any]`

src/werkzeug/datastructures/structures.py

[error] invalid-yield - Yield type `tuple[object, object]` does not match annotated yield type `tuple[K@iter_multi_items, V@iter_multi_items]`
[error] invalid-yield - Yield type `tuple[object, object]` does not match annotated yield type `tuple[K@iter_multi_items, V@iter_multi_items]`
[error] invalid-yield - Yield type `tuple[K@iter_multi_items | tuple[K@iter_multi_items, V@iter_multi_items], Unknown | V@iter_multi_items]` does not match annotated yield type `tuple[K@iter_multi_items, V@iter_multi_items]`
[error] invalid-yield - Yield type `tuple[object, ~Top[list[Unknown]] & ~tuple[object, ...] & ~Top[set[Unknown]]]` does not match annotated yield type `tuple[K@iter_multi_items, V@iter_multi_items]`
[error] invalid-yield - Yield type `tuple[K@iter_multi_items | tuple[K@iter_multi_items, V@iter_multi_items], (V@iter_multi_items & ~Top[list[Unknown]] & ~tuple[object, ...] & ~Top[set[Unknown]]) | (Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~Top[set[Unknown]])]` does not match annotated yield type `tuple[K@iter_multi_items, V@iter_multi_items]`

src/werkzeug/middleware/shared_data.py

[error] invalid-assignment - Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | tuple[str, str]] | Iterable[tuple[str, str | tuple[str, str]]]`
[error] invalid-assignment - Object of type `ItemsView[str, str | tuple[str, str]] | ItemsView[tuple[str, str | tuple[str, str]], Unknown]` is not assignable to `Mapping[str, str | tuple[str, str]] | Iterable[tuple[str, str | tuple[str, str]]]`

src/werkzeug/test.py

[error] invalid-yield - Yield type `tuple[object, object]` does not match annotated yield type `tuple[str, Any]`
[error] invalid-assignment - Invalid assignment to data descriptor attribute `args` on type `Self@__init__`: Expected `MultiDict[str, str]`, found `(Mapping[str, str] & Top[MultiDict[Unknown, Unknown]]) | MultiDict[str, Unknown]`
[error] invalid-argument-type - Argument to `Authorization.__init__` is incorrect: Expected `dict[str, str | None] | None`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `FileMultiDict.add_file` is incorrect: Expected `str | None`, found `bytes | str`
[error] invalid-argument-type - Argument to bound method `FileMultiDict.add_file` is incorrect: Expected `str | None`, found `bytes | str`
[error] invalid-argument-type - Argument to bound method `FileMultiDict.add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `bytes | IO[bytes]`

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

xarray/backends/api.py

[error] invalid-argument-type - Argument to function `_remove_path` is incorrect: Expected `NestedSequence[_FLike@_remove_path]`, found `(_FLike@_remove_path & Top[list[Unknown]]) | (NestedSequence[_FLike@_remove_path] & Top[list[Unknown]])`

xarray/backends/common.py

[error] no-matching-overload - No overload of function `fspath` matches arguments
[error] invalid-argument-type - Argument to function `_normalize_path_list` is incorrect: Expected `NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]]`, found `(ReadBuffer[Unknown] & Top[list[Unknown]] & ~Top[PathLike[Unknown]]) | (NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]] & Top[list[Unknown]] & ~Top[PathLike[Unknown]])`
[error] invalid-return-type - Return type does not match returned value: expected `NestedSequence[str | ReadBuffer[Unknown]]`, found `list[str | PathLike[Unknown] | ReadBuffer[Unknown] | NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]]]`
[error] invalid-return-type - Return type does not match returned value: expected `NestedSequence[str | ReadBuffer[Unknown]]`, found `list[str | PathLike[Unknown] | NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]] | ReadBuffer[Unknown]]`

xarray/backends/h5netcdf_.py

[error] no-matching-overload - No overload of function `splitext` matches arguments

xarray/backends/scipy_.py

[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (ReadBuffer[Unknown] & Top[PathLike[Unknown]]) | (AbstractDataStore & Top[PathLike[Unknown]])`

xarray/conventions.py

[error] invalid-return-type - Return type does not match returned value: expected `T@_item_or_default | U@_item_or_default`, found `object`

xarray/core/common.py

[error] call-non-callable - Object of type `object` is not callable
[error] invalid-assignment - Object of type `(type[Any] & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | (tuple[Any, SupportsIndex | Sequence[SupportsIndex]] & Top[Mapping[Unknown, object]]) | ... omitted 5 union elements` is not assignable to `Mapping[Any, dtype[Any] | None | type[Any] | ... omitted 6 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Self@pipe` on object of type `P@pipe.kwargs`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str` and value of type `Self@pipe` on object of type `P@pipe.kwargs`

xarray/core/dataarray.py

[error] invalid-assignment - 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[Unknown, Variable]` is not assignable to attribute `_coords` of type `dict[Any, Variable]`
[error] invalid-assignment - Object of type `dict[Hashable, object]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-assignment - Object of type `dict[Hashable, (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & int) | (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & float*) | str]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-assignment - Object of type `dict[Hashable, str | (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & int) | (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & float*)]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`

xarray/core/dataset.py

[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | str | int | tuple[int, ...] | None] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, Any]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `object` and `int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `object`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `object` and `Literal[0]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int` and `object`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `SupportsIndex`, found `object`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `Hashable | (Unknown & Iterable[object] & ~Top[dict[Unknown, Unknown]]) | Mapping[Hashable, Unknown] | list[Hashable]`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `Hashable | (Unknown & Iterable[Unknown] & ~Top[dict[Unknown, Unknown]]) | Mapping[Hashable, Unknown] | list[Hashable]`

xarray/core/datatree.py

[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Self@pipe` on object of type `dict[str, Any]`
[error] call-non-callable - Object of type `object` is not callable
[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | str | int | tuple[int, ...] | None] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`

xarray/core/groupby.py

[error] invalid-argument-type - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Grouper] | None`, found `(Sequence[Hashable] & Top[Mapping[Unknown, object]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Top[Index[Unknown]] & ~Grouper) | (DataArray & Top[Mapping[Unknown, object]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Top[Index[Unknown]] & ~Grouper) | (IndexVariable & Top[Mapping[Unknown, object]] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Top[Index[Unknown]] & ~Grouper) | (Mapping[Any, Grouper] & ~ndarray[tuple[int, ...], dtype[generic[object]]] & ~Top[Index[Unknown]] & ~Grouper)`

xarray/core/indexes.py

[error] unresolved-attribute - Object of type `Index[Any] & Top[CategoricalIndex[Unknown]]` has no attribute `remove_unused_categories`
[error] unresolved-attribute - Object of type `CategoricalIndex[Any]` has no attribute `remove_unused_categories`
[error] unresolved-attribute - Object of type `T_PDIndex@remove_unused_levels_categories & Top[CategoricalIndex[Unknown]] & ~MultiIndex` has no attribute `remove_unused_categories`
[error] unresolved-attribute - Object of type `T_PDIndex@remove_unused_levels_categories & CategoricalIndex[Any] & ~MultiIndex` has no attribute `remove_unused_categories`

xarray/core/indexing.py

[error] invalid-assignment - Object of type `Any | ndarray[tuple[Any, ...], dtype[generic[object]]]` is not assignable to `int | integer[Any] | slice[Any, Any, Any] | ndarray[Any, dtype[integer[Any]]]`

xarray/core/utils.py

[error] invalid-argument-type - Argument to function `flat_items` is incorrect: Expected `Mapping[str, dict[str, Divergent] | Unknown]`, found `dict[str, Divergent] | (T@flat_items & Top[dict[Unknown, Unknown]])`
[error] invalid-assignment - Invalid subscript assignment with key of type `K@decode_numpy_dict_values` and value of type `object` on object of type `dict[K@decode_numpy_dict_values, V@decode_numpy_dict_values]`

xarray/core/variable.py

[error] invalid-argument-type - Argument to `OuterIndexer.__init__` is incorrect: Expected `tuple[int | integer[Any] | slice[Any, Any, Any] | ndarray[Any, dtype[generic[Any]]], ...]`, found `tuple[(Unknown & int) | (Unknown & Top[integer[Unknown]]) | (Unknown & slice[object, object, object]) | ... omitted 5 union elements, ...]`
[error] invalid-argument-type - Argument to `OuterIndexer.__init__` is incorrect: Expected `tuple[int | integer[Any] | slice[Any, Any, Any] | ndarray[Any, dtype[generic[Any]]], ...]`, found `tuple[(Unknown & int) | (Unknown & integer[Unknown]) | (Unknown & slice[Unknown, Unknown, Unknown]) | ... omitted 5 union elements, ...]`

xarray/namedarray/core.py

[error] invalid-assignment - Object of type `ndarray[Any, dtype[generic[object]]]` is not assignable to `ndarray[Any, _DType_co@NamedArray]`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float*) | str | tuple[int, ...] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `str | tuple[int, ...] | (Mapping[Any, str | int | tuple[int, ...] | None] & float*) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float*) | str | tuple[int, ...] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `str | tuple[int, ...] | (Mapping[Any, str | int | tuple[int, ...] | None] & float*) | ... omitted 4 union elements`

xarray/structure/combine.py

[error] invalid-argument-type - Argument to function `_infer_tile_ids_from_nested_list` is incorrect: Expected `NestedSequence[Unknown]`, found `object`
[error] invalid-argument-type - Argument to function `_infer_tile_ids_from_nested_list` is incorrect: Expected `NestedSequence[T@_infer_tile_ids_from_nested_list]`, found `T@_infer_tile_ids_from_nested_list | NestedSequence[T@_infer_tile_ids_from_nested_list]`

xarray/tests/test_namedarray.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, _DType_co@CustomArrayIndexable], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `_arrayapi[Any, _DType_co@CustomArrayIndexable]` on object of type `_arrayfunction[Any, _DType_co@CustomArrayIndexable]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, _DType_co@CustomArrayIndexable], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `_arrayapi[Any, Any]` on object of type `_arrayfunction[Any, _DType_co@CustomArrayIndexable]`

xarray-dataclasses (https://github.com/astropenguin/xarray-dataclasses)

xarray_dataclasses/dataarray.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> int, (index: slice[int | None, int | None, int | None], /) -> Sequence[int]]` cannot be called with key of type `str` on object of type `Sequence[int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`

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

yarl/_query.py

[error] invalid-argument-type - Argument to function `query_var` is incorrect: Expected `str | SupportsInt`, found `object`
[error] invalid-argument-type - Argument to function `query_var` is incorrect: Expected `str | SupportsInt`, found `(Sequence[str | SupportsInt] & ~Top[list[Unknown]] & ~tuple[object, ...]) | SupportsInt | Unknown`

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

scripts/lib/supervisor.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

zerver/actions/message_send.py

[error] invalid-argument-type - Argument to function `get_validated_user_ids` is incorrect: Expected `Collection[int]`, found `(Any & Top[list[Unknown]] & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `get_validated_user_ids` is incorrect: Expected `Collection[int]`, found `(Any & list[Unknown] & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`

zerver/decorator.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["google_analytics_id"]` and value of type `Any & ~None` on object of type `Top[dict[Unknown, Unknown]]`

zerver/lib/event_schema.py

[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["services"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

zerver/lib/export.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-assignment - Cannot assign to a subscript on an object of type `object`

zerver/lib/push_notifications.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["android_devices"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["apple_devices"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["android_devices"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["apple_devices"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] unresolved-attribute - Object of type `object` has no attribute `lower`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["can_push"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `do_set_push_notifications_enabled_end_timestamp` is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["expected_end_timestamp"]` on object of type `Top[dict[Unknown, Unknown]]`

zerver/lib/remote_server.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method

zerver/lib/rest.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[(...) -> HttpResponse, set[str]] | HttpResponse`, found `tuple[Top[(...) -> object], Top[set[Unknown]]]`

zerver/lib/validator.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["widget_type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["extra_data"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["unknown zform type: "]` and `~Literal["choices"]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["unknown widget type: "]` and `~Literal["zform"]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]`

zerver/openapi/openapi.py

[error] invalid-argument-type - Argument to function `naively_merge` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `naively_merge` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `naively_merge_allOf_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `naively_merge_allOf_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`

zerver/tests/test_zilencer_analytics.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[str, str | int | bytes | None]`