Ecosystem report

Old: main (merge base) d4a01501 New: 22736/merge 780783dd
Lint Rule Removed Added Changed
Total 37 458 77
invalid-argument-type 1 304 36
not-subscriptable 0 72 0
invalid-assignment 0 29 10
possibly-missing-attribute 0 17 12
unused-ignore-comment 29 0 0
invalid-return-type 1 5 9
unsupported-operator 3 3 9
unresolved-attribute 0 10 0
call-non-callable 0 9 0
no-matching-overload 0 5 0
not-iterable 0 4 0
index-out-of-bounds 2 0 0
type-assertion-failure 1 0 1
Project Removed Added Changed
Total 37 458 77
cwltool 0 97 1
schema_salad 0 52 0
sympy 2 17 10
altair 0 28 0
PyGithub 0 26 0
pandas 2 19 1
xarray 2 16 0
core 1 12 4
kopf 1 16 0
meson 0 9 8
scipy 0 10 7
scikit-learn 0 15 0
prefect 0 13 1
aiohttp 0 13 0
pwndbg 0 10 1
static-frame 7 2 2
Tanjun 0 10 0
dd-trace-py 2 7 1
manticore 0 10 0
jax 2 1 6

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

github/AdvisoryCredit.py

[error] invalid-argument-type - :97:31 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :97:84 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :98:31 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :98:53 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :109:31 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :109:84 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :110:21 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`
[error] invalid-return-type - :113:20 - Return type does not match returned value: expected `SimpleCredit`, found `dict[Unknown | str, object]`
[error] invalid-argument-type - :115:25 - Invalid argument to key "type" with declared type `str` on TypedDict `SimpleCredit`: value of type `object`
[error] invalid-argument-type - :115:25 - 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 `AdvisoryCredit & Top[dict[Unknown, Unknown]]`

github/AdvisoryVulnerability.py

[error] invalid-argument-type - :129:59 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - :129:59 - Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage`
[error] invalid-argument-type - :136:31 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :138:31 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :141:51 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :142:20 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :146:31 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :158:73 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-assignment - :158:73 - Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage`
[error] invalid-return-type - :159:20 - Return type does not match returned value: expected `SimpleAdvisoryVulnerability`, found `dict[Unknown | str, object]`
[error] invalid-argument-type - :164:37 - Invalid argument to key "patched_versions" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - :164:37 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :165:41 - Invalid argument to key "vulnerable_functions" with declared type `list[str] | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - :165:41 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :166:45 - Invalid argument to key "vulnerable_version_range" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object`
[error] invalid-argument-type - :166:45 - 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 `AdvisoryVulnerability & Top[dict[Unknown, Unknown]]`

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

tanjun/annotations.py

[error] invalid-argument-type - :2520:30 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@add_to_slash_cmds`

tanjun/commands/slash.py

[error] invalid-assignment - :1435:22 - Object of type `<special-form 'typing.Self'>` is not assignable to `CommandInteractionOption | None`
[warning] possibly-missing-attribute - :1441:42 - Attribute `name` may be missing on object of type `CommandInteractionOption | None`
[error] invalid-assignment - :1458:22 - Object of type `<special-form 'typing.Self'>` is not assignable to `AutocompleteInteractionOption | None`
[warning] possibly-missing-attribute - :1464:38 - Attribute `name` may be missing on object of type `AutocompleteInteractionOption | None`
[warning] possibly-missing-attribute - :1466:45 - Attribute `name` may be missing on object of type `AutocompleteInteractionOption | None`
[error] invalid-argument-type - :1811:64 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :1811:80 - Argument is incorrect: Expected `str | int | float`, found `object`
[error] invalid-argument-type - :2094:64 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :2094:80 - Argument is incorrect: Expected `str | int | float`, found `object`

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

aiohttp/cookiejar.py

[error] invalid-argument-type - :241:27 - 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] & ~AlwaysFalsy`
[error] invalid-argument-type - :251:27 - 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] & ~AlwaysFalsy`
[error] invalid-argument-type - :253:26 - 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] & ~AlwaysFalsy`
[error] invalid-argument-type - :256:55 - Argument to function `_is_domain_match` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - :261:28 - 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] & ~AlwaysFalsy`
[warning] possibly-missing-attribute - :270:20 - Attribute `rstrip` may be missing on object of type `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | str`
[error] invalid-argument-type - :274:41 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - :276:61 - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - :281:52 - Argument to bound method `_parse_date` is incorrect: Expected `str`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - :282:54 - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - :287:16 - 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 - :291:17 - 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-argument-type - :290:17 - 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]`

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

aioredis/connection.py

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

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

altair/jupyter/jupyter_chart.py

[error] invalid-argument-type - :253:35 - 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 `UndefinedType & Top[dict[Unknown, Unknown]]`

altair/utils/data.py

[error] invalid-argument-type - :153:22 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface`
[error] invalid-argument-type - :153:22 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface`
[error] invalid-argument-type - :153:22 - 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 `NativeDataFrame & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface`
[error] invalid-argument-type - :160:13 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] invalid-argument-type - :192:22 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~DataFrame`
[error] invalid-argument-type - :192:22 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~DataFrame`
[error] invalid-argument-type - :192:22 - 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 `NativeDataFrame & Top[dict[Unknown, Unknown]] & ~DataFrame`
[error] invalid-argument-type - :192:22 - 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 `SupportsGeoInterface & Top[dict[Unknown, Unknown]] & ~DataFrame`
[error] invalid-argument-type - :197:36 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] invalid-argument-type - :198:36 - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown] | AbstractSet[Unknown]`, found `object`
[error] not-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `NativeDataFrame & ~DataFrame & ~Top[dict[Unknown, Unknown]]` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]` with no `__getitem__` method
[error] invalid-argument-type - :377:27 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`
[error] invalid-argument-type - :377:27 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`
[error] invalid-argument-type - :377:27 - 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 `NativeDataFrame & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`
[error] invalid-argument-type - :409:39 - Argument to bound method `from_dict` is incorrect: Expected `dict[Any, Any]`, found `object`
[error] invalid-argument-type - :409:39 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`
[error] invalid-argument-type - :409:39 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`
[error] invalid-argument-type - :409:39 - 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 `NativeDataFrame & Top[dict[Unknown, Unknown]] & ~SupportsGeoInterface & ~DataFrame`

altair/vegalite/v6/api.py

[error] invalid-argument-type - :258:18 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~InlineData`
[error] invalid-argument-type - :258:18 - 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 `DataFrameLike & Top[dict[Unknown, Unknown]] & ~InlineData`
[error] invalid-argument-type - :258:18 - 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 `NativeDataFrame & Top[dict[Unknown, Unknown]] & ~InlineData`
[error] invalid-argument-type - :258:18 - 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 `SupportsGeoInterface & Top[dict[Unknown, Unknown]] & ~InlineData`
[error] invalid-argument-type - :258:18 - 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 `UndefinedType & Top[dict[Unknown, Unknown]] & ~InlineData`
[error] invalid-argument-type - :262:30 - Argument to function `_dataset_name` is incorrect: Expected `dict[str, Any] | list[Unknown] | InlineDataset`, found `~UndefinedType`

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

apprise/config/http.py

[error] unresolved-attribute - :273:9 - Object of type `object` has no attribute `update`

apprise/plugins/base.py

[error] invalid-argument-type - :560:41 - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `AttachBase`

apprise/plugins/email/base.py

[error] invalid-assignment - :526 -
Old: Cannot assign to a subscript on an object of type `tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]`
New: Cannot assign to a subscript on an object of type `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`

apprise/plugins/mailgun.py

[error] invalid-argument-type - :432 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | list[Unknown | str] | tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]`
New: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | list[Unknown | str] | tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`

apprise/plugins/resend.py

[error] invalid-argument-type - :374 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | tuple[(@Todo & ~None) | Literal[False], @Todo]`
New: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | tuple[(Unknown & ~None) | Literal[False], Unknown]`

apprise/plugins/vapid/__init__.py

[error] invalid-argument-type - :406:17 - Argument to bound method `encrypt_webpush` is incorrect: Expected `EllipticCurvePublicKey`, found `Unknown | EllipticCurvePublicKey | None`
[error] invalid-argument-type - :407:17 - Argument to bound method `encrypt_webpush` is incorrect: Expected `bytes`, found `Unknown | bytes | None`

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

beartype/_check/code/codescope.py

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

beartype/_util/kind/sequence/utilseqmake.py

[error] invalid-assignment - :44:17 - Object of type `Sequence[Unknown]` is not assignable to `list[Unknown]`

beartype/_util/text/utiltextjoin.py

[error] no-matching-overload - :130:20 - No overload of bound method `join` matches arguments
[warning] unused-ignore-comment - :123:25 - Unused blanket `type: ignore` directive

beartype/bite/collection/infercollectionitems.py

[warning] unused-ignore-comment - :321:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :504:43 - Unused blanket `type: ignore` directive

bidict (https://github.com/jab/bidict)

bidict/_iter.py

[error] invalid-argument-type - :28:25 - Method `__getitem__` of type `bound method Maplike[KT@iteritems, VT@iteritems].__getitem__(__key: KT@iteritems, /) -> VT@iteritems` cannot be called with key of type `object` on object of type `Maplike[KT@iteritems, VT@iteritems] & ~Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :28:25 - Method `__getitem__` of type `bound method Top[Maplike[Unknown, object]].__getitem__(__key: Never, /) -> object` cannot be called with key of type `object` on object of type `Iterable[tuple[KT@iteritems, VT@iteritems]] & Top[Maplike[Unknown, object]] & ~Top[Mapping[Unknown, object]]`

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

src/black/ranges.py

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

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

src/bokeh/core/property/bases.py

[error] invalid-argument-type - :264:41 - 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 `T@Property & Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :264:49 - 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 `T@Property & Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]]`

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

boostedblob/boost.py

[error] not-subscriptable - :366:35 - Cannot subscript object of type `Collection[Awaitable[T@OrderedMappingBoostable]] & ~AlwaysFalsy` with no `__getitem__` method

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

cloudinit/cmd/main.py

[error] not-subscriptable - :109:25 - Cannot subscript object of type `Iterable[Any]` with no `__getitem__` method
[error] not-subscriptable - :109:25 - Cannot subscript object of type `Iterable[Any]` with no `__getitem__` method
[error] not-subscriptable - :109:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :109:25 - Cannot subscript object of type `None` with no `__getitem__` method

cloudinit/config/cc_growpart.py

[error] invalid-return-type - :214 -
Old: Return type does not match returned value: expected `Resizer`, found `None | (ResizeGrowPart & ~AlwaysFalsy) | (ResizeGrowFS & ~AlwaysFalsy) | (ResizeGpart & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy)`
New: Return type does not match returned value: expected `Resizer`, found `None | (ResizeGrowPart & ~AlwaysFalsy) | (ResizeGrowFS & ~AlwaysFalsy) | (ResizeGpart & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

tests/unittests/test_ds_identify.py

[error] invalid-assignment - :1012:9 - Cannot assign to a subscript on an object of type `str`

tests/unittests/test_net.py

[error] invalid-argument-type - :1474 -
Old: Argument to bound method `write` is incorrect: Expected `str`, found `@Todo | bool | str | None`
New: Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bool | str | None`
[error] invalid-argument-type - :1481 -
Old: Argument to function `symlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `@Todo | bool | str | None`
New: Argument to function `symlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | bool | str | None`

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

colour/continuous/multi_signals.py

[error] invalid-argument-type - :808:26 - Method `__getitem__` of type `bound method Signal.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 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 - :810:16 - 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 - :940:26 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`

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

homeassistant/helpers/redact.py

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

homeassistant/components/api/__init__.py

[error] invalid-argument-type - :353:44 - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/components/conversation/chat_log.py

[warning] possibly-missing-attribute - :367:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :368:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/energy/sensor.py

[warning] unused-ignore-comment - :180:64 - Unused blanket `type: ignore` directive

homeassistant/components/forked_daapd/media_player.py

[error] invalid-argument-type - :733:42 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | int | list[Unknown]`
[error] invalid-argument-type - :733:42 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown] & ~AlwaysFalsy`
[error] invalid-argument-type - :767:27 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["uri"]` on object of type `str`
[error] invalid-argument-type - :767:51 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown] & ~AlwaysFalsy`
[error] not-iterable - :767:51 - Object of type `Unknown | str | int | list[Unknown]` may not be iterable

homeassistant/components/group/sensor.py

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

homeassistant/components/hue/v1/sensor_base.py

[warning] possibly-missing-attribute - :134 -
Old: Attribute `format` may be missing on object of type `@Todo | str | <class 'HueEvent'>`
New: Attribute `format` may be missing on object of type `Unknown | str | <class 'HueEvent'>`

homeassistant/components/imap/__init__.py

[error] invalid-return-type - :264 -
Old: Return type does not match returned value: expected `Message[str, str]`, found `Message[str, str] | @Todo | str`
New: Return type does not match returned value: expected `Message[str, str]`, found `object`

homeassistant/components/mqtt/cover.py

[error] invalid-assignment - :441:23 - Object of type `dict[str, Any] | list[Any] | str | ... omitted 3 union elements` is not assignable to `ReceivePayloadType`

homeassistant/components/todoist/calendar.py

[error] invalid-argument-type - :520:55 - Argument is incorrect: Expected `date`, found `datetime | None`

homeassistant/components/ukraine_alarm/config_flow.py

[error] invalid-argument-type - :103 -
Old: Argument to function `_find` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`
New: Argument to function `_find` is incorrect: Expected `list[dict[str, Any]]`, found `Any | list[dict[str, Any]] | None`
[error] invalid-argument-type - :120 -
Old: Argument to function `_make_regions_object` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`
New: Argument to function `_make_regions_object` is incorrect: Expected `list[dict[str, Any]]`, found `Any | list[dict[str, Any]] | None`

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

tests/test_examples.py

[error] not-subscriptable - :327:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :327:12 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :327:12 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :327:12 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :327:12 - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[0]` on object of type `MutableMapping[str, Divergent]`
[error] not-subscriptable - :328:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :328:12 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :328:12 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :328:12 - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[1]` on object of type `MutableMapping[str, Divergent]`
[error] not-subscriptable - :329:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :329:12 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :329:12 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :329:12 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :329:12 - Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[2]` on object of type `MutableMapping[str, Divergent]`
[error] not-subscriptable - :342:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :342:12 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :342:12 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :342:12 - Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :342:12 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :1674:28 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`
[error] not-iterable - :1674:63 - Object of type `None | int | str | ... omitted 3 union elements` may not be iterable

cwltool/builder.py

[error] invalid-argument-type - :274:21 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :274:21 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`

cwltool/checker.py

[error] invalid-argument-type - :112:12 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :112:12 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :112:39 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :112:39 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :114:54 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :114:54 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :115:54 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :115:54 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :118:12 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :118:12 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :118:40 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :118:40 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :120:12 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :120:12 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :120:38 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :120:38 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :130:39 - Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - :130:39 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :130:39 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :130:52 - Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - :130:52 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :130:52 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

cwltool/command_line_tool.py

[error] invalid-argument-type - :549:34 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["class"]` on object of type `Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :627:77 - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `float & Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :627:77 - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `int & Top[Mapping[Unknown, object]]`
[error] invalid-assignment - :1434:38 - Object of type `object` is not assignable to `None | int | str | ... omitted 3 union elements`
[error] invalid-argument-type - :1534:17 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1534:17 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1537:52 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1537:52 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

cwltool/cwlprov/ro.py

[error] invalid-argument-type - :648:46 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :648:46 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :661:66 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :661:66 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :662:55 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :662:55 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `int & Top[MutableMapping[Unknown, Unknown]]`

cwltool/load_tool.py

[error] invalid-argument-type - :332:27 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :332:27 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

cwltool/main.py

[error] invalid-argument-type - :196:59 - Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :203:59 - Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :1333:50 - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, Divergent]`
[error] invalid-argument-type - :1337:58 - Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :301 -
Old: Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (@Todo & Top[Mapping[Unknown, object]]) | ... omitted 4 union elements]`
New: Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (int & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements]`

cwltool/pack.py

[error] invalid-argument-type - :30:38 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :30:38 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :31:16 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :31:16 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :32:26 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :32:26 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :33:40 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :33:40 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :47:38 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :47:38 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :47:38 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :47:38 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :48:35 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :48:35 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :48:35 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :48:35 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :91:31 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :91:31 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :91:31 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :91:31 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :92:39 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :92:39 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :92:39 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :92:39 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :103:26 - Argument to function `import_embed` is incorrect: Expected `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]] | MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | ... omitted 5 union elements`, found `object`
[error] invalid-assignment - :138:9 - 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 - :138:29 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :138:29 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

cwltool/process.py

[error] invalid-argument-type - :1059:58 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1059:58 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1061:37 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1061:37 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

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

ddtrace/_trace/processor/__init__.py

[error] unsupported-operator - :170:43 - Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`

ddtrace/contrib/internal/botocore/patch.py

[error] call-non-callable - :222:12 - Object of type `None` is not callable
[error] call-non-callable - :222:12 - Object of type `list[Unknown | str]` is not callable

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

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

ddtrace/contrib/internal/unittest/patch.py

[error] invalid-argument-type - :475:27 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `str`
[error] invalid-argument-type - :475:40 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - :475:53 - Argument to bound method `set_exc_info` is incorrect: Expected `TracebackType | None`, found `str`

ddtrace/debugging/_exception/replay.py

[warning] unused-ignore-comment - :146:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:53 - Unused blanket `type: ignore` directive

ddtrace/vendor/ply/yacc.py

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

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

discord/poll.py

[warning] unused-ignore-comment - :406:94 - Unused blanket `type: ignore` directive

discord/abc.py

[error] invalid-argument-type - :1808:24 - Method `__getitem__` of type `Overload[(key: Literal["items"], /) -> list[MessagePin], (key: Literal["has_more"], /) -> bool]` cannot be called with key of type `Literal[-1]` on object of type `ChannelPins & ~AlwaysTruthy & ~AlwaysFalsy`

discord/channel.py

[error] unresolved-attribute - :632:31 - Object of type `object` has no attribute `id`
[error] unresolved-attribute - :1276:31 - Object of type `object` has no attribute `id`

discord/threads.py

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

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

dulwich/ignore.py

[error] unsupported-operator - :150:17 - Operator `+=` is not supported between objects of type `Literal[b""]` and `str`
[error] unsupported-operator - :153:17 - Operator `+=` is not supported between objects of type `Literal[b""]` and `str`
[error] unsupported-operator - :173:13 - Operator `+=` is not supported between objects of type `Literal[b""]` and `str`

dulwich/contrib/swift.py

[error] not-subscriptable - :842:56 - Cannot subscript object of type `~None` with no `__getitem__` method

dulwich/object_store.py

[error] not-subscriptable - :2923:29 - Cannot subscript object of type `(() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy` with no `__getitem__` method

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

freqtrade/freqai/data_drawer.py

[error] invalid-assignment - :383 -
Old: Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]]` and value of type `@Todo` on object of type `_iLocIndexerFrame[DataFrame]`
New: Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`

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

tests/pyutils/test_ref_map.py

[warning] unused-ignore-comment - :35:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :52:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :72:23 - Unused blanket `type: ignore` directive

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

hydpy/models/sw1d_network.py

[error] type-assertion-failure - :1167:37 - Type `@Todo & ~None & ~RoutingModel_V2 & ~RoutingModel_V1 & ~RoutingModel_V3` is not equivalent to `Never`

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

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-argument-type - :2879 -
Old: Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`
New: Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | Unknown, ...]`

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

ibis/backends/mysql/datatypes.py

[error] invalid-argument-type - :72:23 - Argument to function `issubclass` is incorrect: Expected `type`, found `Unknown | <class 'Decimal'> | <class 'Int8'> | ... omitted 14 union elements`

ibis/backends/polars/__init__.py

[error] not-subscriptable - :299:20 - Cannot subscript object of type `Iterable[str | Path] & ~str & ~Path` with no `__getitem__` method
[error] invalid-argument-type - :301 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(Iterable[str | Path] & ~str & ~Path) | (@Todo & ~str & ~Path)`
New: Argument to function `len` is incorrect: Expected `Sized`, found `(Iterable[str | Path] & ~str & ~Path) | (Unknown & ~str & ~Path)`
[error] invalid-argument-type - :311 -
Old: Argument to function `normalize_filename` is incorrect: Expected `str | Path`, found `Iterable[str | Path] | Path | @Todo`
New: Argument to function `normalize_filename` is incorrect: Expected `str | Path`, found `Iterable[str | Path] | Path | Unknown`

ibis/expr/types/relations.py

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

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

tests/ignite/distributed/utils/__init__.py

[warning] possibly-missing-attribute - :484:24 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] not-subscriptable - :484:24 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :484:24 - Cannot subscript object of type `int` with no `__getitem__` method

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

jax/_src/interpreters/mlir.py

[warning] unused-ignore-comment - :2747:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2779:64 - Unused blanket `type: ignore` directive

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - :424:39 - Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | Element | Squeezed | ... omitted 3 union elements] | None`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

jax/_src/pallas/triton/lowering.py

[error] invalid-return-type - :2061 -
Old: Return type does not match returned value: expected `bool`, found `bool | (Sequence[int] & ~AlwaysTruthy) | (@Todo & ~AlwaysTruthy)`
New: Return type does not match returned value: expected `bool`, found `bool | (Sequence[int] & ~AlwaysTruthy)`
[error] invalid-argument-type - :2138 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | Unknown`
[error] invalid-argument-type - :2140 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | Unknown`
[error] invalid-argument-type - :2142 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | Unknown`
[error] invalid-argument-type - :2258 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | Unknown`
[error] invalid-argument-type - :2260 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | Unknown`

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

src/jinja2/compiler.py

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

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

kopf/_cogs/structs/dicts.py

[error] invalid-argument-type - :65:30 - 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 `KubernetesModel & Top[Mapping[Unknown, object]]`

kopf/_cogs/structs/patches.py

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

kopf/_kits/hierarchies.py

[error] invalid-argument-type - :178:59 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :178:59 - 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 `KubernetesModel & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :178:59 - 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 `_dummy & Top[MutableMapping[Unknown, Unknown]]`
[error] unsupported-operator - :182:28 - Operator `in` is not supported between objects of type `Literal["generateName"]` and `object`
[error] invalid-argument-type - :182:46 - 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 `KubernetesModel & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :182:46 - 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 `_dummy & Top[MutableMapping[Unknown, Unknown]]`
[error] not-subscriptable - :183:33 - Cannot delete subscript on object of type `object` with no `__delitem__` method
[error] invalid-argument-type - :183:33 - 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 `KubernetesModel & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :183:33 - 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 `_dummy & Top[MutableMapping[Unknown, Unknown]]`
[error] unsupported-operator - :186:28 - Operator `in` is not supported between objects of type `Literal["name"]` and `object`
[error] invalid-argument-type - :186:38 - 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 `KubernetesModel & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :186:38 - 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 `_dummy & Top[MutableMapping[Unknown, Unknown]]`
[error] not-subscriptable - :187:33 - Cannot delete subscript on object of type `object` with no `__delitem__` method
[error] invalid-argument-type - :187:33 - 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 `KubernetesModel & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :187:33 - 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 `_dummy & Top[MutableMapping[Unknown, Unknown]]`

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

manticore/wasm/structure.py

[error] invalid-argument-type - :1670:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`

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

mesonbuild/backend/ninjabackend.py

[error] unresolved-attribute - :1219:27 - Object of type `object` has no attribute `get_outputs`
[warning] possibly-missing-attribute - :3535:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3535:34 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :858 -
Old: Attribute `extend` may be missing on object of type `@Todo | str | list[str] | list[Unknown]`
New: Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :859 -
Old: Attribute `extend` may be missing on object of type `@Todo | str | list[str] | list[Unknown]`
New: Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :861 -
Old: Attribute `extend` may be missing on object of type `@Todo | str | list[str] | list[Unknown]`
New: Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :3472:16 - Attribute `is_aix` may be missing on object of type `Unknown | MachineInfo | None`

mesonbuild/dependencies/cuda.py

[error] no-matching-overload - :131:164 - No overload of function `realpath` matches arguments

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :1946:50 - Argument to bound method `find_program_impl` is incorrect: Expected `list[File | str]`, found `str | File`
[error] invalid-return-type - :3611:20 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `InterpreterObject`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - :469:79 - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/mconf.py

[error] invalid-argument-type - :304:36 - Method `__getitem__` of type `bound method dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]].__getitem__(key: str, /) -> dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]] & ~AlwaysFalsy`

mesonbuild/modules/pkgconfig.py

[error] invalid-assignment - :582 -
Old: Object of type `@Todo | None` is not assignable to `str | bool`
New: Object of type `str | Literal[False] | None` is not assignable to `str | bool`
[error] invalid-argument-type - :754 -
Old: Argument is incorrect: Expected `str`, found `str | None | Unknown`
New: Argument is incorrect: Expected `str`, found `str | None`

mesonbuild/modules/python.py

[error] invalid-argument-type - :536 -
Old: Argument to bound method `get` is incorrect: Expected `str`, found `@Todo | None`
New: Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :538 -
Old: Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `@Todo | None`
New: Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-assignment - :539 -
Old: Invalid subscript assignment with key of type `@Todo | None` and value of type `NonExistingExternalProgram | PythonExternalProgram` on object of type `dict[str, NonExistingExternalProgram | PythonExternalProgram]`
New: Invalid subscript assignment with key of type `Unknown | str | None` and value of type `NonExistingExternalProgram | PythonExternalProgram` on object of type `dict[str, NonExistingExternalProgram | PythonExternalProgram]`

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

mitmproxy/proxy/tunnel.py

[warning] unused-ignore-comment - :195:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :199:57 - Unused blanket `type: ignore` directive

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

mkdocs/tests/config/config_options_tests.py

[error] type-assertion-failure - :1484 -
Old: Type `int | None` does not match asserted type `@Todo | int | None`
New: Type `int | None` does not match asserted type `Unknown | int | None`

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

bson/json_util.py

[error] invalid-assignment - :1002 -
Old: Invalid subscript assignment with key of type `object` and value of type `@Todo` on object of type `dict[int, (Any, JSONOptions, /) -> Any]`
New: Invalid subscript assignment with key of type `object` and value of type `(Any, JSONOptions, /) -> Any` on object of type `dict[int, (Any, JSONOptions, /) -> Any]`

pymongo/helpers_shared.py

[error] invalid-assignment - :193 -
Old: Invalid subscript assignment with key of type `str | tuple[str, int | str | Mapping[str, Any]]` and value of type `@Todo` on object of type `dict[str, Any]`
New: Invalid subscript assignment with key of type `str | tuple[str, int | str | Mapping[str, Any]]` and value of type `Any` on object of type `dict[str, Any]`

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

mypy/checker.py

[error] invalid-argument-type - :7614 -
Old: Argument is incorrect: Expected `bool`, found `(list[PartialTypeScope] & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | bool`
New: Argument is incorrect: Expected `bool`, found `(list[PartialTypeScope] & ~AlwaysTruthy & ~AlwaysFalsy) | bool`

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

openlibrary/plugins/importapi/import_opds.py

[error] call-non-callable - :64:30 - Object of type `str` is not callable

openlibrary/plugins/importapi/import_rdf.py

[error] call-non-callable - :82:30 - Object of type `str` is not callable

openlibrary/core/lending.py

[error] not-subscriptable - :780:17 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method
[error] not-subscriptable - :781:22 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method
[error] not-subscriptable - :782:26 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method
[error] not-subscriptable - :783:18 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method
[error] not-subscriptable - :784:17 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method

openlibrary/plugins/upstream/yearly_reading_goals.py

[error] unresolved-attribute - :96:25 - Object of type `dict[Unknown, Unknown]` has no attribute `year`
[error] unresolved-attribute - :96:39 - Object of type `dict[Unknown, Unknown]` has no attribute `target`

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

paasta_tools/cli/cmds/get_image_version.py

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

paasta_tools/paastaapi/api_client.py

[warning] possibly-missing-attribute - :720:21 - Attribute `append` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]`
[error] invalid-assignment - :722:21 - Cannot assign to a subscript on an object of type `None`

paasta_tools/tron_tools.py

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

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

pandas/core/arrays/arrow/array.py

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

pandas/core/arrays/string_.py

[warning] unused-ignore-comment - :1040:39 - Unused blanket `type: ignore` directive

pandas/core/reshape/concat.py

[error] invalid-argument-type - :807:12 - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-argument-type - :813:29 - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-argument-type - :817:66 - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-assignment - :798:16 - Object of type `list[object]` is not assignable to `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - :798:17 - 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 `Iterable[Series | DataFrame] & Top[Mapping[Unknown, object]]`

pandas/core/reshape/encoding.py

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

pandas/io/_util.py

[error] invalid-argument-type - :157:35 - 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 `ExtensionDtype & Top[dict[Unknown, Unknown]]`

pandas/io/formats/excel.py

[error] invalid-argument-type - :729:31 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[object, ...], dtype[object]] & ~AlwaysFalsy`

pandas/io/formats/format.py

[error] invalid-return-type - :768:24 - Return type does not match returned value: expected `((...) -> Unknown) | None`, found `object`

pandas/io/formats/printing.py

[error] no-matching-overload - :220:22 - No overload of bound method `replace` matches arguments
[error] invalid-argument-type - :220:40 - 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 `Iterable[str] & Top[Mapping[Unknown, object]]`

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - :389:49 - 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 `ExtensionDtype & Top[defaultdict[Unknown, Unknown]]`
[error] invalid-argument-type - :392:33 - 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 `ExtensionDtype & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :271 -
Old: Argument to bound method `pop` is incorrect: Expected `int`, found `@Todo | int | integer[Any]`
New: Argument to bound method `pop` is incorrect: Expected `int`, found `Unknown | int | integer[Any]`

pandas/io/parsers/python_parser.py

[error] invalid-argument-type - :901:49 - Argument to bound method `_check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[object]`
[error] invalid-argument-type - :905:45 - Argument to bound method `_is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements]`, found `object`
[error] invalid-argument-type - :1291:54 - Argument to bound method `_remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `Top[list[Unknown]]`

pandas/tests/extension/date/array.py

[warning] possibly-missing-attribute - :104:26 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :105:27 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :106:25 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`

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

pandera/typing/common.py

[error] invalid-argument-type - :236 -
Old: Argument to function `signature` is incorrect: Expected `(...) -> Any`, found `@Todo | (tuple[Any, ...] & ~AlwaysFalsy & ~AlwaysTruthy) | None`
New: Argument to function `signature` is incorrect: Expected `(...) -> Any`, found `Any | (tuple[Any, ...] & ~AlwaysFalsy & ~AlwaysTruthy) | None`

parso (https://github.com/davidhalter/parso)

parso/python/parser.py

[warning] possibly-missing-attribute - :120 -
Old: Attribute `value` may be missing on object of type `@Todo | None`
New: Attribute `value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :121 -
Old: Attribute `value` may be missing on object of type `@Todo | None`
New: Attribute `value` may be missing on object of type `Unknown | None`

parso/python/tokenize.py

[error] invalid-argument-type - :447:29 - Argument is incorrect: Expected `tuple[int, int]`, found `Unknown | None`
[error] invalid-argument-type - :633:17 - Argument is incorrect: Expected `tuple[int, int]`, found `Unknown | None`

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

src/pip/_vendor/msgpack/fallback.py

[error] invalid-assignment - :426:13 - Not enough values to unpack: Expected 3
[error] invalid-assignment - :437:13 - Not enough values to unpack: Expected 3
[error] invalid-assignment - :445:13 - Too many values to unpack: Expected 2
[error] invalid-assignment - :453:13 - Not enough values to unpack: Expected 3
[error] invalid-assignment - :460:13 - Not enough values to unpack: Expected 3
[error] invalid-assignment - :471:13 - Not enough values to unpack: Expected 3
[error] invalid-assignment - :478:13 - Not enough values to unpack: Expected 3

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

porcupine/plugins/restart.py

[warning] possibly-missing-attribute - :64 -
Old: Attribute `from_state` may be missing on object of type `@Todo | bool`
New: Attribute `from_state` may be missing on object of type `Any | bool`

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

src/prefect/_internal/concurrency/calls.py

[error] invalid-argument-type - :215:30 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@_invoke_callbacks`

src/prefect/flow_engine.py

[error] invalid-assignment - :500:17 - Object of type `State[Any] | None` is not assignable to attribute `_return_value` of type `R@FlowRunEngine | type[NotSet]`
[error] invalid-assignment - :1086:17 - Object of type `State[Any] | None` is not assignable to attribute `_return_value` of type `R@AsyncFlowRunEngine | type[NotSet]`
[error] invalid-return-type - :359 -
Old: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `(R@FlowRunEngine & ~<class 'NotSet'> & ~Top[State[Any]] & ~Coroutine[object, Never, object]) | (type[NotSet] & ~<class 'NotSet'> & ~Coroutine[object, Never, object]) | Unknown | (PrefectFuture[Unknown] & ~Top[State[Any]] & ~Coroutine[object, Never, object])`
New: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `(R@FlowRunEngine & ~<class 'NotSet'> & ~Top[State[Any]] & ~Coroutine[object, Never, object]) | (type[NotSet] & ~<class 'NotSet'> & ~Coroutine[object, Never, object]) | Unknown | (PrefectFuture[Unknown] & ~Top[State[Any]] & ~Coroutine[object, Never, object]) | None`

src/prefect/infrastructure/provisioners/container_instance.py

[error] invalid-argument-type - :274:41 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :274:41 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - :275:43 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :275:43 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - :439:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - :459:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - :492:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - :571:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any] & ~AlwaysFalsy`

src/prefect/task_engine.py

[error] invalid-argument-type - :672:33 - Argument to function `__new__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - :1275:33 - Argument to function `__new__` is incorrect: Expected `int | float`, found `object`

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

pwndbg/aglib/disasm/x86.py

[error] unsupported-operator - :333 -
Old: Operator `+` is not supported between objects of type `int | None` and `@Todo | int`
New: Operator `*` is not supported between objects of type `int` and `int | None`

pwndbg/aglib/dt.py

[error] invalid-argument-type - :86:29 - Method `__getitem__` of type `bound method Value.__getitem__(idx: int | str) -> Value` cannot be called with key of type `None` on object of type `Value & ~AlwaysFalsy`
[error] invalid-argument-type - :93:57 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/heap/ptmalloc.py

[error] not-subscriptable - :511:30 - Cannot subscript object of type `~None` with no `__getitem__` method
[error] not-subscriptable - :550:34 - Cannot subscript object of type `~None` with no `__getitem__` method

pwndbg/aglib/heap/structs.py

[error] invalid-argument-type - :212:25 - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[CFuncPtr] & ~<Protocol with members '_length_'>` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - :212:25 - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[Structure] & ~<Protocol with members '_length_'>` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - :212:25 - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[Union] & ~<Protocol with members '_length_'>` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - :212:25 - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_Pointer[Any]] & ~<Protocol with members '_length_'>` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - :212:25 - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]] & ~<Protocol with members '_length_'>` on object of type `dict[type[c_char], Type]`

pwndbg/commands/ptmalloc2.py

[error] not-subscriptable - :1463:17 - Cannot subscript object of type `~None` with no `__getitem__` method

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

lib/Crypto/Util/asn1.py

[error] invalid-argument-type - :354:42 - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | int`
[error] invalid-argument-type - :905 -
Old: Argument to function `bord` is incorrect: Expected `bytes`, found `@Todo | Literal[0]`
New: Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | Literal[0]`

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

pyp.py

[error] invalid-argument-type - :429:34 - Argument to function `inner` is incorrect: Expected `list[stmt]`, found `object`

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

src/_pytest/runner.py

[error] not-subscriptable - :551:43 - Cannot subscript object of type `Item & ~AlwaysTruthy & ~AlwaysFalsy` with no `__getitem__` method

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

com/win32com/client/__init__.py

[error] unresolved-attribute - :515:49 - Object of type `com_record` has no attribute `__name__`

com/win32comext/shell/demos/servers/shell_view.py

[error] not-subscriptable - :674:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :743:26 - Cannot subscript object of type `None` with no `__getitem__` method

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

rotkehlchen/chain/decoding/tools.py

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

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

schema_salad/avro/schema.py

[error] invalid-argument-type - :801:34 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :801:34 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :803:44 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :803:44 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :808:38 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :808:38 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :808:57 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :808:57 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :810:38 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :810:38 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :810:58 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :810:58 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :812:38 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :812:38 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :812:59 - Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :812:59 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :814:57 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :816:66 - 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 `Schema & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :805:33 - 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 `Schema & Top[dict[Unknown, Unknown]]`

schema_salad/jsonld_context.py

[error] invalid-argument-type - :229:19 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :211:30 - 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 `float & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :211:30 - 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 `int & Top[MutableMapping[Unknown, Unknown]]`

schema_salad/ref_resolver.py

[error] invalid-assignment - :375:25 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]`
[error] invalid-argument-type - :375:55 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - :383:25 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]`
[error] invalid-argument-type - :383:55 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - :394:21 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - :394:39 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - :397:21 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - :397:46 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - :400:21 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - :400:39 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-assignment - :403:21 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]`
[error] invalid-argument-type - :403:43 - 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 `Iterable[str] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :1154:29 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1154:29 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1155:50 - 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 - :1155:62 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1155:62 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1159:33 - 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 - :1159:45 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1159:45 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1161:41 - Argument to function `relname` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :1161:41 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1161:41 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-assignment - :1164:29 - Invalid subscript assignment with key of type `object` and value of type `str` on object of type `dict[str, str]`
[error] invalid-argument-type - :1164:41 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1164:41 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1135:61 - Argument to bound method `validate_link` is incorrect: Expected `str | CommentedSeq | CommentedMap`, found `object`
[error] invalid-argument-type - :1135:61 - 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 `float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - :1135:61 - 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 `int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]`

schema_salad/sourceline.py

[error] invalid-argument-type - :211:26 - Argument to function `cmap` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`

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

src/schemathesis/config/_diff_base.py

[error] invalid-argument-type - :44:39 - 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]] & ~DataclassInstance`

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

sklearn/utils/class_weight.py

[warning] possibly-missing-attribute - :189:22 - Attribute `toarray` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/compose/_column_transformer.py

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

sklearn/metrics/tests/test_classification.py

[warning] possibly-missing-attribute - :175:42 - Attribute `keys` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | int | float] | int | float`
[error] not-iterable - :176:27 - Object of type `Unknown | dict[Unknown | str, Unknown | int | float] | int | float` may not be iterable
[error] not-subscriptable - :177:37 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :177:37 - Cannot subscript object of type `int` with no `__getitem__` method

sklearn/model_selection/_validation.py

[error] not-subscriptable - :873:41 - Cannot subscript object of type `float & Number` with no `__getitem__` method
[error] not-subscriptable - :873:41 - Cannot subscript object of type `int & Number` with no `__getitem__` method

sklearn/preprocessing/_encoders.py

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

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

scipy/_build_utils/tempita/_tempita.py

[error] invalid-argument-type - :580 -
Old: Argument to function `escape` is incorrect: Argument type `@Todo | str | <class 'looper'>` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
New: Argument to function `escape` is incorrect: Argument type `Unknown | str | <class 'looper'>` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :581 -
Old: Argument to function `escape` is incorrect: Argument type `@Todo | str | <class 'looper'>` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
New: Argument to function `escape` is incorrect: Argument type `Unknown | str | <class 'looper'>` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

scipy/_lib/cobyqa/cobyqa/main.py

[error] no-matching-overload - :997:41 - No overload of function `amax` matches arguments

scipy/differentiate/tests/test_differentiate.py

[error] not-subscriptable - :299:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :301:37 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/integrate/tests/test_tanhsinh.py

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

scipy/interpolate/_interpolate.py

[error] unsupported-operator - :1729 -
Old: Operator `+` is not supported between objects of type `@Todo | None` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Unknown | None` and `Literal[1]`

scipy/optimize/_lsq/least_squares.py

[error] call-non-callable - :236:13 - Object of type `None` is not callable

scipy/optimize/tests/test_chandrupatla.py

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

scipy/signal/_spectral_py.py

[error] call-non-callable - :2240:13 - Object of type `None` is not callable
[error] call-non-callable - :2242:17 - Object of type `None` is not callable

scipy/spatial/transform/_rigid_transform.py

[error] not-subscriptable - :994:30 - Cannot subscript object of type `Iterable[RigidTransform] & ~RigidTransform` with no `__getitem__` method

scipy/spatial/transform/_rotation.py

[error] not-subscriptable - :1546:30 - Cannot subscript object of type `Iterable[Rotation] & ~Rotation` with no `__getitem__` method

scipy/stats/_continuous_distns.py

[error] unsupported-operator - :2853 -
Old: Operator `/` is not supported between objects of type `Literal[2]` and `None | @Todo`
New: Operator `/` is not supported between objects of type `Literal[2]` and `None | Unknown`
[error] unsupported-operator - :2853 -
Old: Operator `/` is not supported between objects of type `Literal[1]` and `None | @Todo`
New: Operator `/` is not supported between objects of type `Literal[1]` and `None | Unknown`
[error] unsupported-operator - :2859 -
Old: Operator `/` is not supported between objects of type `Literal[1]` and `None | @Todo`
New: Operator `/` is not supported between objects of type `Literal[1]` and `None | Unknown`
[error] unsupported-operator - :9886 -
Old: Operator `**` is not supported between objects of type `@Todo | None` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Unknown | None` and `Literal[2]`

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

setuptools/_distutils/sysconfig.py

[warning] possibly-missing-attribute - :496 -
Old: Attribute `strip` may be missing on object of type `@Todo | int`
New: Attribute `strip` may be missing on object of type `Unknown | int`

setuptools/_distutils/text_file.py

[error] unsupported-operator - :232 -
Old: Operator `+` is not supported between objects of type `@Todo | int | None` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Unknown | int | None` and `Literal[1]`
[error] unsupported-operator - :242 -
Old: Operator `+` is not supported between objects of type `@Todo | int | None` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Unknown | int | None` and `Literal[1]`

setuptools/_vendor/backports/tarfile/__init__.py

[warning] possibly-missing-attribute - :1573 -
Old: Attribute `rstrip` may be missing on object of type `Unknown | Literal[0]`
New: Attribute `rstrip` may be missing on object of type `Unknown | float | int`

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

lib/spack/spack/mirrors/mirror.py

[error] invalid-argument-type - :301 -
Old: Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `@Todo | str`
New: Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`

lib/spack/spack/package_base.py

[error] not-subscriptable - :2298:25 - Cannot subscript object of type `~AlwaysFalsy` with no `__getitem__` method

lib/spack/spack/solver/asp.py

[error] invalid-argument-type - :3275:21 - Method `__getitem__` of type `bound method dict[GitVersion | StandardVersion, list[Provenance]].__getitem__(key: GitVersion | StandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion & ~AlwaysFalsy` on object of type `dict[GitVersion | StandardVersion, list[Provenance]]`

lib/spack/spack/solver/requirements.py

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

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

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

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

sphinx/builders/latex/transforms.py

[error] not-subscriptable - :118:22 - Cannot subscript object of type `Node & ~AlwaysTruthy` with no `__getitem__` method

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

static_frame/core/container_util.py

[error] invalid-argument-type - :1765:19 - Method `__getitem__` of type `Overload[(index: int) -> Sequence[Hashable], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `list[int] & Top[integer[Any]]` on object of type `Sequence[Sequence[Hashable]]`
[error] invalid-argument-type - :1780:20 - Method `__getitem__` of type `Overload[(index: int) -> Hashable, (index: slice[Any, Any, Any]) -> Sequence[Hashable]]` cannot be called with key of type `list[int] & Top[integer[Any]]` on object of type `Sequence[Hashable]`
[warning] unused-ignore-comment - :581:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1581:48 - Unused blanket `type: ignore` directive

static_frame/core/frame.py

[warning] unused-ignore-comment - :7098:61 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :10428 -
Old: Object of type `tuple[@Todo | int | integer[Any] | ... omitted 4 union elements, Hashable]` 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]`
New: Object of type `tuple[object, Hashable]` 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.py

[error] invalid-return-type - :580 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@loc, TVDtype@Index]`, found `InterGetItemLocReduces[Bottom[Series[Any, Any]] | Any, TVDtype@Index]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@loc, TVDtype@Index]`, found `InterGetItemLocReduces[Any | Bottom[Series[Any, Any]], TVDtype@Index]`

static_frame/core/index_base.py

[warning] unused-ignore-comment - :528:50 - Unused blanket `type: ignore` directive

static_frame/core/index_hierarchy.py

[warning] unused-ignore-comment - :2153:41 - Unused blanket `type: ignore` directive

static_frame/core/type_blocks.py

[warning] unused-ignore-comment - :3350:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3360:43 - Unused blanket `type: ignore` directive

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

strawberry/codegen/query_codegen.py

[warning] unused-ignore-comment - :544:84 - Unused blanket `type: ignore` directive

strawberry/utils/typing.py

[error] invalid-return-type - :339 -
Old: Return type does not match returned value: expected `type`, found `@Todo | <special-form 'typing.Union'>`
New: Return type does not match returned value: expected `type`, found `Unknown | <special-form 'typing.Union'>`

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

sympy/combinatorics/perm_groups.py

[error] invalid-argument-type - :4233:38 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] not-subscriptable - :4236:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :4241:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :4241:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :4243:65 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :4243:65 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/core/function.py

[error] unresolved-attribute - :631:16 - Object of type `Basic` has no attribute `_eval_is_meromorphic`
[error] invalid-argument-type - :3344:20 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | Unknown | int`

sympy/physics/continuum_mechanics/beam.py

[error] invalid-argument-type - :1399 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1464 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1466 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1492 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1494 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1524 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`
[error] invalid-argument-type - :1526 -
Old: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | @Todo, Unknown]`
New: Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Literal[0] | Unknown, Unknown]`

sympy/physics/units/dimensions.py

[error] not-iterable - :112:38 - Object of type `Expr` is not iterable

sympy/polys/polymatrix.py

[error] index-out-of-bounds - :79:42 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] index-out-of-bounds - :80:20 - Index 0 is out of bounds for tuple `tuple[()]` with length 0

sympy/printing/tableform.py

[error] no-matching-overload - :364:18 - No overload of bound method `join` matches arguments
[warning] possibly-missing-attribute - :312:22 - Attribute `center` may be missing on object of type `Unknown | int`

sympy/simplify/simplify.py

[error] unsupported-operator - :1935 -
Old: Operator `+` is not supported between objects of type `tuple[@Todo | int | float]` and `Unknown | list[Unknown]`
New: Operator `+` is not supported between objects of type `tuple[Unknown | int | float]` and `Unknown | list[Unknown]`

sympy/solvers/ode/ode.py

[error] not-subscriptable - :1006:51 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-subscriptable - :1006:51 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-subscriptable - :1010:63 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-subscriptable - :1010:63 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-subscriptable - :1018:61 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-subscriptable - :1019:70 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/solvers/ode/single.py

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

sympy/solvers/solveset.py

[error] invalid-argument-type - :3128 -
Old: Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `tuple[Unknown, ...] | (@Todo & <Protocol with members '__iter__'>)`
New: Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `tuple[Unknown, ...] | (Unknown & <Protocol with members '__iter__'>)`

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

tornado/routing.py

[error] invalid-argument-type - :355 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | dict[str, Any] | str`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - :355 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `@Todo | dict[str, Any] | str`
New: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :355:56 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> object, (s: slice[Never, Never, Never], /) -> Top[list[Unknown]]]` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Rule & Top[list[Unknown]]`

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

torchvision/transforms/functional.py

[error] invalid-argument-type - :152:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None], None]` on object of type `Image & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-assignment - :575 -
Old: Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
New: Object of type `tuple[int, int]` is not assignable to `list[int]`
[error] invalid-assignment - :801 -
Old: Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
New: Object of type `tuple[int, int]` is not assignable to `list[int]`
[error] invalid-assignment - :852 -
Old: Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
New: Object of type `tuple[int, int]` is not assignable to `list[int]`

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

src/werkzeug/sansio/response.py

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

src/werkzeug/test.py

[error] invalid-argument-type - :361:30 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | None] | None`, found `dict[str, object]`

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

xarray/core/extension_array.py

[warning] unused-ignore-comment - :196:19 - Unused blanket `type: ignore` directive

xarray/core/indexes.py

[warning] unused-ignore-comment - :991:83 - Unused blanket `type: ignore` directive

xarray/core/indexing.py

[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `int` on object of type `int & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `int` on object of type `integer[Any] & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `integer[Any]` on object of type `int & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `integer[Any]` on object of type `integer[Any] & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `ndarray[Any, dtype[integer[Any]]]` on object of type `int & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `ndarray[Any, dtype[integer[Any]]]` on object of type `integer[Any] & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `slice[Any, Any, Any]` on object of type `int & ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :402:19 - 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[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `slice[Any, Any, Any]` on object of type `integer[Any] & ndarray[tuple[object, ...], dtype[object]]`

xarray/plot/facetgrid.py

[error] invalid-argument-type - :172:43 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~None` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :173:43 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~None` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :184:24 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :185:24 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :200:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :231:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :232:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :236:44 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`

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

zerver/lib/addressee.py

[error] invalid-return-type - :114:10 - Function can implicitly return `None`, which is not assignable to return type `Addressee`

zerver/lib/export.py

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

zerver/openapi/openapi.py

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

zerver/tests/test_events.py

[warning] possibly-missing-attribute - :4444 -
Old: Attribute `value` may be missing on object of type `@Todo | bool`
New: Attribute `value` may be missing on object of type `Any | bool`
[warning] possibly-missing-attribute - :4769 -
Old: Attribute `value` may be missing on object of type `@Todo | bool`
New: Attribute `value` may be missing on object of type `Any | bool`