Ecosystem report

Old: main (merge base) 29cce180 New: 23718/merge 8790efa0
Lint Rule Removed Added Changed
Total 445 2016 2747
invalid-argument-type 247 996 1728
invalid-assignment 9 688 185
unsupported-operator 16 38 325
unresolved-attribute 8 25 304
type-assertion-failure 101 30 60
no-matching-overload 0 170 0
invalid-return-type 0 48 66
unused-type-ignore-comment 58 2 0
invalid-parameter-default 0 0 34
not-iterable 0 1 32
redundant-cast 0 10 0
call-non-callable 3 1 4
not-subscriptable 0 0 7
unsupported-base 0 4 0
division-by-zero 2 0 0
invalid-declaration 0 1 1
assert-type-unspellable-subtype 0 1 0
call-top-callable 0 1 0
invalid-exception-caught 0 0 1
possibly-unresolved-reference 1 0 0
Project Removed Added Changed
Total 445 2016 2747
sympy 7 188 261
pandas 11 135 284
pandas-stubs 77 95 231
cloud-init 2 175 191
dd-trace-py 102 103 158
core 23 153 85
scipy 23 90 140
meson 0 162 64
prefect flaky 0 38 178
ibis 0 17 127
apprise 9 56 68
rotki 16 51 58
spack 21 33 56
ignite 18 49 35
colour 9 8 84
jax 5 43 26
paasta 0 5 56
static-frame 3 38 20
zulip 0 21 40
discord.py 9 24 21

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

github/AdvisoryCredit.py

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

github/AdvisoryVulnerability.py

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

github/AuthenticatedUser.py

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

github/GithubObject.py

[error] invalid-argument-type - Argument to bound method `requestJsonAndCheck` is incorrect: Expected `dict[str, str] | None`, found `Unknown | dict[str, str & ~AlwaysFalsy] | None`

github/Requester.py

[error] invalid-argument-type - Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `Unknown | list[Unknown | str] | list[Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `Unknown | list[str] | list[str | None]`

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

aiohttp/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `StackSummary` on object of type `dict[str, Self@__del__ | str]`

aiohttp/client_reqrep.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `StackSummary & ~AlwaysFalsy` on object of type `dict[str, Self@__del__ | str]`

aiohttp/connector.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `(Unknown & ~None) | StackSummary` on object of type `dict[str, Self@__del__ | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `(Unknown & ~None) | StackSummary` on object of type `dict[str, Self@__del__ | list[str] | str]`

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

aioredis/client.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[(x) -> Unknown]` and `list[(...) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | int`, found `Literal[b"ERROR"]`

aioredis/connection.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `int | list[Unknown | bytes | memoryview[int] | ... omitted 5 union elements] | bytes | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `int | list[bytes | memoryview[int] | str | ... omitted 4 union elements] | bytes | ... omitted 3 union elements`

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

src/aiortc/sdp.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `None` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `None` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | Unknown | str`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | str`

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

alerta/auth/decorators.py

[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `Unknown | (list[str] & ~AlwaysFalsy) | list[Unknown | Scope]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `Unknown | (list[str] & ~AlwaysFalsy) | list[Scope]`

alerta/commands.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | list[Unknown | str]`

alerta/database/backends/mongodb/base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["customer"]` and value of type `dict[str, Unknown & ~AlwaysFalsy]` on object of type `dict[str, list[dict[str, Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["customer"]` and value of type `dict[str, Unknown & ~AlwaysFalsy]` on object of type `dict[str, list[dict[str, dict[str, Unknown]]]]`
[error] invalid-assignment - Object of type `list[Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | int]]` is not assignable to `def pipeline(group_by) -> Unknown`
[error] invalid-assignment - Object of type `list[dict[str, str] | dict[str, dict[str, dict[str, str]]] | dict[str, Unknown | int]]` is not assignable to `def pipeline(group_by) -> Unknown`

alerta/models/key.py

[error] invalid-argument-type - Argument to bound method `scopes_to_type` is incorrect: Expected `list[str]`, found `Unknown | (list[str] & ~AlwaysFalsy) | list[Scope]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | list[Unknown]`

alerta/utils/logging.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int` and `Unknown | str | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int` and `str | int`

tests/test_alerts.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[20]` on object of type `dict[str, str | list[str] | dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[0]` on object of type `dict[str, str | list[str] | dict[str, str | int]]`

tests/test_blackouts.py

[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[str]`

tests/test_forwarder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["HMAC_AUTH_CREDENTIALS"]` and value of type `list[dict[str, str]]` on object of type `dict[str, bool | str | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["FWD_DESTINATIONS"]` and value of type `list[tuple[str, dict[str, str | int], list[str]] | tuple[str, dict[str, str], list[str]]]` on object of type `dict[str, bool | str | list[str]]`

tests/test_heartbeats.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[20]` on object of type `dict[str, str | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[0]` on object of type `dict[str, str | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[10]` on object of type `dict[str, str | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `Literal[2]` on object of type `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `assertListEqual` is incorrect: Expected `list[Any]`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `assertListEqual` is incorrect: Expected `list[Any]`, found `Unknown | str | list[str]`

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

tests/utils/test_core.py

[error] invalid-argument-type - Argument to function `_invert_group_channels` is incorrect: Expected `dict[type[SchemaBase], str]`, found `dict[Unknown & type[SchemaBase] & <Protocol with members '_encoding_name'>, Unknown]`

altair/vegalite/v6/api.py

[error] invalid-argument-type - Argument to function `_combine_subchart_params` is incorrect: Expected `list[Chart | RepeatChart | ConcatChart | ... omitted 4 union elements]`, found `list[(Chart & ~UndefinedType) | (RepeatChart & ~UndefinedType) | (ConcatChart & ~UndefinedType) | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `_combine_subchart_params` is incorrect: Expected `list[Chart | RepeatChart | ConcatChart | ... omitted 4 union elements]`, found `list[(Chart & ~UndefinedType) | (RepeatChart & ~UndefinedType) | (ConcatChart & ~UndefinedType) | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `str | Any`

tests/expr/test_expr.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[str]`

tests/test_jupyter_chart.py

[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | int | float] | list[Unknown | int]] | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | list[Unknown | int | float] | list[Unknown | int]]]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] invalid-assignment - Object of type `dict[str, dict[str, dict[str, list[int | float] | list[int]] | list[dict[str, str | list[dict[str, str]] | list[list[int | float] | list[int]]]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | int]]]] | list[Unknown | dict[Unknown | str, Unknown | str | int]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] invalid-assignment - Object of type `dict[str, dict[str, dict[str, str | dict[str, list[dict[str, int]]]] | list[dict[str, str | int]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | int] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | int]]]] | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | int]]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] invalid-assignment - Object of type `dict[str, dict[str, dict[str, list[int] | dict[str, list[dict[str, int]]]] | list[dict[str, list[dict[str, str]] | list[int]]]]]` is not assignable to attribute `_vl_selections` on type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`

tests/utils/test_schemapi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str] | SchemaBase | None | UndefinedType`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str] | SchemaBase | None | UndefinedType`, found `dict[str, str]`

tests/vegalite/v6/test_api.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `Unknown | list[Unknown | AggregatedFieldDef] | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `list[AggregatedFieldDef] | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal[True] | Mapping[str, Any] | UndefinedType`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal[True] | Mapping[str, Any] | UndefinedType`, found `str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["independent", "shared"] | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["independent", "shared"] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["value", "median", "max", "min", "mean"] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["value", "median", "max", "min", "mean"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float | None] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float | None] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `Unknown | list[Unknown | JoinAggregateFieldDef] | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `list[JoinAggregateFieldDef] | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Unknown | LookupData | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `LookupData | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Unknown | LookupSelection | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `LookupSelection | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "log", "exp", "pow", "quad", "poly"] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "log", "exp", "pow", "quad", "poly"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `str | list[str]`

tests/vegalite/v6/test_theme.py

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

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

apprise/persistent_store.py

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

apprise/plugins/africas_talking.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `Unknown | str | bool | tuple[Unknown | str, Unknown | str, Unknown | str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `Unknown | str | bool | tuple[Unknown | str, Unknown | str, Unknown | str] | None` on object of type `dict[str, str]`

apprise/plugins/aprs.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `float` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `int` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `float` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `int` on object of type `dict[str, str]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `float` and `Unknown | str | int | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`

apprise/plugins/dapnet.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`

apprise/plugins/dbus.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`

apprise/plugins/discord.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["fields"]` and value of type `list[dict[str, str]]` on object of type `dict[str, dict[str, Unknown] | str | int | tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `_send` is incorrect: Expected `dict[str, str] | None`, found `dict[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["fields"]` and value of type `list[dict[str, str]]` on object of type `dict[str, dict[str, Unknown] | str | int | tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `_send` is incorrect: Expected `dict[str, str] | None`, found `dict[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[int, int, int]`

apprise/plugins/email/base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["smtp"]` and value of type `Unknown | str | int | tuple[Unknown | str] | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `Unknown | None | str | ... omitted 3 union elements` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `(Unknown & ~AlwaysFalsy) | Literal[True] | str` on object of type `dict[str, str]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["Email"]` and `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["Email"]` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | tuple[Unknown | str] | (list[Unknown] & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["UserID"]` and `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["UserID"]` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | tuple[Unknown | str] | (list[Unknown] & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `set[Unknown] | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `set[Unknown] | None`

apprise/plugins/fcm/__init__.py

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

apprise/plugins/fluxer.py

[error] invalid-argument-type - Argument to bound method `_send` is incorrect: Expected `dict[str, str] | None`, found `dict[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | None`
[error] invalid-argument-type - Argument to bound method `_send` is incorrect: Expected `dict[str, str] | None`, found `dict[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | None`
[error] invalid-argument-type - Argument to bound method `_send` is incorrect: Expected `dict[str, str] | None`, found `dict[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | None`

apprise/plugins/glib.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`

apprise/plugins/gnome.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`

apprise/plugins/gotify.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`

apprise/plugins/join.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | dict[Unknown | int, Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | dict[Unknown | int, str]`

apprise/plugins/mqtt.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | str | int | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | str | int | dict[str, str]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | str | int | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | str | int | dict[str, str]`

apprise/plugins/notifiarr.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["event"]` and value of type `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` on object of type `dict[str, str]`

apprise/plugins/opsgenie.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `(Unknown & ~AlwaysFalsy) | Literal["new", "close", "delete", "acknowledge", "note"]` on object of type `dict[NotifyType, Unknown | str]`

apprise/plugins/pushover.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int | tuple[str, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int | tuple[str, str]`

apprise/plugins/sendgrid.py

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

apprise/plugins/sendpulse.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown | str, Unknown | str]`, `str` in union `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown | str, Unknown | str]`, `str` in union `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`

apprise/plugins/ses.py

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

apprise/plugins/slack.py

[error] unresolved-attribute - Attribute `insert` is not defined on `str`, `int`, `tuple[int, int, int]` in union `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`
[error] unresolved-attribute - Attribute `insert` is not defined on `str`, `int`, `tuple[int, int, int]` in union `list[dict[str, str | dict[str, str | Unknown]]] | str | int | tuple[int, int, int]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `int`, `tuple[int, int, int]` in union `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `int`, `tuple[int, int, int]` in union `list[dict[str, str | dict[str, str | Unknown]]] | str | int | tuple[int, int, int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, str | Unknown]]`, found `dict[str, str | list[dict[str, str | Unknown]]]`

apprise/plugins/smseagle.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["message"]` and value of type `str` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["message_type"]` and value of type `Literal["mms"]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["attachments"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["priority"]` and value of type `str | Unknown | int | tuple[Unknown | int, Unknown | int]` on object of type `dict[str, str]`

apprise/plugins/sns.py

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

apprise/plugins/sparkpost.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["recipients"]` and value of type `list[Unknown]` on object of type `dict[str, dict[str, bool] | dict[str, dict[str, Unknown | str] | Unknown | str]]`
[error] unresolved-attribute - Object of type `dict[str, bool] | dict[str, dict[str, Unknown | str] | Unknown | str]` has no attribute `append`
[error] unresolved-attribute - Object of type `dict[str, bool] | dict[str, dict[str, Unknown | str] | Unknown | str]` has no attribute `append`
[error] unresolved-attribute - Object of type `dict[str, bool] | dict[str, dict[str, Unknown | str] | Unknown | str]` has no attribute `append`

apprise/plugins/splunk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `(Unknown & ~AlwaysFalsy) | Literal["CRITICAL", "WARNING", "ACKNOWLEDGEMENT", "INFO", "RECOVERY"]` on object of type `dict[NotifyType, Unknown | str]`

apprise/plugins/telegram.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `bool` on object of type `dict[str, Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `tuple[Unknown | str, Unknown | str]` on object of type `dict[str, Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `bool` on object of type `dict[str, Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `tuple[Unknown | str, Unknown | str]` on object of type `dict[str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[Unknown | str | Pattern[str], Unknown | tuple[Unknown | str, BufferedReader[_BufferedReaderStream]]]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str | Unknown | Pattern[str], tuple[Unknown | str, BufferedReader[_BufferedReaderStream]]]`

apprise/plugins/twitter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["attachment"]` and value of type `dict[str, str | dict[str, Unknown]]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["text"]` and value of type `str` on object of type `dict[str, None]`

apprise/plugins/whatsapp.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

apprise/plugins/wxpusher.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

apprise/plugins/xmpp/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `XMPPConfig`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `XMPPConfig`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `XMPPConfig`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `XMPPConfig`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `XMPPConfig | list[str] | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | XMPPConfig | list[str] | ... omitted 4 union elements`

apprise/utils/parse.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["port"]` and value of type `int` on object of type `dict[str, None | str | dict[Unknown, Unknown]]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `None | str | dict[Unknown, Unknown] | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown, Unknown]` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown, Unknown]` and `None | str | dict[Unknown, Unknown] | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `None | str | dict[Unknown, Unknown] | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `None | str | dict[Unknown, Unknown] | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown, Unknown]` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown, Unknown]` and `None | str | dict[Unknown, Unknown] | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `None | str | dict[Unknown, Unknown] | Unknown`

tests/helpers/rest.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`

tests/test_api.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 4 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `AppriseAsset | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `AppriseAsset | None`, found `str`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`
[error] invalid-assignment - Object of type `dict[str, str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`
[error] invalid-assignment - Object of type `list[Unknown | str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`
[error] invalid-assignment - Object of type `list[str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`
[error] invalid-assignment - Object of type `set[Unknown | str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`
[error] invalid-assignment - Object of type `set[str | bytes | int | <class 'object'>]` is not assignable to attribute `_url_identifier` on type `NotifyBase | None`

tests/test_apprise_config.py

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

tests/test_config_base.py

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

tests/test_plugin_email.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - Attribute `items` is not defined on `<class 'TypeError'> & ~AlwaysFalsy`, `<class 'NotifyEmail'> & ~AlwaysFalsy`, `str & ~AlwaysFalsy`, `Literal[True]` in union `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - Object of type `(<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]` has no attribute `items`
[error] not-iterable - Object of type `(Unknown & ~AlwaysTruthy & ~Literal[False]) | (<class 'TypeError'> & ~AlwaysTruthy) | (<class 'NotifyEmail'> & ~AlwaysTruthy) | (str & ~AlwaysTruthy) | tuple[SMTPHeloError, SMTPException, RuntimeError, SMTPRecipientsRefused, SMTPSenderRefused, SMTPDataError, SMTPServerDisconnected]` may not be iterable
[error] not-iterable - Object of type `(<class 'TypeError'> & ~AlwaysTruthy) | (<class 'NotifyEmail'> & ~AlwaysTruthy) | (str & ~AlwaysTruthy) | tuple[SMTPHeloError, SMTPException, RuntimeError, SMTPRecipientsRefused, SMTPSenderRefused, SMTPDataError, SMTPServerDisconnected]` may not be iterable
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | bool | <class 'NotifyEmail'> | str`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-assignment - Object of type `tuple[tuple[Literal["Testing Lookup"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Google Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[Unknown | str, Unknown | int | str]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[Unknown | str, Unknown | str | None]], tuple[Literal["Custom"], Pattern[str], dict[Unknown | str, Unknown | None]]]` is not assignable to attribute `EMAIL_TEMPLATES` of type `tuple[tuple[Literal["Google Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[Unknown | str, Unknown | int | str]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[Unknown | str, Unknown | int | str | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[Unknown | str, Unknown | str | None]], tuple[Literal["Custom"], Pattern[str], dict[Unknown | str, Unknown | None]]]`
[error] invalid-assignment - Object of type `tuple[tuple[Literal["Testing Lookup"], Pattern[str], dict[str, int | str | tuple[Unknown | str]]], tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str | Unknown]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None]]]` is not assignable to attribute `EMAIL_TEMPLATES` of type `tuple[tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str | Unknown]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None]]]`

tests/test_plugin_growl.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'NotifyGrowl'> | bool`
[error] unresolved-attribute - Attribute `items` is not defined on `<class 'NotifyGrowl'> & ~AlwaysFalsy`, `Literal[True]` in union `(Unknown & ~AlwaysFalsy) | (<class 'NotifyGrowl'> & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - Object of type `(<class 'NotifyGrowl'> & ~AlwaysFalsy) | Literal[True]` has no attribute `items`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | None | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `None | bool | <class 'NotifyGrowl'>`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `<class 'NotifyGrowl'> | bool`

tests/test_plugin_office365.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["expires_in"]` and value of type `None` on object of type `dict[str, str | int]`

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

archinstall/lib/args.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["disk_config"]` and value of type `_DiskLayoutConfigurationSerialization` on object of type `dict[str, str | None | list[str] | ... omitted 5 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["profile_config"]` and value of type `_ProfileConfigurationSerialization` on object of type `dict[str, str | None | list[str] | ... omitted 5 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mirror_config"]` and value of type `_MirrorConfigurationSerialization` on object of type `dict[str, str | None | list[str] | ... omitted 5 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["network_config"]` and value of type `_NetworkConfigurationSerialization` on object of type `dict[str, str | None | list[str] | ... omitted 5 union elements]`

archinstall/tui/curses_menu.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `str` on object of type `list[LiteralString]`

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

src/arti/storage/__init__.py

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

tests/arti/artifacts/test_artifact.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Annotation, ...]`, found `list[Unknown | Ann2]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Annotation, ...]`, found `list[Ann2]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Statistic, ...]`, found `list[Unknown | Stat2]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Statistic, ...]`, found `list[Stat2]`

tests/arti/internal/test_models.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[int, ...]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[int, ...]`, found `list[int]`

tests/arti/types/test_types.py

[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[Unknown | int | float] | list[Unknown | int | float] | tuple[Unknown | int | float, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[int | float] | list[int | float] | tuple[int | float, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `tuple[str]`

asynq (https://github.com/quora/asynq)

asynq/tests/test_tools.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((Unknown | int, /) -> Any) | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int, /) -> Any) | None`, found `list[int]`

asynq/tests/test_typing.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((Unknown | int | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`

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

src/attr/_make.py

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

src/attr/exceptions.py

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

tests/test_converters.py

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

tests/test_next_gen.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `dict[Unknown | tuple[int], Unknown | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `dict[tuple[int], int]`

tests/test_setattr.py

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

tests/test_validators.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[int]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown | int | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[int | str]`

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

src/bokeh/palettes.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Magma"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Inferno"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Plasma"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Viridis"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Cividis"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Turbo"]` and value of type `dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]` on object of type `dict[str, dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 4 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 5 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 6 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 3 union elements] | dict[int, tuple[str, str, str] | tuple[str, str, str, str] | tuple[str, str, str, str, str] | ... omitted 7 union elements]]`

src/bokeh/util/token.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["__bk__zlib_"]` and value of type `str` on object of type `dict[str, ID | int]`

release/__main__.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`

src/bokeh/models/plots.py

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

src/bokeh/models/tickers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown | int]]] | Property[list[Unknown | int]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[int]]] | Property[list[int]]`, found `<class 'Float'>`

src/bokeh/server/tornado.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...], dict[Unknown | str, Unknown | dict[str, Unknown] | str | None | bool]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...], dict[str, dict[str, Unknown] | str | None | bool]]`

src/bokeh/util/serialization.py

[error] invalid-return-type - Return type does not match returned value: expected `set[type]`, found `set[<class 'time'> | <class 'datetime'> | <class 'datetime64'>]`

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

tests/test_projectbuilder.py

[error] invalid-assignment - Object of type `list[Unknown | list[Unknown] | list[Unknown | str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_sdist(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] invalid-assignment - Object of type `list[list[Unknown] | list[str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_sdist(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] invalid-assignment - Object of type `list[Unknown | list[Unknown] | list[Unknown | str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_wheel(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] invalid-assignment - Object of type `list[list[Unknown] | list[str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_wheel(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] invalid-assignment - Object of type `list[Unknown | str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] invalid-assignment - Object of type `list[str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] invalid-assignment - Object of type `list[Unknown | str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
[error] invalid-assignment - Object of type `list[str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`

check-jsonschema (https://github.com/python-jsonschema/check-jsonschema)

src/check_jsonschema/reporter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["best_match"]` and value of type `dict[str, Unknown]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["best_deep_match"]` and value of type `dict[str, str]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["num_sub_errors"]` and value of type `int` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sub_errors"]` and value of type `list[dict[str, str]]` on object of type `dict[str, str | bool]`

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

cibuildwheel/options.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `list[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]`

cibuildwheel/platforms/macos.py

[error] invalid-declaration - Cannot declare type `list[Literal["x86_64", "arm64"]]` for inferred type `list[Unknown | str]`
[error] invalid-declaration - Cannot declare type `list[Literal["x86_64", "arm64"]]` for inferred type `list[str]`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/kcidb/file.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `list[dict[Unknown, Unknown]]` on object of type `dict[str, dict[str, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `Literal[0]` on object of type `dict[str, Unknown]`
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[str, Unknown]` in union `Unknown | dict[str, Unknown]`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[str, Unknown]` in union `Unknown | dict[str, Unknown]`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[str, Unknown]` in union `Unknown | dict[str, Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[str, Unknown]` in union `Unknown | dict[str, Unknown]`

tests/kcidb/test_validate.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `Literal[0]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `Literal[0]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | str | dict[Unknown | str, Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `str | dict[str, int | list[dict[str, str]] | dict[str, str] | str | dict[str, int | str]]`

tests/test_misc.py

[error] invalid-argument-type - Argument to function `booltostr` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `booltostr` is incorrect: Expected `bool`, found `list[str]`

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

cloudinit/config/cc_disk_setup.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str & ~AlwaysFalsy]`, found `list[str | (Unknown & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `Unknown | list[str & ~AlwaysFalsy]`

tests/unittests/config/test_apt_source_v1.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

cloudinit/cmd/main.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stage"]` and value of type `Literal["init-local", "init"] | Unknown` on object of type `dict[str, None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["datasource"]` and value of type `str` on object of type `dict[str, None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["start"]` and value of type `float` on object of type `dict[str, list[Unknown] | dict[Unknown, Unknown] | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["finished"]` and value of type `float` on object of type `dict[str, list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None] | Any`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | dict[Unknown, Unknown] | None | Any`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None] | Any`

cloudinit/helpers.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`

cloudinit/net/network_state.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dns"]` and value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dns"]` and value of type `dict[str, Unknown]` on object of type `list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dns"]` and value of type `dict[Unknown | str, Unknown]` on object of type `list[Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dns"]` and value of type `dict[str, Unknown]` on object of type `list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `dict[Unknown | str, Unknown | list[Unknown]]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `dict[str, list[Unknown]]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`

cloudinit/net/networkd.py

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

cloudinit/sources/DataSourceGCE.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["reason"]` and value of type `Literal["Not running on GCE."]` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["reason"]` and value of type `Unknown | LiteralString` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["reason"]` and value of type `str` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["user-data"]` and value of type `Any | bytes` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["meta-data"]` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, None | bool]`

cloudinit/sources/DataSourceNoCloud.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["seedfrom"]` and `dict[Unknown, Unknown] | Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["seedfrom"]` and `dict[Unknown, Unknown] | str | None | Unknown`
[error] invalid-argument-type - Argument to function `mergemanydict` is incorrect: Expected `Sequence[Mapping[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | Unknown | str | None]`
[error] invalid-argument-type - Argument to function `mergemanydict` is incorrect: Expected `Sequence[Mapping[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | str | None | Unknown]`
[error] invalid-argument-type - Argument to function `mergemanydict` is incorrect: Expected `Sequence[Mapping[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | Unknown | str | None | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to function `mergemanydict` is incorrect: Expected `Sequence[Mapping[Unknown, Unknown]]`, found `list[dict[Unknown, Unknown] | str | None | Unknown | dict[str, str | Unknown]]`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `Unknown | dict[Unknown, Unknown] | str | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `dict[Unknown, Unknown] | str | None | Unknown`
[error] invalid-assignment - Object of type `Unknown | dict[Unknown, Unknown] | str | None` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown] | str | None | Unknown` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `str | Unknown | dict[Unknown, Unknown] | None` is not assignable to attribute `userdata_raw` of type `str | bytes | None`
[error] invalid-assignment - Object of type `str | dict[Unknown, Unknown] | None | Unknown` is not assignable to attribute `userdata_raw` of type `str | bytes | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `Unknown | dict[Unknown, Unknown] | str | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `dict[Unknown, Unknown] | str | None | Unknown`

cloudinit/sources/DataSourceOracle.py

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

cloudinit/sources/__init__.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["network_json"]` and value of type `(str & ~Literal["_unset"]) | None` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_doc"]` and value of type `Literal["EXPERIMENTAL: The structure and format of content scoped under the 'ds' key may change in subsequent releases of cloud-init."]` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_doc"]` and value of type `Literal["DEPRECATED: Use merged_system_cfg. Will be dropped from 24.1"]` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_doc"]` and value of type `Literal["Merged cloud-init system config from /etc/cloud/cloud.cfg and /etc/cloud/cloud.cfg.d/"]` on object of type `dict[str, dict[Unknown, Unknown]]`

cloudinit/sources/helpers/openstack.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `None | Unknown` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, str | int]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["random_seed"]` and `Unknown | str | int`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["random_seed"]` and `str | int`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`
[error] unresolved-attribute - Object of type `str | int` has no attribute `get`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`
[error] unresolved-attribute - Object of type `str | int` has no attribute `get`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["hostname", "uuid"]` and `Unknown | str | int`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["hostname", "uuid"]` and `str | int`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["hostname", "uuid"]` and `Unknown | str | int`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["hostname", "uuid"]` and `str | int`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`
[error] unresolved-attribute - Object of type `str | int` has no attribute `get`

cloudinit/stages.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Handler]`, found `list[CloudConfigPartHandler | ShellScriptPartHandler | ShellScriptByFreqPartHandler | BootHookPartHandler | JinjaTemplatePartHandler]`

cloudinit/util.py

[error] invalid-assignment - Object of type `list[Unknown & ~AlwaysFalsy]` is not assignable to `list[str] | None`
[error] invalid-assignment - Object of type `list[(str & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)]` is not assignable to `list[str] | None`

tests/unittests/config/test_modules.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `list[str]`

tests/unittests/distros/test_netconfig.py

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

tests/unittests/distros/test_user_data_normalize.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[str]`

tests/unittests/helpers.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["network"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["network"]` on object of type `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[str]`

tests/unittests/net/test_init.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["prefix_or_mask"]` and value of type `str | int` on object of type `dict[str, str | dict[str, dict[str, str | list[dict[str, str]] | bool]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | dict[str, dict[str, str | list[dict[str, str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | dict[str, dict[str, str | list[dict[str, str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | dict[str, dict[str, str | list[dict[str, str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | dict[str, dict[str, str | list[dict[str, str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | dict[str, dict[str, str | list[dict[str, str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | list[Unknown | tuple[str, str]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | bool]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `str | list[tuple[str, str]] | dict[str, dict[str, str | list[dict[str, str]] | bool]]`

tests/unittests/sources/test_azure.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["osProfile"]` and value of type `dict[str, str]` on object of type `dict[str, str | list[dict[str, str]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `str | list[dict[str, str]] | list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] unresolved-attribute - Attribute `replace` is not defined on `dict[Unknown | str, Unknown | list[Unknown]]`, `dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]` in union `Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]`
[error] unresolved-attribute - Attribute `replace` is not defined on `dict[str, list[Unknown]]`, `dict[str, list[dict[str, str]]]` in union `str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `str | list[dict[str, str]] | list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `str | list[dict[str, str]] | list[dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]] | list[Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Running"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Running"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Running"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Running"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["Savable"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Unknown` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["PreprovisionedOSDisk"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ppsType"]` and value of type `Literal["PreprovisionedOSDisk"]` on object of type `list[dict[str, dict[str, list[dict[str, str]]] | dict[str, list[Unknown]] | str]]`

tests/unittests/sources/test_cloudsigma.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["base64_fields"]` and value of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["base64_fields"]` and value of type `Literal["cloudinit-user-data"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cloudinit-user-data"]` and value of type `Literal["aGkgd29ybGQK"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cloudinit-user-data"]` and value of type `Literal["aGkgd29ybGQK"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[str]`

tests/unittests/sources/test_configdrive.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["mykey"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["mykey"]` on object of type `list[dict[str, str]]`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `str | None`

tests/unittests/sources/test_digitalocean.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[str]`

tests/unittests/sources/test_ec2.py

[error] unresolved-attribute - Attribute `get` is not defined on `str` in union `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]]] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `list[Unknown | str]` in union `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]] | list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["macs"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["macs"]` on object of type `list[str]`

tests/unittests/sources/test_gce.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["instance/attributes/user-data"]` and value of type `Literal[b"/bin/echo \xff\n"]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["project/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["instance/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["project/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["instance/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["project/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["instance/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["project/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["instance/attributes"]` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[str]`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | None`
[error] invalid-argument-type - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `str | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `Unknown | str | dict[Unknown | str, Unknown | str] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `str | dict[str, str] | None`

tests/unittests/sources/test_init.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sensitive_keys"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to attribute `network_json` of type `str | None`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `network_json` of type `str | None`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to attribute `network_json` of type `str | None`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `network_json` of type `str | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["secure"]` and value of type `Literal["redacted"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["secure"]` and value of type `Literal["redacted"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["secure"]` and value of type `Literal["redacted for non-root user"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["secure"]` and value of type `Literal["redacted for non-root user"]` on object of type `list[str]`

tests/unittests/sources/test_oracle.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]]]]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | list[dict[str, str | list[dict[str, str | list[str]]]]]`

tests/unittests/sources/test_smartos.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["sdc-"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["sdc-"]` and `str | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["sdc-"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["sdc-"]` and `str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `str | None`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str | int]` is not assignable to attribute `response_parts` of type `property`
[error] invalid-assignment - Object of type `dict[str, str | int | Unknown]` is not assignable to attribute `response_parts` of type `property`

tests/unittests/sources/test_vultr.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cloud_interfaces"]` and value of type `dict[str, int | list[dict[str, str | list[str]] | dict[str, str | int | list[dict[str, str]]] | dict[str, str | list[dict[str, str]]]]]` on object of type `dict[str, dict[str, dict[str, str]] | str | list[dict[str, dict[str, list[Unknown] | str] | dict[str, list[dict[str, str]] | str] | str] | dict[str, dict[str, list[Unknown] | str] | str]] | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["unconfigured"]` and value of type `Literal[True]` on object of type `dict[str, dict[str, list[Unknown] | str] | dict[str, list[dict[str, str]] | str] | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["unconfigured"]` and value of type `Literal[True]` on object of type `dict[str, dict[str, list[Unknown] | str] | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["unconfigured"]` and value of type `Literal[True]` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, str]].__getitem__(key: str, /) -> dict[str, str]` cannot be called with key of type `Literal[1]` on object of type `dict[str, dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `Literal[1]` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `pop` is not defined on `int` in union `Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]] | dict[Unknown | str, Unknown | str | int | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]`
[error] unresolved-attribute - Attribute `pop` is not defined on `int` in union `int | list[dict[str, str | list[str]] | dict[str, str | int | list[dict[str, str]]] | dict[str, str | list[dict[str, str]]]]`

tests/unittests/test_builtin_handlers.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

tests/unittests/test_data.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_doc"]` and value of type `Literal["Aggregated cloud-config created by merging merged_system_cfg (/etc/cloud/cloud.cfg and /etc/cloud/cloud.cfg.d), metadata, vendordata and userdata. The combined_cloud_config represents the aggregated desired configuration acted upon by cloud-init."]` on object of type `dict[str, dict[str, bool] | dict[str, dict[str, str] | str | dict[str, Unknown]]]`

tests/unittests/test_ds_identify.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Literal["_unset"]` on object of type `dict[str, None | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[LiteralString, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[LiteralString, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[LiteralString, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int] | dict[str, str | int | Unknown]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["files"]` and value of type `(str & ~AlwaysTruthy) | (list[dict[str, str | int]] & ~AlwaysTruthy) | (dict[str, str] & ~AlwaysTruthy) | ... omitted 4 union elements` on object of type `dict[str, str | list[dict[str, str | int]]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `dict[Unknown | str, Unknown | str]`, `list[Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `split` is not defined on `list[dict[str, str | int]]`, `dict[str, str]`, `list[str]`, `list[dict[str, str | int] | dict[str, str | int | Unknown]]`, `dict[LiteralString, str]`, `list[dict[str, str | int | Unknown]]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, IBMCloud ]\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/99_networklayer_common.cfg"]` and value of type `Literal["datasource_list: [ ConfigDrive, NoCloud ]\n"]` on object of type `list[str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `int` on object of type `dict[LiteralString, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `int` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `list[Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[dict[str, str | int]]`, `list[str]`, `list[dict[str, str | int] | dict[str, str | int | Unknown]]`, `list[dict[str, str | int | Unknown]]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `list[Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[dict[str, str | int]]`, `list[str]`, `list[dict[str, str | int] | dict[str, str | int | Unknown]]`, `list[dict[str, str | int | Unknown]]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `LiteralString` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"NoCloud\"]\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["etc/cloud/cloud.cfg.d/myds.cfg"]` and value of type `Literal["datasource_list: [\"Ec2\", \"None\"]\n"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int] | dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int] | dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/product_name"]` and value of type `Unknown | str` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev/sr0"]` and value of type `Literal["No content match"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[LiteralString, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["20480\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["204800\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["18432\n"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/block/sr0/size"]` and value of type `Literal["2048\n"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["main-printpath"]` and value of type `Literal["PATH=\"/mycust/path\"; main; r=$?; echo MYPATH=$PATH; exit $r;"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int] | dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int] | dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int] | dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int] | dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/x86_64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int] | dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int] | dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/aarch64-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int] | dict[str, str | int | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int] | dict[str, str | int | Unknown]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["usr/lib/i386-linux-gnu/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` and value of type `Unknown | str` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int] | dict[str, str | int | Unknown]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[dict[str, str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[dict[str, str | int]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method list[str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[LiteralString, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[LiteralString, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `Literal[0]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[dict[str, str | int] | dict[str, str | int | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[dict[str, str | int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and value of type `Literal["Not Oracle"]` on object of type `list[str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int | Unknown] & dict[str, str | int]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `int` on object of type `dict[LiteralString, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `int` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]`, `dict[Unknown | LiteralString, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `str`, `dict[str, str]`, `dict[LiteralString, str]` in union `str | list[dict[str, str | int]] | dict[str, str] | ... omitted 4 union elements`

tests/unittests/test_net.py

[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]]]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `str | list[dict[str, str | list[str]]]`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `dict[str, str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - Attribute `splitlines` is not defined on `dict[str, str]` in union `dict[str, str] | str`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[Unknown | str]` in union `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `Unknown | list[str] | dict[str, str | None] | dict[Unknown, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[Unknown]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[Unknown, Unknown]]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[Unknown | str]` in union `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `Unknown | list[str] | dict[str, str | None] | dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[Unknown]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[str, str]]`

tests/unittests/test_stages.py

[error] invalid-assignment - Object of type `list[Unknown | NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`
[error] invalid-assignment - Object of type `list[NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`
[error] invalid-assignment - Object of type `list[Unknown | str | NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`
[error] invalid-assignment - Object of type `list[str | NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`
[error] invalid-assignment - Object of type `list[Unknown | NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`
[error] invalid-assignment - Object of type `list[NetworkConfigSource]` is not assignable to attribute `network_config_sources` of type `tuple[NetworkConfigSource, ...]`

tests/unittests/test_subp.py

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

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

colour/quality/tests/test_cri.py

[error] invalid-argument-type - Argument to function `tcs_colorimetry_data` is incorrect: Expected `dict[str, SpectralDistribution]`, found `dict[Any & ~Literal["TCS09"], Any]`

colour/io/luts/cinespace_csp.py

[warning] possibly-unresolved-reference - Name `LUT` used when possibly not defined

colour/examples/contrast/examples_contrast.py

[error] invalid-argument-type - Argument to function `contrast_sensitivity_function` is incorrect: Expected `str`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to function `contrast_sensitivity_function` is incorrect: Expected `str`, found `int | float`

colour/geometry/primitives.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`

colour/geometry/tests/test_primitives.py

[error] invalid-argument-type - Argument to function `primitive_cube` is incorrect: Expected `Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals] | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `primitive_cube` is incorrect: Expected `Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals] | None`, found `list[Any]`

colour/graph/conversion.py

[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`

colour/io/luts/lut.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, ((x) -> Unknown) | bool] | dict[str, bool] | dict[str, str] | dict[str, str | ((x) -> Unknown)]`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, int].__getitem__(key: <class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, /) -> int` cannot be called with key of type `type[AbstractLUT]` on object of type `dict[<class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, int].__getitem__(key: <class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, /) -> int` cannot be called with key of type `type[AbstractLUT]` on object of type `dict[<class 'LUT1D'> | <class 'LUT3x1D'> | <class 'LUT3D'>, int]`

colour/notation/munsell.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`

colour/plotting/colorimetry.py

[error] invalid-argument-type - Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `str | Any | bool`
[error] invalid-argument-type - Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `str | Any | bool`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Any | bool`

colour/plotting/common.py

[error] invalid-argument-type - Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `int | float | Any`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `Unknown | str | Colormap`

colour/plotting/diagrams.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `Any | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `Any | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Any | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/models.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`

colour/plotting/temperature.py

[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/volume.py

[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/utilities/tests/test_array.py

[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[None]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | bool | None]`
[error] invalid-argument-type - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[bool | None]`

colour/utilities/verbose.py

[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `(Unknown & ~None) | <class 'str'> | bool`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `<class 'str'> | bool | (Unknown & ~None)`

comtypes (https://github.com/enthought/comtypes)

comtypes/server/automation.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[0]` on object of type `list[None]`

comtypes/test/__init__.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`

comtypes/test/test_util.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | bytes | bytearray`, found `Unknown | int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | bytes | bytearray`, found `int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float | bytes`

comtypes/test/test_w_getopt.py

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

comtypes/tools/codegenerator/typeannotator.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments

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

homeassistant/components/bthome/repairs.py

[error] invalid-argument-type - Argument to bound method `async_update_entry` is incorrect: Expected `Mapping[str, Any] | UndefinedType`, found `dict[str & ~Literal["bindkey"], Any]`

homeassistant/components/calendar/trigger.py

[error] invalid-argument-type - Argument to function `move_top_level_schema_fields_to_options` is incorrect: Expected `dict[Marker, Any]`, found `dict[Required | Optional, ((value: Any) -> str) | In | Any]`

homeassistant/components/cookidoo/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/cover/__init__.py

[error] invalid-argument-type - Argument to bound method `_get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> None]`, found `dict[str, (bound method Self@toggle.open_cover(**kwargs: Any) -> None) | (bound method Self@toggle.close_cover(**kwargs: Any) -> None) | (bound method Self@toggle.stop_cover(**kwargs: Any) -> None)]`
[error] invalid-argument-type - Argument to bound method `_get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> CoroutineType[Any, Any, None]]`, found `dict[str, (bound method Self@async_toggle.async_open_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_close_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_stop_cover(**kwargs: Any) -> CoroutineType[Any, Any, None])]`

homeassistant/components/diagnostics/__init__.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["issues"]` and value of type `list[dict[str, Any]]` on object of type `dict[str, Mapping[str, Any] | dict[Unknown, Unknown] | Manifest | Mapping[str | None, dict[SetupPhases, int | float]]]`

homeassistant/components/dlink/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/fronius/diagnostics.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["logger"]` and value of type `dict[SolarNetId, dict[str, Any]] | None` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["meter"]` and value of type `dict[SolarNetId, dict[str, Any]] | None` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ohmpilot"]` and value of type `dict[SolarNetId, dict[str, Any]] | None` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["power_flow"]` and value of type `dict[SolarNetId, dict[str, Any]] | None` on object of type `dict[str, dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["storage"]` and value of type `dict[SolarNetId, dict[str, Any]] | None` on object of type `dict[str, dict[Unknown, Unknown]]`

homeassistant/components/imeon_inverter/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/iron_os/entity.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/mqtt/diagnostics.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mqtt_debug_info"]` and value of type `dict[str, list[Any]]` on object of type `dict[str, bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `dict[str, list[Any]]`

homeassistant/components/nederlandse_spoorwegen/diagnostics.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["trip_details"]` and value of type `dict[str, int]` on object of type `dict[str, dict[str, None | str] | dict[str, Unknown | str | None] | None]`

homeassistant/components/playstation_network/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/prana/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/roomba/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Any & ~AlwaysFalsy]]`

homeassistant/components/smartthings/util.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to function `async_create_issue` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str & ~AlwaysFalsy]`

homeassistant/components/sonos/number.py

[warning] redundant-cast - Value is already of type `int | float`

homeassistant/components/zwave_js/trigger.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, type[Trigger]]`, found `dict[str, <class 'EventTrigger'> | <class 'ValueUpdatedTrigger'>]`

homeassistant/helpers/system_info.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["user"]` and value of type `None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["supervisor"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["host_os"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["docker_version"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["chassis"]` and value of type `Any | None` on object of type `dict[str, str | bool]`

homeassistant/components/opengarage/cover.py

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

homeassistant/auth/permissions/merge.py

[error] invalid-argument-type - Argument to function `_merge_policies` is incorrect: Expected `list[CategoryType]`, found `list[Never]`

homeassistant/components/adguard/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/agent_dvr/camera.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str | None]]`

homeassistant/components/androidtv/entity.py

[error] invalid-assignment - Invalid assignment to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`
[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/androidtv_remote/config_flow.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["apps"]` and value of type `dict[str, Any] & ~AlwaysFalsy` on object of type `dict[str & ~Literal["apps"], Any]`
[error] invalid-argument-type - Argument to bound method `async_create_entry` is incorrect: Expected `Mapping[str, Any]`, found `dict[str & ~Literal["apps"], Any]`

homeassistant/components/androidtv_remote/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/apple_tv/__init__.py

[error] unresolved-attribute - Attribute `removesuffix` is not defined on `set[Unknown | tuple[str, Unknown]]` in union `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] unresolved-attribute - Attribute `removesuffix` is not defined on `set[tuple[str, Unknown]]` in union `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]] | str`

homeassistant/components/asuswrt/helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `T@translate_to_legacy`, found `dict[Unknown | str, object]`
[error] invalid-return-type - Return type does not match returned value: expected `T@translate_to_legacy`, found `dict[Unknown, object]`
[error] no-matching-overload - No overload of bound method `get` matches arguments

homeassistant/components/asuswrt/router.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]]`

homeassistant/components/august/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/awair/sensor.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/azure_devops/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str, Unknown]]`

homeassistant/components/buienradar/util.py

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

homeassistant/components/conversation/chat_log.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`, found `Unknown | dict[str, str]`

homeassistant/components/deconz/light.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | ColorMode` and `set[ColorMode] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `ColorMode` and `set[ColorMode] | None`

homeassistant/components/denonavr/media_player.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/device_tracker/legacy.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy), Device].__getitem__(key: (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy), /) -> Device` cannot be called with key of type `str` on object of type `dict[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy), Device]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`, found `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Device` on object of type `dict[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy), Device]`

homeassistant/components/devolo_home_network/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/doods/image_processing.py

[error] invalid-argument-type - Argument to function `draw_box` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float]`, found `Unknown | list[Unknown | int] | list[Unknown]`
[error] invalid-argument-type - Argument to function `draw_box` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float]`, found `Unknown | list[int] | list[Any]`

homeassistant/components/ecovacs/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/elevenlabs/config_flow.py

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

homeassistant/components/elkm1/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]]`

homeassistant/components/energy/data.py

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

homeassistant/components/environment_canada/weather.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Forecast]`, found `GeneratorType[dict[Unknown | str, Unknown | int | str | None], None, None]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Forecast]`, found `GeneratorType[dict[str, Unknown | int | str | None], None, None]`

homeassistant/components/esphome/encryption_key_storage.py

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

homeassistant/components/eufylife_ble/sensor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EufyLifeWeightSensorEntity | EufyLifeRealTimeWeightSensorEntity`, found `EufyLifeHeartRateSensorEntity`

homeassistant/components/flux_led/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/gdacs/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/google_assistant/trait.py

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

homeassistant/components/google_wifi/sensor.py

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

homeassistant/components/habitica/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/hassio/update.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity]`, found `GeneratorType[SupervisorAddonUpdateEntity, None, None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity`, found `SupervisorOSUpdateEntity`

homeassistant/components/heos/media_player.py

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

homeassistant/components/homematicip_cloud/config_flow.py

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

homeassistant/components/hue/v1/light.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["transitiontime"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hue"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sat"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["xy"]` and value of type `tuple[int | float, int | float]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ct"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["lselect"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["select"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["none"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["effect"]` and value of type `Literal["colorloop"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hue"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sat"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["effect"]` and value of type `Literal["none"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["transitiontime"]` and value of type `int` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["lselect"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["select"]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["alert"]` and value of type `Literal["none"]` on object of type `dict[str, bool]`

homeassistant/components/hue/v1/sensor_base.py

[error] unresolved-attribute - Attribute `format` is not defined on `<class 'HueEvent'>` in union `Unknown | str | <class 'HueEvent'>`
[error] unresolved-attribute - Attribute `format` is not defined on `<class 'HueEvent'>` in union `str | <class 'HueEvent'>`

homeassistant/components/hue/v2/device.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown]]`

homeassistant/components/hvv_departures/binary_sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/hvv_departures/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/intent/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`

homeassistant/components/intesishome/climate.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HVACMode`, found `Unknown | None | HVACMode`

homeassistant/components/izone/climate.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str & ~AlwaysFalsy, Unknown]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy, Unknown]]`

homeassistant/components/knx/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Any & ~AlwaysFalsy]]`

homeassistant/components/knx/repairs.py

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

homeassistant/components/kodi/media_player.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`

homeassistant/components/lifx/__init__.py

[error] invalid-argument-type - Argument to function `async_migrate_legacy_entries` is incorrect: Expected `set[str]`, found `set[str & ~AlwaysFalsy]`

homeassistant/components/lovelace/__init__.py

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

homeassistant/components/lunatone/light.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/lutron_caseta/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | int]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str | int]]`

homeassistant/components/manual_mqtt/alarm_control_panel.py

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

homeassistant/components/media_extractor/__init__.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cookiefile"]` and value of type `str` on object of type `dict[str, bool | Logger]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["entity_id"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[(Unknown & ~Literal["entity_id"]) | (str & ~Literal["entity_id"]), Unknown]`
[error] invalid-argument-type - Argument to bound method `async_call` is incorrect: Expected `dict[str, Any] | None`, found `dict[(Unknown & ~Literal["entity_id"]) | (str & ~Literal["entity_id"]), Unknown]`

homeassistant/components/meteo_france/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/meteo_france/weather.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/mill/climate.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/mill/sensor.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/mobile_app/device_tracker.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[str, tuple[Any | None, Any | None] | Any | None]`

homeassistant/components/motionblinds_ble/config_flow.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

homeassistant/components/motionmount/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~Literal["00:00:00:00:00:00"]]]`

homeassistant/components/mqtt/debug_info.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | int | deque[Unknown]]` on object of type `dict[str, SubscriptionDebugInfo]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, int | deque[Unknown]]` on object of type `dict[str, SubscriptionDebugInfo]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` on object of type `dict[tuple[str, str], TriggerDebugInfo]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[str, str | dict[str, Any]]` on object of type `dict[tuple[str, str], TriggerDebugInfo]`

homeassistant/components/mqtt/discovery.py

[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[Unknown | str, Unknown | (() -> None) | deque[Unknown]]` on object of type `dict[tuple[str, str], PendingDiscovered]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[str, (() -> None) | deque[Unknown]]` on object of type `dict[tuple[str, str], PendingDiscovered]`

homeassistant/components/nam/coordinator.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/netgear/config_flow.py

[error] invalid-argument-type - Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | dict[str, Unknown | bool]`

homeassistant/components/nice_go/coordinator.py

[error] invalid-argument-type - Argument to bound method `async_set_updated_data` is incorrect: Expected `dict[str, NiceGODevice]`, found `dict[str, NiceGODevice & ~AlwaysFalsy]`

homeassistant/components/nmap_tracker/__init__.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `list[str]`

homeassistant/components/nut/__init__.py

[error] invalid-argument-type - Argument to bound method `async_update_entry` is incorrect: Expected `Mapping[str, Any] | UndefinedType`, found `dict[str & ~Literal["resources"], Any]`

homeassistant/components/onvif/device.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments

homeassistant/components/openevse/number.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/openevse/sensor.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/osoenergy/water_heater.py

[error] invalid-assignment - Object of type `list[int | float]` is not assignable to `list[JsonValueType]`

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `list[str]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | str` and `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | list[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[str] | None`

homeassistant/components/philips_js/light.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["colorSettings"]` and value of type `dict[str, str | None | dict[str, Unknown | int] | dict[str, int]]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["speed"]` and value of type `Literal[2]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["audioSettings"]` and value of type `dict[str, str | None | dict[str, Unknown | int] | dict[str, int]]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["tuning"]` and value of type `Literal[0]` on object of type `dict[str, str | bool]`

homeassistant/components/plex/media_browser.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`

homeassistant/components/plex/services.py

[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[str, int]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] unresolved-attribute - Attribute `pop` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - Attribute `pop` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[str, int]`
[error] unresolved-attribute - Attribute `copy` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - Attribute `copy` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[str, int]`

homeassistant/components/pooldose/entity.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]] | set[Unknown]`

homeassistant/components/rainforest_raven/coordinator.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/recorder/core.py

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

homeassistant/components/risco/config_flow.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[AlarmControlPanelState, str].__getitem__(key: AlarmControlPanelState, /) -> str` cannot be called with key of type `str` on object of type `dict[AlarmControlPanelState, str]`
[error] unresolved-attribute - Attribute `values` is not defined on `bool` in union `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`
[error] unresolved-attribute - Attribute `values` is not defined on `bool` in union `Unknown | bool | dict[str, AlarmControlPanelState] | dict[AlarmControlPanelState, str] | Divergent`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[AlarmControlPanelState, str].__getitem__(key: AlarmControlPanelState, /) -> str` cannot be called with key of type `str` on object of type `dict[AlarmControlPanelState, str]`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | bool | dict[str, AlarmControlPanelState] | dict[AlarmControlPanelState, str] | Divergent`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `AlarmControlPanelState`, found `str`

homeassistant/components/roon/event.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str | None]]`

homeassistant/components/roon/media_player.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["step"]` and value of type `int | None` on object of type `dict[str, int]`

homeassistant/components/russound_rio/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `None | set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/samsungtv/entity.py

[error] invalid-assignment - Invalid assignment to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`
[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Any & ~AlwaysFalsy]]`

homeassistant/components/scrape/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Any & ~AlwaysFalsy]]`

homeassistant/components/skybeacon/sensor.py

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

homeassistant/components/skybell/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/slack/notify.py

[error] invalid-argument-type - Argument to function `upload_file_to_slack` is incorrect: Expected `list[str | None]`, found `list[str & ~AlwaysFalsy] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `upload_file_to_slack` is incorrect: Expected `list[str | None]`, found `list[str & ~AlwaysFalsy] & ~AlwaysFalsy`

homeassistant/components/sma/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/solarlog/coordinator.py

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

homeassistant/components/sonos/speaker.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@join`, found `SonosSpeaker`
[error] invalid-return-type - Return type does not match returned value: expected `list[SonosSpeaker]`, found `list[Self@join] | list[SonosSpeaker]`

homeassistant/components/sql/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Any & ~AlwaysFalsy]]`

homeassistant/components/steamist/entity.py

[error] invalid-argument-type - Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/template/lock.py

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

homeassistant/components/tesla_fleet/climate.py

[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[Unknown | str] | list[str] | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[str] | None`

homeassistant/components/teslemetry/climate.py

[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[Unknown | str] | list[str] | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[str] | None`

homeassistant/components/tessie/select.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `TessieSeatHeaterOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `TessieSeatCoolerOptions`, found `str`

homeassistant/components/thread/dataset_store.py

[error] not-iterable - Object of type `Any | None | list[Unknown | dict[str, Any]]` may not be iterable
[error] not-iterable - Object of type `Any | None | list[dict[str, Any]]` may not be iterable

homeassistant/components/thread/diagnostics.py

[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[str] & ~AlwaysFalsy`, `list[Unknown]`, `None` in union `Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `list[str] & ~AlwaysFalsy`, `list[Unknown]`, `None` in union `str | (list[str] & ~AlwaysFalsy) | list[Unknown] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `keys` is not defined on `str`, `list[str] & ~AlwaysFalsy`, `list[Unknown]`, `None` in union `Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `keys` is not defined on `str`, `list[str] & ~AlwaysFalsy`, `list[Unknown]`, `None` in union `str | (list[str] & ~AlwaysFalsy) | list[Unknown] | dict[Unknown, Unknown] | None`

homeassistant/components/tikteck/light.py

[error] invalid-assignment - Object of type `list[Unknown | int]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`
[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`

homeassistant/components/todo/__init__.py

[error] invalid-argument-type - Argument to bound method `async_delete_todo_items` is incorrect: Expected `list[str]`, found `list[str & ~AlwaysFalsy] & ~AlwaysFalsy`

homeassistant/components/toon/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, str]]`

homeassistant/components/tplink/__init__.py

[error] invalid-argument-type - Argument to bound method `async_update_entry` is incorrect: Expected `Mapping[str, Any] | UndefinedType`, found `dict[str & ~Literal["credentials_hash"], Any]`

homeassistant/components/tractive/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Trackables]`, found `list[Trackables & ~AlwaysFalsy]`

homeassistant/components/vilfo/config_flow.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `Literal["cannot_connect"]` on object of type `dict[str, None | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["data"]` and value of type `<class 'CannotConnect'>` on object of type `dict[str, None | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `Literal["invalid_auth"]` on object of type `dict[str, None | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["data"]` and value of type `<class 'InvalidAuth'>` on object of type `dict[str, None | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `Literal["success"]` on object of type `dict[str, None | dict[Unknown, Unknown]]`

homeassistant/components/vizio/media_player.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str & ~AlwaysFalsy]]`

homeassistant/components/whirlpool/config_flow.py

[error] invalid-argument-type - Argument to bound method `async_show_form` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str & ~AlwaysFalsy]`

homeassistant/components/yale/entity.py

[error] invalid-assignment - Invalid assignment to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown & ~AlwaysFalsy]]`

homeassistant/components/yamaha_musiccast/media_player.py

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

homeassistant/components/zwave_js/triggers/event.py

[error] invalid-argument-type - Argument to function `move_top_level_schema_fields_to_options` is incorrect: Expected `dict[Marker, Any]`, found `dict[Optional | Required, <class 'str'> | All | ((value: str | list[Unknown]) -> list[str]) | ... omitted 4 union elements]`

homeassistant/components/zwave_js/triggers/value_updated.py

[error] invalid-argument-type - Argument to function `move_top_level_schema_fields_to_options` is incorrect: Expected `dict[Marker, Any]`, found `dict[Optional | Required, All | ((value: str | list[Unknown]) -> list[str]) | In | Any | Coerce]`

homeassistant/core.py

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

homeassistant/helpers/condition.py

[error] invalid-argument-type - Argument to function `check_all_match_state` is incorrect: Expected `list[State]`, found `list[(Unknown & ~AlwaysFalsy) | (State & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `check_any_match_state` is incorrect: Expected `list[State]`, found `list[(Unknown & ~AlwaysFalsy) | (State & ~AlwaysFalsy)]`

homeassistant/helpers/intent.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

homeassistant/helpers/translation.py

[error] invalid-argument-type - Argument to bound method `get_cached` is incorrect: Expected `set[str]`, found `set[str & ~AlwaysFalsy] | Unknown | set[str]`

homeassistant/helpers/trigger.py

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

homeassistant/util/unit_system.py

[error] invalid-assignment - Object of type `dict[str, set[str] | set[str | None] | Unknown | ... omitted 4 union elements]` is not assignable to `dict[str, set[str] | set[str | None]]`

cryptography (https://github.com/pyca/cryptography)

src/cryptography/hazmat/bindings/openssl/binding.py

[error] invalid-argument-type - Argument to function `build_conditional_library` is incorrect: Expected `dict[str, () -> list[str]]`, found `dict[str, () -> list[str]]`

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

cwltool/argparser.py

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

cwltool/builder.py

[warning] redundant-cast - Value is already of type `list[str]`
[error] invalid-return-type - Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, Unknown | None | int | ... omitted 4 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, None | int | str | ... omitted 3 union elements]`

cwltool/command_line_tool.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `list[int]` on object of type `dict[str, MutableSequence[str | int] | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-assignment - Object of type `dict[str, MutableSequence[str | int] | MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[Any] | list[Unknown | str | int | ... omitted 3 union elements]]` is not assignable to `dict[str, MutableSequence[str | int] | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`

cwltool/load_tool.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str | int]`

cwltool/workflow_job.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `list[None]` on object of type `dict[str, list[None | int | str | ... omitted 3 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `list[None]` on object of type `dict[str, list[None | int | str | ... omitted 3 union elements]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `list[None]` on object of type `dict[str, list[None | int | str | ... omitted 3 union elements]]`

tests/test_provenance.py

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

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

ddtrace/_trace/_span_link.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["attributes"]` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dropped_attributes_count"]` and value of type `int` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["flags"]` and value of type `int` on object of type `dict[str, str]`

ddtrace/appsec/_metrics.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments

ddtrace/internal/schema/span_attribute_schema.py

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

ddtrace/llmobs/_integrations/openai.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dimensions"]` and value of type `Any | None` on object of type `dict[str, (Any & ~AlwaysFalsy) | str]`

benchmarks/bm/flask_utils.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `bytes`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[error] not-iterable - Object of type `Unknown | None | list[Unknown | URLPattern | None]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[URLPattern | None]` may not be iterable

benchmarks/set_http_meta/scenario.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `Literal["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36"]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `Literal["8.8.8.8"]` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `Mapping[str, str] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `Mapping[str, str] | None`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `Mapping[str, str] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `bool`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `Mapping[str, str] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `dict[str, str] | None`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `bool`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `int | str | None`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `dict[str, str] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `dict[str, str] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | dict[str, list[str]] | None`, found `str | int | dict[str, str] | Unknown | dict[str, int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `int | str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `int | str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `set_http_meta` is incorrect: Expected `str | dict[str, list[str]] | None`, found `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]`

benchmarks/span/scenario.py

[error] invalid-argument-type - Argument to bound method `_add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str]`

ddtrace/_trace/span.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["attributes"]` and value of type `dict[Unknown, Unknown] & ~AlwaysFalsy` on object of type `dict[str, str | int]`

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[Unknown | tuple[Literal["DD_APPSEC_ENABLED"], int, Unknown]]`
[error] invalid-argument-type - Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[tuple[Literal["DD_APPSEC_ENABLED"], int, Unknown]]`

ddtrace/appsec/_iast/_taint_tracking/aspects.py

[error] invalid-assignment - Object of type `list[str] | list[bytes] | list[bytearray] | list[str | Unknown | bytes]` is not assignable to `list[str | bytes | bytearray | None]`
[error] invalid-assignment - Object of type `list[str] | list[bytes] | list[bytearray] | list[str | bytes]` is not assignable to `list[str | bytes | bytearray | None]`

ddtrace/contrib/internal/aiobotocore/patch.py

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

ddtrace/contrib/internal/boto/patch.py

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

ddtrace/contrib/internal/botocore/patch.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Any | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Any | None` and `(Unknown & ~None) | ((original_func, instance, args, kwargs, function_vars) -> Unknown) | list[Unknown | str] | ((original_func, instance, args, kwargs: dict[Unknown, Unknown], function_vars: dict[Unknown, Unknown]) -> Unknown)`
[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `list[Unknown | str]` is not callable

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

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | (Any & Top[list[Unknown]]) | list[Unknown] | list[Unknown | str | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | (Any & Top[list[Unknown]]) | list[Any] | list[str | (Any & ~Top[list[Unknown]]) | None]]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | ExecutionContext[Unknown] | dict[str, Any]]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[ExecutionContext[Unknown] | dict[str, Any]]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | ExecutionContext[Unknown] | dict[str, Any]]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[ExecutionContext[Unknown] | dict[str, Any]]`

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

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

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

[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | ExecutionContext[Unknown] | None]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[ExecutionContext[Unknown] | None | (Any & Top[dict[Unknown, Unknown]])]`

ddtrace/contrib/internal/botocore/utils.py

[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | ExecutionContext[Unknown] | None]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[ExecutionContext[Unknown] | None | Unknown]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | ExecutionContext[Unknown] | None | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[ExecutionContext[Unknown] | None | dict[Unknown, Unknown]]`

ddtrace/contrib/internal/graphql/patch.py

[error] invalid-argument-type - Argument to bound method `_add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[Unknown | str, Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `_add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, Unknown | str | None]`

ddtrace/contrib/internal/psycopg/connection.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

ddtrace/contrib/internal/pynamodb/patch.py

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

ddtrace/contrib/internal/redis_utils.py

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

ddtrace/contrib/internal/subprocess/patch.py

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

ddtrace/contrib/internal/trace_utils.py

[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | Span | str | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Span | str | None | ... omitted 4 union elements]`

ddtrace/contrib/internal/trace_utils_base.py

[error] invalid-argument-type - Argument to function `dispatch_with_results` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | str | None]`
[error] invalid-argument-type - Argument to function `dispatch_with_results` is incorrect: Expected `tuple[Any, ...]`, found `list[str | None]`

ddtrace/debugging/_redaction.py

[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[Unknown | str]` and `Unknown | EnvVariable[set[Unknown]]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[str]` and `Unknown | EnvVariable[set[Unknown]]`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `(Unknown & ~CIVisibilitySpanForwarder) | (TraceProcessor & ~CIVisibilitySpanForwarder)`, found `TraceFilter & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `configure` is incorrect: Expected `list[TraceProcessor] | None`, found `list[(Unknown & ~CIVisibilitySpanForwarder) | (TraceProcessor & ~CIVisibilitySpanForwarder)]`

ddtrace/internal/coverage/instrumentation_py3_12.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `tuple[None | str, tuple[Unknown, ...]]` on object of type `dict[int, tuple[str, tuple[str, ...]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `tuple[None | str, tuple[str, ...]]` on object of type `dict[int, tuple[str, tuple[str, ...]]]`

ddtrace/internal/telemetry/writer.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dd-api-key"]` and value of type `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy)` on object of type `dict[str, str]`

ddtrace/internal/writer/writer.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[400]`

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_dd.faithfulness_disagreements"]` and value of type `list[dict[str, Unknown]]` on object of type `dict[str, str]`

ddtrace/llmobs/_experiment.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `dict[Unknown | str, Unknown | str]` on object of type `list[DatasetRecord]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `dict[str, Unknown | str]` on object of type `list[DatasetRecord]`
[error] invalid-return-type - Return type does not match returned value: expected `TaskResult | None`, found `dict[Unknown | str, Unknown | int | str | ... omitted 7 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `TaskResult | None`, found `dict[str, int | Unknown | str | ... omitted 7 union elements]`

ddtrace/llmobs/_integrations/langchain.py

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

ddtrace/llmobs/_llmobs.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["created_context"]` and value of type `Context` on object of type `dict[str, None]`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`

ddtrace/propagation/_database_monitoring.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dddb"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddh"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddprs"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["traceparent"]` and value of type `Unknown` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddsh"]` and value of type `str` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`

ddtrace/propagation/http.py

[error] invalid-argument-type - Argument to function `_attach_baggage_to_context` is incorrect: Expected `Context`, found `Unknown | Context | None`
[error] invalid-argument-type - Argument to function `_attach_baggage_to_context` is incorrect: Expected `Context`, found `Context | None`
[error] invalid-argument-type - Argument to function `_context_to_span_link` is incorrect: Expected `Context`, found `Context | Unknown | None`
[error] invalid-argument-type - Argument to function `_context_to_span_link` is incorrect: Expected `Context`, found `Context | None | Unknown`
[error] unresolved-attribute - Attribute `get_all_baggage_items` is not defined on `None` in union `Context | Unknown | None`
[error] unresolved-attribute - Attribute `get_all_baggage_items` is not defined on `None` in union `Context | None | Unknown`

ddtrace/vendor/dogstatsd/base.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~AlwaysFalsy`, found `str`

ddtrace/vendor/ply/yacc.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `None`, found `Production`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Production` on object of type `list[None]`

ddtrace/vendor/psutil/setup.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, str]] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, list[str]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Iterable[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, type[Command]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, str]] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Never`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Sequence[setuptools._distutils.extension.Extension] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, list[str]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[Any, Any]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[str, list[str]] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[str, list[str]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, type[Command]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[Any, Any]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Never`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, Command]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Never`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, _DictLike[str, tuple[str, str]]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Never`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, bool]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Sequence[setuptools._distutils.extension.Extension] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[Any, Any]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | Literal[0, 1]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[Any, Any]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[str, list[str]] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_DictLike[str, list[str]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[distutils.extension.Extension]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[Any, Any]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, Command]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, _DictLike[str, tuple[str, str]]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, bool]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, Sequence[str]]] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, _BuildInfo]] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | Literal[0, 1]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, list[str]]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, str, str]]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | Literal[False]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | PathLike[str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[distutils.extension.Extension]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | list[str] | None`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Distribution]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Unknown]`, found `str | Unknown | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, Sequence[str]]] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, _BuildInfo]] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, list[str]]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, str, str]]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | Literal[False]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | Literal[False]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | Literal[False]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | PathLike[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str | list[str] | None`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Distribution]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Unknown]`, found `str | Unknown | list[Unknown | str] | ... omitted 3 union elements`

setup.py

[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `dict[Unknown | str, Unknown | <class 'CustomBuildExt'> | <class 'LibraryDownloader'> | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `dict[str, <class 'CustomBuildExt'> | <class 'LibraryDownloader'> | <class 'CustomBuildRust'> | <class 'CleanLibraries'> | <class 'ExtensionHashes'>]`

tests/appsec/ai_guard/api/test_api_client.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | list[ToolCall] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[ToolCall] | None`

tests/appsec/contrib_appsec/utils.py

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

tests/appsec/iast/aspects/test_template_string_aspect.py

[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]], Literal["dict"], None, Literal[""]]`
[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[dict[str, dict[str, dict[str, str]]], Literal["dict"], None, Literal[""]]`
[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[list[Unknown | list[Unknown | list[Unknown | int]]], Literal["list"], None, Literal[""]]`
[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[list[list[list[int]]], Literal["list"], None, Literal[""]]`
[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[Unknown | int | float | str, Literal["value"], None, Unknown | str]`
[error] invalid-argument-type - Argument to function `template_string_aspect` is incorrect: Expected `list[Any]`, found `tuple[int | float | str, Literal["value"], None, str]`

tests/ci_visibility/api_client/_util.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `Unknown | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `Unknown | dict[str, str]`

tests/ci_visibility/api_client/test_ci_visibility_api_client.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GitData`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GitData`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ITR_SKIPPING_LEVEL`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ITR_SKIPPING_LEVEL`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | None | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | None | float`

tests/ci_visibility/test_ci_visibility.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | str` and `list[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `list[str] | None`

tests/contrib/asyncpg/test_asyncpg.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | int` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | int` and `Literal[1]`

tests/contrib/bottle/test.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["GET "]` and `Unknown | str | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["GET "]` and `str | int`

tests/contrib/cherrypy/test_middleware.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["GET "]` and `Unknown | str | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["GET "]` and `str | int`

tests/contrib/integration_registry/registry_update_helpers/integration.py

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

tests/contrib/langgraph/conftest.py

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

tests/contrib/litellm/utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["tool_calls"]` and value of type `list[Unknown]` on object of type `dict[str, (Unknown & ~AlwaysFalsy) | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `str` in union `(Unknown & ~AlwaysFalsy) | str`

tests/contrib/openai/test_openai_llmobs.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stream_options"]` and value of type `dict[str, bool]` on object of type `dict[str, int | str]`

tests/contrib/pytest/test_pytest.py

[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["efd_flaky"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["efd_flaky"]` and `str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["atr_retry"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["atr_retry"]` and `str | None`

tests/contrib/pytest/test_pytest_final_status.py

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

tests/contrib/ray/test_ray_utils.py

[error] invalid-argument-type - Argument to function `flatten_metadata_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `flatten_metadata_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[int]`

tests/contrib/vertexai/test_vertexai_llmobs.py

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

tests/contrib/vllm/api_app.py

[error] invalid-argument-type - Argument to function `create_async_engine` is incorrect: Expected `str`, found `Unknown | str | int | float`
[error] invalid-argument-type - Argument to function `create_async_engine` is incorrect: Expected `str`, found `str | int | float`
[error] invalid-argument-type - Argument to function `create_async_engine` is incorrect: Expected `str`, found `Unknown | str | int | float`
[error] invalid-argument-type - Argument to function `create_async_engine` is incorrect: Expected `str`, found `str | int | float`

tests/debugging/exploration/_profiler.py

[error] unresolved-attribute - Attribute `__code__` is not defined on `FullyNamedFunction` in union `Unknown | FullyNamedFunction`
[error] unresolved-attribute - Attribute `__code__` is not defined on `FullyNamedFunction` in union `FullyNamedFunction | Unknown`
[error] unresolved-attribute - Attribute `__code__` is not defined on `FullyNamedFunction` in union `Unknown | FullyNamedFunction`
[error] unresolved-attribute - Attribute `__code__` is not defined on `FullyNamedFunction` in union `FullyNamedFunction | Unknown`

tests/debugging/exploration/debugger.py

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

tests/debugging/test_debugger.py

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

tests/internal/crashtracker/test_crashtracker.py

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

tests/internal/remoteconfig/test_remoteconfig_publisher.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ConfigMetadata`, found `dict[Unknown | str, Unknown | str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ConfigMetadata`, found `dict[str, str | int]`

tests/internal/test_periodic.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `None`, found `int`

tests/llmobs/test_experiments.py

[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`
[error] invalid-argument-type - Invalid argument to key "input_data" with declared type `dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]]` on TypedDict `DatasetRecord`: value of type `dict[str, str]`

tests/llmobs/test_llm_judge.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str]]] | list[str] | bool]`

tests/llmobs/test_llmobs_evaluator_runner.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sample_rate"]` and value of type `float` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sample_rate"]` and value of type `float` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`

tests/llmobs/test_logger.py

[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `V2LogEvent`, found `dict[Unknown | str, Unknown | int | float | str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `V2LogEvent`, found `dict[str, int | float | str]`

tests/llmobs/test_utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | list[Unknown | int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | list[int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `dict[str, str | int | float | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `dict[str, str | int | float | dict[str, str]]`

tests/tracer/runtime/test_metric_collectors.py

[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[str]`

tests/tracer/test_ci.py

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

tests/tracer/test_encoders.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, <class 'MsgpackEncoderV04'> | <class 'MsgpackEncoderV05'>].__getitem__(key: str, /) -> <class 'MsgpackEncoderV04'> | <class 'MsgpackEncoderV05'>` cannot be called with key of type `None` on object of type `dict[str, <class 'MsgpackEncoderV04'> | <class 'MsgpackEncoderV05'>]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bytes | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bytes | None`

tests/tracer/test_span.py

[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `Unknown | None | dict[Unknown, Unknown] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `None | dict[Unknown, Unknown] | list[Unknown] | ... omitted 5 union elements`

tests/tracer/test_span_data.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[int]`

tests/tracer/test_trace_utils.py

[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `_store_request_headers` is incorrect: Expected `dict[str, str]`, found `list[Unknown | tuple[str, str]]`
[error] invalid-argument-type - Argument to function `_store_request_headers` is incorrect: Expected `dict[str, str]`, found `list[tuple[str, str]]`

tests/tracer/utils_botocore/test_span_pointers.py

[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`, found `dict[str, dict[str, dict[str, dict[str, str]]]]`

tests/utils.py

[error] invalid-argument-type - Argument is incorrect: Expected `ConfigMetadata`, found `dict[Unknown | str, Unknown | str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `ConfigMetadata`, found `dict[str, str | int | Unknown]`

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

discord/activity.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["emoji"]` and value of type `Emoji` on object of type `dict[str, int | str | None]`

discord/app_commands/models.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name_localizations"]` and value of type `dict[str, str]` on object of type `dict[str, str | ChoiceT@Choice]`

discord/app_commands/transformers.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["choices"]` and value of type `list[dict[str, Any]]` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["channel_types"]` and value of type `list[int]` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["min_value", "min_length"]` and value of type `int | float` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["max_value", "max_length"]` and value of type `int | float` on object of type `dict[str, int | str]`

discord/channel.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_reaction_emoji"]` and value of type `dict[str, Any]` on object of type `dict[str, str | None | int | list[dict[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["applied_tags"]` and value of type `list[str]` on object of type `dict[str, str | int | None]`

discord/client.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gateway"]` and value of type `URL` on object of type `dict[str, int | None]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str`, found `Unknown | int | None`

discord/components.py

[error] invalid-assignment - Invalid assignment to key "channel_types" with declared type `list[Literal[0, 1, 2, 3, 4, ... omitted 8 literals]]` on TypedDict `SelectMenu`: value of type `list[Unknown | int]`
[error] invalid-assignment - Invalid assignment to key "channel_types" with declared type `list[Literal[0, 1, 2, 3, 4, ... omitted 8 literals]]` on TypedDict `SelectMenu`: value of type `list[int]`

discord/ext/commands/view.py

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

discord/gateway.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["shard"]` and value of type `list[int]` on object of type `dict[str, str | None | dict[str, str] | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["presence"]` and value of type `dict[str, str | None | Activity | int]` on object of type `dict[str, str | None | dict[str, str] | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nonce"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["user_ids"]` and value of type `list[int] & ~AlwaysFalsy` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["query"]` and value of type `str` on object of type `dict[str, int]`

discord/http.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["target_user_id"]` and value of type `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["target_application_id"]` and value of type `str` on object of type `dict[str, int]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | URL | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | URL | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str`, found `Unknown | BasicAuth | None | ... omitted 5 union elements`

discord/ui/select.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["options"]` and value of type `list[SelectOption]` on object of type `dict[str, str | None | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["channel_types"]` and value of type `list[ChannelType]` on object of type `dict[str, str | None | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_values"]` and value of type `(Any & Sequence[SelectDefaultValue | Object | Role | ... omitted 7 union elements]) | list[SelectDefaultValue]` on object of type `dict[str, str | None | int]`

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

mypy_django_plugin/transformers/init_create.py

[error] invalid-argument-type - Argument to function `get_actual_types` is incorrect: Expected `list[str]`, found `list[str & ~Literal["pk"]]`

tests/assert_type/contrib/admin/test_utils.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[str]`
[error] no-matching-overload - No overload of function `flatten` matches arguments
[error] type-assertion-failure - Type `list[str | ((Unknown, /) -> str | bool)]` does not match asserted type `list[str | ((Person, /) -> str | bool)]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[str | ((Person, /) -> str | bool)]`
[error] no-matching-overload - No overload of function `flatten` matches arguments
[error] invalid-argument-type - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | list[Unknown | tuple[str, dict[Unknown | str, Unknown | str | list[Unknown | list[Unknown | str] | str]]]]`
[error] invalid-argument-type - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | list[tuple[str, dict[str, str | list[list[str] | str]]]]`
[error] invalid-argument-type - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | tuple[tuple[Literal["Personal Details"], dict[Unknown | str, Unknown | str | tuple[tuple[str, str], str]]]]`
[error] invalid-argument-type - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | tuple[tuple[Literal["Personal Details"], dict[str, str | tuple[tuple[str, str], str]]]]`

tests/assert_type/db/models/test_constraints.py

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

tests/assert_type/db/models/test_enums.py

[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[int]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[int]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[int | str]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[int | str]`
[error] type-assertion-failure - Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Any]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - Type `list[Unknown | tuple[int | float, str] | tuple[bytes, str]]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[tuple[int | float, str] | tuple[bytes, str]]` does not match asserted type `list[Any]`

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

dragonchain/transaction_processor/level_4_actions_utest.py

[error] invalid-argument-type - Argument to function `verify_blocks` is incorrect: Expected `list[L3BlockModel]`, found `list[MagicMock]`

dragonchain/job_processor/job_processor_utest.py

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

dragonchain/lib/database/redisearch.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, TransactionTypeModel].__getitem__(key: str, /) -> TransactionTypeModel` cannot be called with key of type `None` on object of type `dict[str, TransactionTypeModel]`

dragonchain/lib/dto/bnb_utest.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["api_port"]` and value of type `None` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["rpc_port"]` and value of type `None` on object of type `dict[str, str | int]`

dragonchain/lib/matchmaking.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["broadcastInterval"]` and value of type `float` on object of type `dict[str, int | str]`

dragonchain/transaction_processor/level_1_actions_utest.py

[error] invalid-argument-type - Argument to function `create_block` is incorrect: Expected `list[TransactionModel]`, found `list[TransactionModel | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to function `create_block` is incorrect: Expected `list[TransactionModel]`, found `list[TransactionModel | dict[str, str]]`

dragonchain/transaction_processor/level_5_actions_utest.py

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

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

dulwich/subtree.py

[error] invalid-argument-type - Argument to function `build_tree_recursive` is incorrect: Expected `list[bytes]`, found `list[bytes & ~AlwaysFalsy] & ~AlwaysFalsy`

dulwich/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `(Unknown & ~None) | int | float` on object of type `dict[str, dict[Unknown, Unknown] | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["body"]` and value of type `bytes | Iterator[bytes]` on object of type `dict[str, dict[Unknown, Unknown] | bool]`

dulwich/objectspec.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | bytes` and `Repo | RefsContainer`
[error] unsupported-operator - Operator `in` is not supported between objects of type `bytes` and `Repo | RefsContainer`

dulwich/pack.py

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

dulwich/porcelain/__init__.py

[error] invalid-assignment - Object of type `list[Unknown | str | bytes | ... omitted 3 union elements]` is not assignable to `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None`
[error] invalid-assignment - Object of type `list[str | bytes | (Sequence[str | bytes | PathLike[str]] & PathLike[object]) | PathLike[str]]` is not assignable to `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None`
[error] not-iterable - Object of type `Sequence[str | bytes | PathLike[str]] | (list[Unknown | str] & ~PathLike[object]) | bytes | PathLike[str] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None` may not be iterable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | (Unknown & ~bytes) | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to function `_make_branch_ref` is incorrect: Expected `str | bytes`, found `(Sequence[str | bytes] & ~Top[list[Unknown]] & ~tuple[object, ...]) | bytes | Unknown`
[error] invalid-argument-type - Argument to function `_make_branch_ref` is incorrect: Expected `str | bytes`, found `(Sequence[str | bytes] & ~Top[list[Unknown]] & ~tuple[object, ...]) | bytes`

dulwich/refs.py

[error] invalid-return-type - Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Unknown | Ref, Unknown | ObjectID | None]`
[error] invalid-return-type - Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Ref, ObjectID | None]`

dulwich/server.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[bytes, type[Handler]]`, found `Unknown | dict[bytes, <class 'UploadPackHandler'> | <class 'ReceivePackHandler'> | <class 'UploadArchiveHandler'>]`
[error] no-matching-overload - No overload of bound method `update` matches arguments

dulwich/worktree.py

[error] invalid-assignment - Object of type `list[Unknown | str | bytes | (Iterable[str | bytes | PathLike[str]] & PathLike[object]) | PathLike[str]]` is not assignable to `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
[error] invalid-assignment - Object of type `list[str | bytes | (Iterable[str | bytes | PathLike[str]] & PathLike[object]) | PathLike[str]]` is not assignable to `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`

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

python/egglog/declarations.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@descendants]`, found `list[TypedExprDecl]`
[error] invalid-return-type - Return type does not match returned value: expected `list[TypedExprDecl]`, found `list[Self@descendants]`

python/egglog/egraph_state.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Var`, found `Lit | Var | Call`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `list[Lit | Var | Call]`, found `list[Var]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, list[Lit | Var | Call]] | None`, found `tuple[str, list[Lit | Var | Call] | list[Var]] | None`

python/egglog/pretty.py

[error] invalid-assignment - Object of type `list[UnboundVarDecl]` is not assignable to `list[UnboundVarDecl | LetRefDecl | LitDecl | ... omitted 5 union elements]`
[error] invalid-assignment - Object of type `list[UnboundVarDecl]` is not assignable to `list[UnboundVarDecl | LetRefDecl | LitDecl | ... omitted 5 union elements]`

python/tests/test_high_level.py

[error] invalid-argument-type - Argument to function `my_fn` is incorrect: Expected `Set[i64] | set[i64 | int]`, found `set[int]`
[error] invalid-argument-type - Argument to function `my_fn` is incorrect: Expected `Map[i64, String] | dict[i64 | int, String | str]`, found `dict[int, str]`

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

freqtrade/configuration/config_validation.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str]` on object of type `dict[str, str | dict[str, dict[str, str | list[str] | int] | dict[str, str] | dict[str, str | list[str] | int | float] | ... omitted 23 union elements] | dict[str, dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str] | bool] | dict[str, str | bool] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | int] | dict[str, str]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str | dict[str, str | dict[str, dict[str, str] | dict[str, str | int] | dict[str, str | bool]] | list[str]]] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str] | dict[str, str | list[str] | int] | ... omitted 4 union elements] | list[str]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str]` on object of type `dict[str, str | dict[str, dict[str, str | list[str] | int] | dict[str, str] | dict[str, str | list[str] | int | float] | ... omitted 23 union elements] | dict[str, dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str] | bool] | dict[str, str | bool] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | int] | dict[str, str]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str | dict[str, str | dict[str, dict[str, str] | dict[str, str | int] | dict[str, str | bool]] | list[str]]] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str] | dict[str, str | list[str] | int] | ... omitted 4 union elements] | list[str]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str]` on object of type `dict[str, str | dict[str, dict[str, str | list[str] | int] | dict[str, str] | dict[str, str | list[str] | int | float] | ... omitted 23 union elements] | dict[str, dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str] | bool] | dict[str, str | bool] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | int] | dict[str, str]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str | dict[str, str | dict[str, dict[str, str] | dict[str, str | int] | dict[str, str | bool]] | list[str]]] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str] | dict[str, str | list[str] | int] | ... omitted 4 union elements] | list[str]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str]` on object of type `dict[str, str | dict[str, dict[str, str | list[str] | int] | dict[str, str] | dict[str, str | list[str] | int | float] | ... omitted 23 union elements] | dict[str, dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str] | bool] | dict[str, str | bool] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | int] | dict[str, str]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str | dict[str, str | dict[str, dict[str, str] | dict[str, str | int] | dict[str, str | bool]] | list[str]]] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str] | dict[str, str | list[str] | int] | ... omitted 4 union elements] | list[str]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str]` on object of type `dict[str, str | dict[str, dict[str, str | list[str] | int] | dict[str, str] | dict[str, str | list[str] | int | float] | ... omitted 23 union elements] | dict[str, dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str] | bool] | dict[str, str | bool] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | int] | dict[str, str]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str | dict[str, str | dict[str, dict[str, str] | dict[str, str | int] | dict[str, str | bool]] | list[str]]] | dict[str, str | int]] | list[str]] | dict[str, str | dict[str, dict[str, str | bool] | dict[str, str] | dict[str, str | list[str] | int] | ... omitted 4 union elements] | list[str]]]]`

freqtrade/data/converter/converter.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

freqtrade/freqtradebot.py

[error] invalid-argument-type - Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[str, str]`

freqtrade/optimize/backtesting.py

[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[Unknown | int | None]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[int | None]`

freqtrade/plot/plotting.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

freqtrade/rpc/rpc.py

[error] invalid-argument-type - Argument to bound method `_ws_all_analysed_dataframes` is incorrect: Expected `list[str]`, found `list[str & ~AlwaysFalsy] | list[str]`

freqtrade/rpc/telegram.py

[error] invalid-argument-type - Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str | None`, found `Unknown | datetime`
[error] invalid-argument-type - Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str | None`, found `Any | datetime`
[error] invalid-argument-type - Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str`, found `Unknown | datetime`
[error] invalid-argument-type - Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str`, found `Any | datetime`

freqtrade/strategy/strategyupdater.py

[error] unresolved-attribute - Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `Unknown | set[Unknown] | list[tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `Unknown | set[Unknown] | list[tuple[str, str]]`

freqtrade/templates/FreqaiExampleHybridStrategy.py

[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to attribute `class_names` on type `Unknown | IFreqaiModel | DummyClass`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `class_names` on type `Unknown | IFreqaiModel | DummyClass`

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

tests/pyutils/test_inspect.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `dict[int, list[int]]` on object of type `list[int]`

tests/type/test_definition.py

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

tests/type/test_validation.py

[error] invalid-assignment - Object of type `dict[str, GraphQLNamedType | dict[Unknown | str, Unknown | str] | GraphQLDirective]` is not assignable to attribute `type_map` of type `dict[str, GraphQLNamedType]`
[error] invalid-assignment - Object of type `dict[str, GraphQLNamedType | dict[str, str] | GraphQLDirective]` is not assignable to attribute `type_map` of type `dict[str, GraphQLNamedType]`

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

hydpy/core/indextools.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments

hydpy/core/parametertools.py

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

hydpy/core/testtools.py

[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `type[Sequence_] & ~type[InputSequence] & ~type[InletSequence] & ~type[ObserverSequence] & ~type[ReceiverSequence] & ~type[StateSequence] & ~type[LogSequence]`, found `type[Sequence_]`

hydpy/core/variabletools.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>].__getitem__(key: <class 'float'> | <class 'int'> | <class 'builtins.bool'>, /) -> <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>` cannot be called with key of type `type[float]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>].__getitem__(key: <class 'float'> | <class 'int'> | <class 'builtins.bool'>, /) -> <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>` cannot be called with key of type `type[int]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>].__getitem__(key: <class 'float'> | <class 'int'> | <class 'builtins.bool'>, /) -> <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>` cannot be called with key of type `type[float]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>].__getitem__(key: <class 'float'> | <class 'int'> | <class 'builtins.bool'>, /) -> <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>` cannot be called with key of type `type[int]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'builtins.bool'>, <class 'float64'> | <class 'signedinteger[_64Bit]'> | <class 'numpy.bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'bool'>, int | float].__getitem__(key: <class 'float'> | <class 'int'> | <class 'bool'>, /) -> int | float` cannot be called with key of type `type[float]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'bool'>, int | float]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'float'> | <class 'int'> | <class 'bool'>, int | float].__getitem__(key: <class 'float'> | <class 'int'> | <class 'bool'>, /) -> int | float` cannot be called with key of type `type[int]` on object of type `dict[<class 'float'> | <class 'int'> | <class 'bool'>, int | float]`

hydpy/docs/draw_model_sketches.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[(SC & ~UZ & ~LZ) | (Edge & ~UZ & ~LZ) | (Title & ~UZ & ~LZ) | ... omitted 4 union elements]`, found `tuple[UZ, UZ, SG1, SG1, SG23, SG23]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[(SC & ~LZ & ~UZ_SG1_BW & ~SG23) | (Edge & ~LZ & ~UZ_SG1_BW & ~SG23) | (Title & ~LZ & ~UZ_SG1_BW & ~SG23) | ... omitted 4 union elements]`, found `tuple[BW, BW, BW, BW, LZ]`

hydpy/exe/xmltools.py

[error] invalid-argument-type - Argument to bound method `_get_getitem` is incorrect: Expected `type[GetItem]`, found `Unknown | <class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`
[error] invalid-argument-type - Argument to bound method `_get_getitem` is incorrect: Expected `type[GetItem]`, found `<class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`
[error] invalid-argument-type - Argument to bound method `_get_changeitem` is incorrect: Argument type `Unknown | SetItem | AddItem | MultiplyItem | GetItem` does not satisfy constraints (`SetItem`, `AddItem`, `MultiplyItem`) of type variable `_TypeSetOrAddOrMultiplyItem`
[error] invalid-argument-type - Argument to bound method `_get_changeitem` is incorrect: Argument type `SetItem | AddItem | MultiplyItem | GetItem` does not satisfy constraints (`SetItem`, `AddItem`, `MultiplyItem`) of type variable `_TypeSetOrAddOrMultiplyItem`

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

src/hydra_zen/structured_configs/_implementations.py

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

src/hydra_zen/wrapper/_implementations.py

[error] invalid-argument-type - Argument is incorrect: Expected `P@Zen.kwargs`, found `Unknown | DictConfig`
[error] invalid-argument-type - Argument is incorrect: Expected `P@Zen.kwargs`, found `DictConfig | Unknown`

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

ibis/backends/__init__.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[type[Self@db_identity]]`, found `GeneratorType[str, None, None]`

ibis/backends/athena/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/bigquery/datatypes.py

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

ibis/backends/bigquery/tests/system/udf/test_udf_execute.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | <class 'float'>]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, <class 'float'>]`

ibis/backends/bigquery/tests/unit/test_datatypes.py

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

ibis/backends/bigquery/tests/unit/udf/test_core.py

[error] unresolved-attribute - Object of type `dict[Unknown | str, Unknown | int]` has no attribute `a`
[error] unresolved-attribute - Object of type `dict[str, int]` has no attribute `a`

ibis/backends/bigquery/tests/unit/udf/test_usage.py

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

ibis/backends/databricks/__init__.py

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

ibis/backends/databricks/tests/test_datatypes.py

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

ibis/backends/duckdb/__init__.py

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

ibis/backends/duckdb/tests/test_datatypes.py

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

ibis/backends/flink/datatypes.py

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

ibis/backends/impala/__init__.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `set[Unknown | str | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `set[str | dict[Unknown, Unknown]]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `None | Unknown | str`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `None | str`

ibis/backends/impala/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/impala/tests/test_exprs.py

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

ibis/backends/impala/tests/test_udf.py

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

ibis/backends/impala/tests/test_value_exprs.py

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

ibis/backends/materialize/api.py

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

ibis/backends/mysql/datatypes.py

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

ibis/backends/oracle/__init__.py

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

ibis/backends/polars/rewrites.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, str]`

ibis/backends/pyspark/datatypes.py

[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'JSON'>` and value of type `Unknown` on object of type `dict[<class 'Binary'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 9 union elements, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'UUID'>` and value of type `Unknown` on object of type `dict[<class 'Binary'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 9 union elements, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str`

ibis/backends/singlestoredb/__init__.py

[error] invalid-argument-type - Argument to bound method `do_connect` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `do_connect` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Any, Unknown]`

ibis/backends/singlestoredb/datatypes.py

[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type`, found `(Unknown & <Protocol with members '__mro__'>) | <class 'Decimal'> | <class 'Int8'> | ... omitted 14 union elements`
[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type`, found `<class 'Decimal'> | <class 'Int8'> | <class 'Int16'> | ... omitted 14 union elements`

ibis/backends/singlestoredb/tests/test_compiler.py

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

ibis/backends/singlestoredb/tests/test_datatypes.py

[error] unresolved-attribute - Attribute `func` is not defined on `<class 'Decimal'>`, `<class 'Int8'>`, `<class 'Int16'>`, `<class 'Int32'>`, `<class 'Float32'>`, `<class 'Float64'>`, `<class 'Int64'>`, `<class 'String'>`, `<class 'Date'>`, `<class 'Time'>`, `<class 'Timestamp'>`, `<class 'UInt8'>`, `<class 'Binary'>`, `<class 'JSON'>`, `<class 'Null'>` in union `Unknown | <class 'Decimal'> | <class 'Int8'> | ... omitted 14 union elements`
[error] unresolved-attribute - Attribute `func` is not defined on `<class 'Decimal'>`, `<class 'Int8'>`, `<class 'Int16'>`, `<class 'Int32'>`, `<class 'Float32'>`, `<class 'Float64'>`, `<class 'Int64'>`, `<class 'String'>`, `<class 'Date'>`, `<class 'Time'>`, `<class 'Timestamp'>`, `<class 'UInt8'>`, `<class 'Binary'>`, `<class 'JSON'>`, `<class 'Null'>` in union `<class 'Decimal'> | <class 'Int8'> | <class 'Int16'> | ... omitted 14 union elements`

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

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

ibis/backends/sql/compilers/pyspark.py

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

ibis/backends/sql/compilers/snowflake.py

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

ibis/backends/sql/compilers/trino.py

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

ibis/backends/sql/datatypes.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'Null'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 16 union elements, Unknown].__getitem__(key: <class 'Null'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 16 union elements, /) -> Unknown` cannot be called with key of type `type[DataType]` on object of type `dict[<class 'Null'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 16 union elements, Unknown]`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown | Array[Unknown]]` is not assignable to `tuple[Unknown, ...]`
[error] invalid-assignment - Object of type `dict[Unknown, Array[Unknown]]` is not assignable to `tuple[Unknown, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | Float16 | Float32 | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Float16 | Float32 | Float64 | ... omitted 4 union elements`

ibis/backends/tests/test_array.py

[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred`, found `dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred`, found `dict[str, int | float]`

ibis/backends/tests/test_struct.py

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

ibis/backends/tests/test_vectorized_udf.py

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

ibis/backends/trino/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/common/deferred.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ([_T_co](a: _SupportsInversion[_T_co], /) -> _T_co) | ([_T_co](a: _SupportsNeg[_T_co], /) -> _T_co), str].__getitem__(key: ((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ((a: _SupportsInversion[_T_co], /) -> _T_co) | ((a: _SupportsNeg[_T_co], /) -> _T_co), /) -> str` cannot be called with key of type `(...) -> Unknown` on object of type `dict[((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ([_T_co](a: _SupportsInversion[_T_co], /) -> _T_co) | ([_T_co](a: _SupportsNeg[_T_co], /) -> _T_co), str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ([_T_co](a: _SupportsInversion[_T_co], /) -> _T_co) | ([_T_co](a: _SupportsNeg[_T_co], /) -> _T_co), str].__getitem__(key: ((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ((a: _SupportsInversion[_T_co], /) -> _T_co) | ((a: _SupportsNeg[_T_co], /) -> _T_co), /) -> str` cannot be called with key of type `(...) -> Unknown` on object of type `dict[((a: Any, b: Any, /) -> Any) | ((a: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, b: _SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT, /) -> Any) | ([_T_co](a: _SupportsInversion[_T_co], /) -> _T_co) | ([_T_co](a: _SupportsNeg[_T_co], /) -> _T_co), str]`

ibis/common/graph.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@find_topmost]`, found `tuple[Node, ...]`

ibis/common/tests/test_graph.py

[error] invalid-argument-type - Argument to function `bfs` is incorrect: Expected `Node`, found `list[Unknown | MyNode]`
[error] invalid-argument-type - Argument to function `bfs` is incorrect: Expected `Node`, found `list[MyNode]`
[error] invalid-argument-type - Argument to function `dfs` is incorrect: Expected `Node`, found `list[Unknown | MyNode]`
[error] invalid-argument-type - Argument to function `dfs` is incorrect: Expected `Node`, found `list[MyNode]`

ibis/common/tests/test_grounds.py

[error] invalid-argument-type - Argument is incorrect: Expected `List[Float]`, found `list[Unknown | str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `List[Float]`, found `list[str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `Map[str, Integer]`, found `dict[Unknown | str, Unknown | str | int | float]`
[error] invalid-argument-type - Argument is incorrect: Expected `Map[str, Integer]`, found `dict[str, str | int | float]`
[error] unresolved-attribute - Attribute `a` is not defined on `Annotable` in union `Unknown | Annotable`
[error] unresolved-attribute - Object of type `Annotable` has no attribute `a`
[error] unresolved-attribute - Attribute `b` is not defined on `Annotable` in union `Unknown | Annotable`
[error] unresolved-attribute - Object of type `Annotable` has no attribute `b`
[error] unresolved-attribute - Attribute `args` is not defined on `Annotable` in union `Unknown | Annotable`
[error] unresolved-attribute - Object of type `Annotable` has no attribute `args`

ibis/common/tests/test_patterns.py

[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Unknown]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Unknown]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | Capture]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[Unknown | int | SomeOf]`
[error] invalid-argument-type - Argument to function `match` is incorrect: Expected `Pattern`, found `list[int | SomeOf]`

ibis/examples/gen_registry.py

[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `Path`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `Path`, found `str`

ibis/expr/api.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int & ~AlwaysFalsy, str]`, found `tuple[Literal[0], Literal["s"]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str`

ibis/expr/datatypes/tests/test_cast.py

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

ibis/expr/datatypes/tests/test_core.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int16 | Int32 | ... omitted 18 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int16 | Int32 | Int64 | ... omitted 17 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int16 | Int32 | ... omitted 14 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int16 | Int32 | Int64 | ... omitted 13 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | Float64 | ... omitted 13 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | Float64 | String | ... omitted 12 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Array[Unknown] | Map[Unknown, Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Array[Unknown] | Map[Unknown, Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Map[Unknown, Unknown] | Array[Unknown] | Int8]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Map[Unknown, Unknown] | Array[Unknown] | Int8]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Map[Unknown, Unknown] | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Map[Unknown, Unknown] | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | Float64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64 | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64 | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String]`

ibis/expr/datatypes/value.py

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

ibis/expr/operations/arrays.py

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

ibis/expr/operations/temporal_windows.py

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

ibis/expr/operations/tests/test_core.py

[error] invalid-argument-type - Argument is incorrect: Expected `Value[Array[Float64], Any]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Array[Float64], Any]`, found `list[int | float]`

ibis/expr/operations/udf.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

ibis/expr/sql.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

ibis/expr/tests/test_format.py

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

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown | bool]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[bool]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown | bool]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[bool]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int32 | Int16]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int32 | Int16]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String | Decimal | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String | Decimal | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String | Decimal]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String | Decimal]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | String | Int32]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, String | Int32]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[str, Int64 | String | Boolean]`

ibis/expr/types/generic.py

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

ibis/expr/types/joins.py

[error] invalid-argument-type - Argument to bound method `from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`

ibis/expr/types/relations.py

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

ibis/expr/types/temporal.py

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

ibis/formats/numpy.py

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

ibis/formats/pandas.py

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

ibis/formats/polars.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, Unknown].__getitem__(key: <class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, /) -> Unknown` cannot be called with key of type `type[DataType]` on object of type `dict[<class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, Unknown]`

ibis/formats/pyarrow.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'Null'> | <class 'Boolean'> | <class 'Binary'> | ... omitted 17 union elements, Unknown].__getitem__(key: <class 'Null'> | <class 'Boolean'> | <class 'Binary'> | ... omitted 17 union elements, /) -> Unknown` cannot be called with key of type `type[DataType]` on object of type `dict[<class 'Null'> | <class 'Boolean'> | <class 'Binary'> | ... omitted 17 union elements, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType]`

ibis/formats/tests/test_pandas.py

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

ibis/tests/expr/test_pretty_repr.py

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

ibis/tests/expr/test_table.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown | str, Unknown | Alias]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[str, Alias]`

ibis/tests/expr/test_temporal.py

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

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

examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb:cell 30

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy]`

examples/notebooks/EfficientNet_Cifar100_finetuning.ipynb:cell 65

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Loss | Accuracy | Precision | Recall | TopKCategoricalAccuracy]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Loss | Accuracy | Precision | Recall | TopKCategoricalAccuracy]`

examples/notebooks/FashionMNIST.ipynb:cell 20

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss | ConfusionMatrix]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss | ConfusionMatrix]`

examples/cifar100_amp_benchmark/benchmark_fp32.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar100_amp_benchmark/benchmark_nvidia_apex.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar100_amp_benchmark/benchmark_torch_cuda_amp.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar10_qat/main.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar10_raytune/main.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_save_resume_engine.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_clearml_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_neptune_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard_on_tpu.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_visdom_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_wandb_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb:cell 22

[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown | tuple[int, int | float]]`
[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[tuple[int, int | float]]`

ignite/handlers/param_scheduler.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to `int | float | list[int | float]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `int`

tests/ignite/conftest.py

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

tests/ignite/distributed/utils/__init__.py

[error] invalid-argument-type - Argument to function `new_group` is incorrect: Expected `list[int]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `new_group` is incorrect: Expected `list[int]`, found `list[str]`

tests/ignite/engine/test_custom_events.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[None, None, None, None, None] | tuple[(e, i) -> Unknown, None, None, None, None] | tuple[None, int, None, None, None] | ... omitted 29 union elements, bool].__getitem__(key: tuple[None, None, None, None, None] | tuple[(e, i) -> Unknown, None, None, None, None] | tuple[None, int, None, None, None] | ... omitted 29 union elements, /) -> bool` cannot be called with key of type `tuple[None | ((e, i) -> Unknown), None | int, None | int, None | int, None | int]` on object of type `dict[tuple[None, None, None, None, None] | tuple[(e, i) -> Unknown, None, None, None, None] | tuple[None, int, None, None, None] | ... omitted 29 union elements, bool]`

tests/ignite/engine/test_deterministic.py

[error] unresolved-attribute - Attribute `device` is not defined on `tuple[Any, ...]` in union `Unknown | tuple[Any, ...]`
[error] unresolved-attribute - Attribute `device` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Unknown`

tests/ignite/engine/test_engine.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `Unknown | Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Unknown | Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[5]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `int | Unknown` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `Literal[0]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[9]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `int | Unknown` on object of type `list[None]`

tests/ignite/handlers/test_checkpoint.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[int]`

tests/ignite/handlers/test_fbresearch_logger.py

[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | int | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `dict[str, int | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `list[Unknown | int | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `list[int | float]` is not assignable to attribute `output` on type `Unknown | State`

tests/ignite/handlers/test_param_scheduler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`

tests/ignite/handlers/test_state_param_scheduler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Unknown | str | int | float | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`

tests/ignite/metrics/nlp/_pyrouge.py

[error] unresolved-attribute - Attribute `index` is not defined on `set[Unknown | str]` in union `Unknown | set[Unknown | str]`
[error] unresolved-attribute - Attribute `index` is not defined on `set[str]` in union `Unknown | set[str]`
[error] not-subscriptable - Cannot delete subscript on object of type `set[Unknown | str]` with no `__delitem__` method
[error] not-subscriptable - Cannot delete subscript on object of type `set[str]` with no `__delitem__` method
[error] unsupported-operator - Operator `+=` is not supported between objects of type `set[Unknown | str]` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `set[str]` and `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`

tests/ignite/metrics/test_loss.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Precision | DummyLoss2]`

tests/ignite/metrics/test_metric.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Precision | CustomMetric]`

tests/ignite/metrics/test_running_average.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Metric | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Metric | None`, found `list[int]`

tests/ignite/metrics/vision/test_object_detection_map.py

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

isort (https://github.com/pycqa/isort)

isort/main.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["order_by_type"]` and value of type `Literal[False]` on object of type `dict[str, Any & ~AlwaysFalsy]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["follow_links"]` and value of type `Literal[False]` on object of type `dict[str, Any & ~AlwaysFalsy]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["float_to_top"]` and value of type `Literal[False]` on object of type `dict[str, Any & ~AlwaysFalsy]`

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

jax/_src/core.py

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

jax/_src/dispatch.py

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

jax/_src/export/_export.py

[error] invalid-assignment - Object of type `list[UnspecifiedValue]` is not assignable to `list[Sharding | UnspecifiedValue]`

jax/_src/interpreters/mlir.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[int | None]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Unknown | UnconstrainedVariants]`, found `None | list[Unknown | UnconstrainedVariants]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[UnconstrainedVariants]`, found `None | list[UnconstrainedVariants]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[Unknown | None | Sharding | AUTO]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[None | Sharding | AUTO]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[Unknown | UnconstrainedVariants]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[UnconstrainedVariants]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[Unknown | None | Sharding | AUTO]`
[error] invalid-argument-type - Argument to function `safe_zip` is incorrect: Expected `Iterable[Any]`, found `None | list[None | Sharding | AUTO]`

jax/_src/interpreters/partial_eval.py

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

jax/_src/interpreters/pxla.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[Array | None]`
[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[Hashable]`

jax/_src/lax/control_flow/loops.py

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

jax/_src/numpy/index_tricks.py

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

jax/_src/numpy/lax_numpy.py

[error] invalid-assignment - Object of type `list[Array]` is not assignable to `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 6 union elements`
[error] invalid-assignment - Object of type `list[int]` is not assignable to `list[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements]`

jax/_src/numpy/vectorize.py

[error] invalid-assignment - Object of type `list[tuple[()]]` is not assignable to `list[tuple[str, ...]]`

jax/_src/pallas/fuser/block_spec.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[BlockIndexTransform]`, found `list[NoBlockIndexTransform | Unknown | BlockIndexTransform]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[BlockIndexTransform]`, found `list[NoBlockIndexTransform | BlockIndexTransform]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `Iterable[BlockSpec | NoBlockSpec]`, found `BlockSpec | tuple[BlockSpec, ...] | list[Unknown | BlockSpec | tuple[BlockSpec, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `Iterable[BlockSpec | NoBlockSpec]`, found `BlockSpec | tuple[BlockSpec, ...] | list[BlockSpec | tuple[BlockSpec, ...]]`

jax/_src/pallas/hlo_interpreter.py

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

jax/_src/pallas/mosaic/core.py

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

jax/_src/pallas/mosaic/interpret/shared_memory.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[ndarray[tuple[Any, ...], dtype[Any]] | None]`: Incompatible value of type `list[None]`

jax/_src/pallas/mosaic/pallas_call_registration.py

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

jax/_src/pallas/mosaic_gpu/torch.py

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

jax/_src/pallas/pipelining/schedulers.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Array | int]`, found `list[int]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[int] | None`, found `list[Unknown | Array | int]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[int] | None`, found `list[Array | int]`

jax/_src/pallas/primitives.py

[error] unresolved-attribute - Attribute `shape` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `shape`
[error] unresolved-attribute - Attribute `dtype` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `dtype`

jax/_src/pallas/triton/lowering.py

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

jax/_src/shard_map.py

[error] invalid-assignment - Object of type `list[NoFail]` is not assignable to `list[ShapedArray | NoFail]`

jax/_src/sharding_impls.py

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

jax/_src/xla_bridge.py

[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `DistributedRuntimeClient | None`, found `Unknown | DistributedRuntimeClient | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `DistributedRuntimeClient | None`, found `DistributedRuntimeClient | Any | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `Sequence[str]`, found `Unknown | DistributedRuntimeClient | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `Sequence[str]`, found `DistributedRuntimeClient | Any | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `int`, found `Unknown | DistributedRuntimeClient | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `int`, found `DistributedRuntimeClient | Any | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `int`, found `Unknown | DistributedRuntimeClient | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `str`, found `DistributedRuntimeClient | Any | None | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `make_transfer_server_interface_factory` is incorrect: Expected `str`, found `Unknown | DistributedRuntimeClient | None | ... omitted 3 union elements`

jax/collect_profile.py

[error] unresolved-attribute - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[error] unresolved-attribute - Object of type `PathLike[str] | int | str | bytes | PathLike[bytes]` has no attribute `glob`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | PathLike[str] | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `PathLike[str] | int | str | bytes | PathLike[bytes]` and `Literal["remote.trace.json.gz"]`

jax/experimental/array_serialization/serialization_test.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `tuple[None, Array]` on object of type `list[Array | tuple[Array, Array]]`
[error] invalid-assignment - Object of type `Array` is not assignable to attribute `a` on type `Unknown | Array | dict[Unknown | str, Unknown | list[Unknown | Array | tuple[Array, Array]]] | P`
[error] invalid-assignment - Object of type `Array` is not assignable to attribute `a` on type `Array | dict[str, list[Array | tuple[Array, Array]]] | P`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Array | dict[str, list[Array | tuple[Array, Array]]] | P`, found `D`

jax/experimental/colocated_python/serialization.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'Mesh'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'NamedSharding'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'DeviceList'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`

jax/experimental/jax2tf/jax2tf.py

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

jax/experimental/jax2tf/tests/shape_poly_test.py

[error] invalid-argument-type - Argument to function `conv_and_run` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `conv_and_run` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[tuple[list[Unknown | str], list[Unknown | str]] | dict[str, str]]`
[error] invalid-argument-type - Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[tuple[list[str], list[str]] | dict[str, str]]`
[error] invalid-argument-type - Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `tuple[tuple[list[Unknown | str], list[Unknown | str]], dict[str, str]]`
[error] invalid-argument-type - Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `tuple[tuple[list[str], list[str]], dict[str, str]]`

jax/experimental/jet.py

[error] invalid-argument-type - Argument to function `square` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `None | Array`
[error] invalid-argument-type - Argument to function `exp` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `None | Array`
[error] unsupported-operator - Operator `*` is not supported between two objects of type `None | Array`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `None | Array`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `None | Array`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal[1]` and `None | Array`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal[1]` and `None | Array`
[error] unsupported-operator - Operator `*` is not supported between two objects of type `None | Array`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `None | Array`

jax/experimental/key_reuse/_core.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `Var`, found `Var | Literal`

jax/experimental/mosaic/gpu/constraints.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

jax/experimental/mosaic/gpu/layout_inference.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `NotOfType`, found `IsTransferable`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `IsValidMmaTiling`, found `Equals`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `IsValidMmaTiling`, found `Equals`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[Variable, Constant]`, found `dict[Variable, RegisterLayout]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `IsValidMmaTiling`, found `Divides`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `IsValidMmaTiling`, found `Divides`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[BlockSpec]` and `list[None]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[BlockSpec]` and `list[None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BlockSpec`, found `None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BlockSpec`, found `None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[ShapeDtypeStruct]` and `list[None]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[BlockSpec]` and `list[None]`

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

examples/basic/translate.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `bound method dict[str, str].__getitem__(key: str, /) -> str` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ngettext"]` and value of type `(s, p, n) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

src/jinja2/compiler.py

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

src/jinja2/environment.py

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

src/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

src/jinja2/filters.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Any | Undefined` on object of type `list[None]`

src/jinja2/lexer.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `str` on object of type `dict[LiteralString, str]`
[error] no-matching-overload - No overload of bound method `get` matches arguments

src/jinja2/nodes.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`

src/jinja2/sandbox.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

tests/test_async.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["add_each"]` and value of type `(v, x) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

tests/test_ext.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `(x) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

tests/test_imports.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

tests/test_lexnparse.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["foo"]` and value of type `(a, b, c, e, g) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

tests/test_regression.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["get_int"]` and value of type `() -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["x"]` and value of type `Literal["x"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["y"]` and value of type `Literal["y"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

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

kopf/_cogs/clients/api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float] | list[Unknown | (int & ~Iterable[object]) | (float & ~Iterable[object])]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float]`

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

tests/native/test_models.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`

manticore/binary/binary.py

[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `arch` of type `def arch(self) -> Unknown`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `arch` of type `def arch(self) -> Unknown`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `arch` of type `def arch(self) -> Unknown`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `arch` of type `def arch(self) -> Unknown`

manticore/core/smtlib/solver.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `bytes` on object of type `list[None]`

manticore/platforms/decree.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `Unknown | int` on object of type `list[Unknown | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `Unknown | int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `None` on object of type `list[Unknown | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `None` on object of type `list[None]`

manticore/platforms/linux.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["pos"]` and value of type `None | int` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["pos"]` and value of type `None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[int | None]`: Incompatible value of type `list[None]`

manticore/platforms/wasm.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[FuncAddr | None]`, found `list[None]`

manticore/utils/event.py

[error] unresolved-attribute - Attribute `_published_events` is not defined on `Self@__new__` in union `Unknown | Self@__new__`
[error] unresolved-attribute - Attribute `_published_events` is not defined on `type` in union `Unknown | type`

server/manticore_server/manticore_server.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["children_ids"]` and value of type `list[Unknown]` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int] | None`, found `int`

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

misc/python/materialize/checks/scenarios_upgrade.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate | Validate]`, found `list[Action]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize | Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize | Manipulate`, found `Validate`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize | Manipulate]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize]`

misc/python/materialize/feature_benchmark/measurement_source.py

[error] invalid-argument-type - Argument to bound method `_get_time_for_marker` is incorrect: Expected `list[str]`, found `list[Any & ~AlwaysFalsy]`

misc/python/materialize/workload_replay/executor.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timings"]` and value of type `list[Unknown]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["errors"]` and value of type `defaultdict[Unknown, Unknown]` on object of type `dict[str, int]`

misc/python/materialize/checks/cloudtest_actions.py

[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `tag` on type `Unknown | K8sResource`
[error] unresolved-attribute - Unresolved attribute `tag` on type `K8sResource`
[error] unresolved-attribute - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `replace`

misc/python/materialize/cli/optbench.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

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

[error] unresolved-attribute - Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `env`
[error] unresolved-attribute - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `replace`

misc/python/materialize/feature_benchmark/benchmark.py

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

misc/python/materialize/parallel_workload/parallel_workload.py

[error] invalid-declaration - Cannot declare type `list[int | float]` for inferred type `list[int]`

test/cloudtest/test_compute.py

[error] unresolved-attribute - Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `env`
[error] unresolved-attribute - Attribute `extra_args` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `extra_args`
[error] unresolved-attribute - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `replace`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Unknown | int | None | str | dict[Unknown | str, Unknown | str]` and `dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `int | None | str | dict[str, str]` and `dict[str, str]`
[error] unresolved-attribute - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`
[error] unresolved-attribute - Object of type `K8sResource` has no attribute `replace`

test/limits/mzcompose.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Zookeeper | Kafka | Postgres | ... omitted 10 union elements`, found `Clusterd`

test/parallel-benchmark/mzcompose.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, PgConnInfo]`, found `dict[str, PgConnInfo & ~AlwaysFalsy] | dict[str, PgConnInfo]`
[error] invalid-argument-type - Argument to bound method `setup` is incorrect: Expected `dict[str, PgConnInfo]`, found `dict[str, PgConnInfo & ~AlwaysFalsy] | dict[str, PgConnInfo]`

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

mesonbuild/cmdline.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Object of type `dict[OptionKey, str]` is not assignable to attribute `cmd_line_options` of type `dict[OptionKey, str | None]`

mesonbuild/mdevenv.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~AlwaysFalsy`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~AlwaysFalsy`, found `str`
[error] invalid-argument-type - Argument to function `execvpe` is incorrect: Expected `tuple[str | bytes | PathLike[str] | PathLike[bytes], ...] | list[bytes] | list[str] | ... omitted 5 union elements`, found `(Any & ~AlwaysFalsy) | list[str & ~AlwaysFalsy] | list[str]`

mesonbuild/scripts/env2mfile.py

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

mesonbuild/scripts/scanbuild.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `list[str] | None`

mesonbuild/backend/backends.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[Unknown | str] | list[str] | list[Unknown | str | None] | list[Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[str] | list[str | None] | list[str | Unknown] | list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `list[str] | None | list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `list[str] | None`

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["rspfile_quote_style"]` and value of type `RSPFileSyntax` on object of type `dict[str, bool]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, bool | RSPFileSyntax]`, found `dict[str, bool]`
[error] invalid-assignment - Object of type `list[str] | list[Unknown]` is not assignable to `list[str | NinjaCommandArg]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[NinjaCommandArg]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `get_link_whole_for` is incorrect: Expected `list[str]`, found `list[Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `get_link_whole_for` is incorrect: Expected `list[str]`, found `list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`

mesonbuild/backend/xcodebackend.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[bool, str].__getitem__(key: bool, /) -> str` cannot be called with key of type `int` on object of type `dict[bool, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[bool, str].__getitem__(key: bool, /) -> str` cannot be called with key of type `list[str]` on object of type `dict[bool, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[bool, str].__getitem__(key: bool, /) -> str` cannot be called with key of type `str` on object of type `dict[bool, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, None | str].__getitem__(key: str, /) -> None | str` cannot be called with key of type `int` on object of type `dict[str, None | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, None | str].__getitem__(key: str, /) -> None | str` cannot be called with key of type `list[str]` on object of type `dict[str, None | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`

mesonbuild/build.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[str | None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-assignment - Object of type `(list[str | None] & ~AlwaysFalsy) | list[None]` is not assignable to `list[str | None]`: Incompatible value of type `(list[str | None] & ~AlwaysFalsy) | list[None]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `Unknown | list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str | Unknown` on object of type `list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Unknown | str` on object of type `list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str` on object of type `list[Literal["no_name"]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `Unknown | str`
[error] unresolved-attribute - Attribute `absolute_path` is not defined on `FileInTargetPrivateDir` in union `Unknown | File | FileInTargetPrivateDir`
[error] unresolved-attribute - Attribute `absolute_path` is not defined on `FileInTargetPrivateDir` in union `File | FileInTargetPrivateDir`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildTargetKeywordArguments`, found `dict[Unknown | str, Unknown | bool | dict[Unknown | Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], Unknown | list[str]] | list[IncludeDirs] | list[Dependency]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildTargetKeywordArguments`, found `dict[str, bool | dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], list[str]] | list[IncludeDirs] | list[Dependency]]`

mesonbuild/compilers/asm.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`

mesonbuild/compilers/compilers.py

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

mesonbuild/compilers/detect.py

[error] invalid-argument-type - Argument to function `_get_gnu_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `_get_clang_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_win_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `_get_gnu_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`

mesonbuild/compilers/mixins/apple.py

[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `ImmutableListProtocol[str]`

mesonbuild/compilers/mixins/visualstudio.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[str] | list[str & ~Literal["/Gw"]]`

mesonbuild/compilers/rust.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str | None` on object of type `list[str]`

mesonbuild/coredata.py

[error] invalid-assignment - Object of type `Literal["lib"]` is not assignable to attribute `default` on type `Unknown | UserStringOption | UserBooleanOption | ... omitted 4 union elements`
[error] invalid-assignment - Object of type `Literal["lib"]` is not assignable to attribute `default` on type `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements`

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - Argument to bound method `_find_matching_toolkit` is incorrect: Expected `list[tuple[str | None, str | None, bool]]`, found `list[tuple[str, str, bool]]`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]]`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `ImmutableListProtocol[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]]`

mesonbuild/dependencies/detect.py

[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[Unknown | DependencyCandidate[Unknown]] | list[Unknown | (((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object] & ~type) | (DependencyCandidate[Unknown] & ~type)] | list[DependencyCandidate[ExternalDependency]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[DependencyCandidate[Unknown]] | list[(((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object] & ~type) | (DependencyCandidate[Unknown] & ~type)] | list[DependencyCandidate[ExternalDependency]]`

mesonbuild/dependencies/mpi.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str & ~AlwaysFalsy]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str & ~AlwaysFalsy]`, found `list[str]`
[error] invalid-assignment - Invalid assignment to key "tools" with declared type `list[str]` on TypedDict `DependencyObjectKWs`: value of type `list[str & ~AlwaysFalsy]`

mesonbuild/dependencies/pkgconfig.py

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

mesonbuild/dependencies/python.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `list[str] | None`, found `list[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | list[Unknown]`

mesonbuild/envconfig.py

[error] invalid-assignment - Object of type `dict[str, list[Unknown | str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`
[error] invalid-assignment - Object of type `dict[str, list[str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`
[error] invalid-assignment - Object of type `dict[str, list[Unknown | str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`
[error] invalid-assignment - Object of type `dict[str, list[str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`
[error] invalid-assignment - Object of type `dict[str, list[Unknown | str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`
[error] invalid-assignment - Object of type `dict[str, list[str]]` is not assignable to `Mapping[str, ImmutableListProtocol[str]]`

mesonbuild/interpreter/compiler.py

[error] invalid-assignment - Object of type `ExtractRequired | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
[error] invalid-assignment - Object of type `ExtractRequired | dict[str, bool]` is not assignable to `ExtractRequired | None`
[error] invalid-assignment - Object of type `ExtractRequired | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
[error] invalid-assignment - Object of type `ExtractRequired | dict[str, bool]` is not assignable to `ExtractRequired | None`

mesonbuild/interpreter/interpreter.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[bool]` and `list[str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[bool]` and `list[str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[bool]` and `list[str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[bool]` and `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str & ~AlwaysFalsy]`
[error] no-matching-overload - No overload of bound method `source_strings_to_files` matches arguments
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[Unknown | str, Unknown | bool | str]`
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | str]`
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[Unknown | str, Unknown | bool | None]`
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - Object of type `dict[str, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `Executable`: value of type `list[Unknown | str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `Executable`: value of type `list[str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `Jar`: value of type `list[Unknown | str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `Jar`: value of type `list[str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `SharedLibrary`: value of type `list[Unknown | str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `SharedLibrary`: value of type `list[str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `SharedModule`: value of type `list[Unknown | str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `SharedModule`: value of type `list[str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `StaticLibrary`: value of type `list[Unknown | str | None]`
[error] invalid-assignment - Invalid assignment to key "install_tag" with declared type `str | None` on TypedDict `StaticLibrary`: value of type `list[str | None]`

mesonbuild/interpreterbase/helpers.py

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

mesonbuild/interpreterbase/interpreterbase.py

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

mesonbuild/minit.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str] | None` and `list[str]`

mesonbuild/mintro.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["exclude_dirs"]` and value of type `list[Unknown]` on object of type `dict[str, str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["exclude_files"]` and value of type `list[Unknown]` on object of type `dict[str, str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, str | None]` on object of type `dict[str, dict[str, str | list[str] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["error_list"]` and value of type `list[str]` on object of type `dict[str, dict[str, str | int] | dict[str, Unknown | str] | dict[str, dict[str, str | int] | dict[Unknown, Unknown]] | bool]`
[error] unresolved-attribute - Attribute `exclude` is not defined on `InstallDataBase` in union `Unknown | InstallDataBase`
[error] unresolved-attribute - Object of type `InstallDataBase` has no attribute `exclude`

mesonbuild/modules/codegen.py

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

mesonbuild/modules/external_project.py

[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `make` of type `ImmutableListProtocol[str]`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`
[error] invalid-argument-type - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Unknown | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `Unknown | list[Any] | list[Unknown | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`

mesonbuild/modules/python.py

[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `Unknown | list[str | None] | list[Any] | list[Any | str]`
[error] invalid-assignment - Invalid assignment to key "install_dir" with declared type `str | bool | None` on TypedDict `ExtensionModuleKw`: value of type `list[Unknown | str | bool]`
[error] invalid-assignment - Invalid assignment to key "install_dir" with declared type `str | bool | None` on TypedDict `ExtensionModuleKw`: value of type `list[str | bool]`
[error] invalid-assignment - Invalid assignment to key "install_dir" with declared type `str | bool | None` on TypedDict `ExtensionModuleKw`: value of type `list[Unknown | OptionString]`
[error] invalid-assignment - Invalid assignment to key "install_dir" with declared type `str | bool | None` on TypedDict `ExtensionModuleKw`: value of type `list[OptionString]`
[error] invalid-argument-type - Argument to bound method `get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`

mesonbuild/modules/rust.py

[error] invalid-assignment - Invalid assignment to key "args" with declared type `list[str | File | Target | ExternalProgram]` on TypedDict `FuncTest`: value of type `list[str]`

mesonbuild/options.py

[warning] redundant-cast - Value is already of type `list[UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]`

mesonbuild/programs.py

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

mesonbuild/rewriter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `None` on object of type `dict[str, BaseNode]`
[error] invalid-argument-type - Argument to bound method `reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode | UnknownValue] | set[BaseNode]`

mesonbuild/scripts/symbolextractor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~AlwaysFalsy`, found `str`

mesonbuild/tooldetect.py

[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[str], str] | None`, found `tuple[Unknown | list[Any] | list[Unknown | str] | list[str | None], str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[str], str] | None`, found `tuple[Unknown | list[Any] | list[Any | str] | list[str | None], str]`

mesonbuild/utils/universal.py

[warning] redundant-cast - Value is already of type `list[_T@typeslistify]`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str]`

mesonbuild/utils/vsenv.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ImmutableListProtocol[str] | None` and `list[str]`

mesonbuild/wrap/wrap.py

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

run_tests.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `None | list[Unknown | str] | list[str]` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | list[str]` and `list[str]`

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

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

unittests/allplatformstests.py

[error] invalid-assignment - Invalid subscript assignment with key of type `None` and value of type `dict[str, str]` on object of type `dict[str, dict[str, str]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str | int, str | None] | tuple[list[Unknown | str], str]]` is not assignable to attribute `values` of type `dict[str, tuple[str | int, str | None]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str | int, str | None] | tuple[list[str], str]]` is not assignable to attribute `values` of type `dict[str, tuple[str | int, str | None]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[Unknown | str, Unknown | bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to function `detect_compiler_for` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `detect_compiler_for` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`

unittests/internaltests.py

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

unittests/linuxliketests.py

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

unittests/optiontests.py

[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`

unittests/rewritetests.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[Unknown | str]` and `Sequence[str] & ~str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[str]` and `Sequence[str] & ~str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `Sequence[str] & ~str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `Sequence[str] & ~str`

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

mitmproxy/addons/savehar.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["postData"]` and value of type `dict[str, Unknown | str | None | list[dict[Unknown, Unknown]]]` on object of type `dict[str, str | list[dict[Unknown, Unknown]] | int]`

test/mitmproxy/contentviews/test__view_zip.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`

examples/contrib/jsondump.py

[error] not-iterable - Object of type `Unknown | None | list[Unknown | dict[Unknown | str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[Unknown | str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[Unknown | str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[Unknown | str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements]]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements]]` may not be iterable

mitmproxy/addons/core.py

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

mitmproxy/connection.py

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

mitmproxy/dns.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timestamp"]` and value of type `(int & ~AlwaysFalsy) | (float & ~AlwaysFalsy)` on object of type `dict[str, int | str | list[dict[Unknown, Unknown]] | list[dict[str, str | int | HTTPSRecordJSON]]]`

mitmproxy/io/compat.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["duplicated"]` and value of type `Literal["This WebSocket flow has been migrated from an old file format version and may appear duplicated."]` on object of type `dict[str, bytes | None | list[Unknown] | int]`

test/mitmproxy/addons/test_cut.py

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

test/mitmproxy/addons/test_proxyserver.py

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

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to attribute `alpn_protocols` on type `QuicTlsSettings | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `alpn_protocols` on type `QuicTlsSettings | None`
[error] invalid-assignment - Object of type `list[Unknown | str]` is not assignable to attribute `alpn_protocols` on type `QuicTlsSettings | None`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `alpn_protocols` on type `QuicTlsSettings | None`

test/mitmproxy/contentviews/test__view_multipart.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`

test/mitmproxy/contentviews/test_base.py

[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[str | bytes, str | bytes]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `format_dict` is incorrect: Expected `Mapping[str | bytes, str | bytes]`, found `dict[str, str]`

test/mitmproxy/net/http/test_cookies.py

[error] invalid-argument-type - Argument to function `_read_set_cookie_pairs` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | list[Unknown | tuple[str, str]]] | list[Unknown | list[Unknown | tuple[str, str] | tuple[str, None]]]`
[error] invalid-argument-type - Argument to function `_read_set_cookie_pairs` is incorrect: Expected `str`, found `str | list[list[tuple[str, str]]] | list[list[tuple[str, str] | tuple[str, None]]]`
[error] invalid-argument-type - Argument to function `parse_set_cookie_header` is incorrect: Expected `str`, found `Unknown | str | list[Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `parse_set_cookie_header` is incorrect: Expected `str`, found `str | list[Unknown] | list[tuple[str, str, tuple[()]]] | ... omitted 4 union elements`

test/mitmproxy/proxy/layers/http/test_http1.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`

test/mitmproxy/proxy/layers/test_websocket.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`

test/mitmproxy/test_command.py

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

test/mitmproxy/test_http.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[list[Unknown | bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[list[bytes]]`

test/mitmproxy/test_types.py

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

test/mitmproxy/tools/console/test_commander.py

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

test/mitmproxy/tools/console/test_flowview.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `dict[str, str]`

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

mkdocs/tests/build_tests.py

[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to attribute `meta` on type `Page | None`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `meta` on type `Page | None`

mkdocs/tests/plugin_tests.py

[error] invalid-argument-type - Argument to bound method `on_nav` is incorrect: Expected `Navigation`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `on_nav` is incorrect: Expected `Navigation`, found `list[str]`

mkdocs/tests/structure/nav_tests.py

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

mkdocs/tests/structure/page_tests.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | str] | str | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `dict[str, str] | str | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `dict[str, str] | str`
[error] invalid-assignment - Object of type `Unknown | str | None` is not assignable to attribute `edit_uri` of type `weak_property`
[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `edit_uri` of type `weak_property`

mkdocs/tests/utils/templates_tests.py

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

mkosi (https://github.com/systemd/mkosi)

mkosi/config.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str & ~AlwaysFalsy, ConfigSetting[Any]].__getitem__(key: str & ~AlwaysFalsy, /) -> ConfigSetting[Any]` cannot be called with key of type `str` on object of type `dict[str & ~AlwaysFalsy, ConfigSetting[Any]]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str & ~AlwaysFalsy`, found `str & ~Literal["%"]`

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

pymongo/server_selectors.py

[error] invalid-argument-type - Argument to bound method `with_server_descriptions` is incorrect: Expected `list[ServerDescription]`, found `list[(Unknown & ~AlwaysFalsy) | (ServerDescription & ~AlwaysFalsy)] | list[Unknown]`

pymongo/asynchronous/client_bulk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any] | Sequence[Mapping[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/collection.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["let"]` and value of type `Mapping[str, Any]` on object of type `dict[str, str | bool | list[dict[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, Mapping[str, Any] | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["let"]` and value of type `Mapping[str, Any]` on object of type `dict[str, str | bool | list[dict[str, Mapping[str, Any] | int]]]`

pymongo/synchronous/client_bulk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any] | Sequence[Mapping[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, int | Mapping[str, Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/collection.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["let"]` and value of type `Mapping[str, Any]` on object of type `dict[str, str | bool | list[dict[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hint"]` and value of type `str | dict[str, Any]` on object of type `dict[str, Mapping[str, Any] | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["let"]` and value of type `Mapping[str, Any]` on object of type `dict[str, str | bool | list[dict[str, Mapping[str, Any] | int]]]`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[None]` on object of type `list[None]`

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

mypy/checkpattern.py

[error] invalid-argument-type - Argument to bound method `contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType] | list[Instance]`

mypy/semanal_enum.py

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

mypy/semanal_typeargs.py

[error] invalid-argument-type - Argument to bound method `check_type_var_values` is incorrect: Expected `list[Type]`, found `(Unknown & list[Type] & ~AlwaysFalsy) | list[Unknown & ~TypeVarType]`

mypy/typeops.py

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

mypyc/codegen/emitmodule.py

[error] invalid-argument-type - Argument to function `load_scc_from_cache` is incorrect: Expected `list[MypyFile]`, found `list[(Unknown & ~AlwaysFalsy) | (MypyFile & ~AlwaysFalsy)] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `compile_scc_to_ir` is incorrect: Expected `list[MypyFile]`, found `list[(Unknown & ~AlwaysFalsy) | (MypyFile & ~AlwaysFalsy)] & ~AlwaysFalsy`

mypyc/ir/rtypes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[RType]`, found `list[RStruct]`

mypyc/primitives/generic_ops.py

[error] invalid-argument-type - Argument to function `function_op` is incorrect: Expected `list[RType]`, found `list[RPrimitive]`

mypyc/transform/spill.py

[error] invalid-argument-type - Argument to function `spill_regs` is incorrect: Expected `set[Value]`, found `set[(Unknown & ~Register) | (Value & ~Register)]`

mypy/checker.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Type]`, found `list[(Type & ~AlwaysFalsy) | UninhabitedType]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Instance | TypeType`, found `NoneType`
[error] invalid-argument-type - Argument to bound method `check_method_call_by_name` is incorrect: Expected `list[Expression]`, found `list[TempNode]`
[error] invalid-argument-type - Argument to bound method `check_method_call_by_name` is incorrect: Expected `list[Expression]`, found `list[TempNode]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[Type], list[Type]]`, found `tuple[list[Type], list[TypeVarType & ~NoneType] | list[Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[Expression, Type], dict[Expression, Type]]`, found `tuple[dict[Expression & ~ComparisonExpr & ~AssignmentExpr, ProperType], dict[Expression & ~ComparisonExpr & ~AssignmentExpr, ProperType]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[Expression, Type], dict[Expression, Type]]`, found `tuple[dict[Expression & ~ComparisonExpr & ~AssignmentExpr, ProperType], dict[Expression & ~ComparisonExpr & ~AssignmentExpr, ProperType]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `ProperType | Unknown` on object of type `list[ProperType & ~UnionType]`

mypy/checkexpr.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[Type | None]`
[error] invalid-assignment - Object of type `dict[Expression, UninhabitedType]` is not assignable to `dict[Expression, Type]`
[error] invalid-assignment - Object of type `dict[Expression, UninhabitedType]` is not assignable to `dict[Expression, Type]`
[error] no-matching-overload - No overload of function `get_proper_types` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `list[Type]`, found `list[AnyType]`
[error] invalid-argument-type - Argument to bound method `check_generator_or_comprehension` is incorrect: Expected `list[Type] | None`, found `list[Type] | list[mypy.types.NoneType]`

mypy/dmypy_server.py

[error] invalid-argument-type - Argument to bound method `add_explicitly_new` is incorrect: Expected `list[tuple[str, str]]`, found `list[tuple[Unknown | (str & ~AlwaysFalsy), (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[tuple[str, str]], list[tuple[str, str]]]`, found `tuple[list[tuple[Unknown | (str & ~AlwaysFalsy), (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]], list[Unknown]]`

mypy/fastparse.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[Type | None]`
[error] invalid-assignment - Object of type `list[AnyType]` is not assignable to `list[Type | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, Expression]] | None`, found `list[tuple[str & ~AlwaysFalsy, Any]]`

mypy/nativeparse.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, Expression]] | None`, found `list[tuple[Unknown & ~Literal["metaclass"], Unknown]] | None`

mypy/nodes.py

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

mypy/typeanal.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[str | None]`
[error] invalid-argument-type - Argument to function `check_param_names` is incorrect: Expected `list[Context]`, found `list[TypeList]`
[error] invalid-argument-type - Argument to function `check_arg_kinds` is incorrect: Expected `list[Context]`, found `list[TypeList]`

mypyc/build.py

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

mypyc/irbuild/ll_builder.py

[error] invalid-argument-type - Argument to bound method `gen_method_call` is incorrect: Expected `list[Value]`, found `list[Value & ~AlwaysFalsy] | list[Unknown]`

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

nox/manifest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]`, found `Unknown | Sequence[str]`

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

openlibrary/accounts/model.py

[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[str, Unknown & ~AlwaysFalsy] | bool | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[str, Unknown & ~AlwaysFalsy] | bool | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `dict[str, Unknown & ~AlwaysFalsy] | bool | Unknown`
[error] unresolved-attribute - Attribute `pop` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - Attribute `pop` is not defined on `bool` in union `dict[str, Unknown & ~AlwaysFalsy] | bool | Unknown`
[error] unresolved-attribute - Attribute `pop` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - Attribute `pop` is not defined on `bool` in union `dict[str, Unknown & ~AlwaysFalsy] | bool | Unknown`

openlibrary/book_providers.py

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

openlibrary/catalog/add_book/tests/test_load_book.py

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

openlibrary/catalog/utils/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Attribute `search` is not defined on `str` in union `Unknown | str`

openlibrary/catalog/utils/query.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["limit"]` and value of type `Literal[10]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["offset"]` and value of type `Literal[0]` on object of type `dict[str, str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Literal[10]`

openlibrary/catalog/utils/tests/test_catalog_utils.py

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

openlibrary/core/edits.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["order"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int | dict[str, Unknown]]`

openlibrary/core/lending.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-argument-type - Argument to function `get_availability` is incorrect: Expected `list[str]`, found `list[str & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to function `get_availability` is incorrect: Expected `list[str]`, found `list[str & ~AlwaysFalsy]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/core/observations.py

[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-iterable - Object of type `int | str | list[int] | list[dict[str, int | str]]` may not be iterable
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `str | int | dict[str, int | str]`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `int` in union `str | int | dict[str, int | str]`
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-iterable - Object of type `int | str | list[int] | list[dict[str, int | str]]` may not be iterable
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-iterable - Object of type `int | str | list[int] | list[dict[str, int | str]]` may not be iterable
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-iterable - Object of type `int | str | list[int] | list[dict[str, int | str]]` may not be iterable
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-iterable - Object of type `int | str | list[int] | list[dict[str, int | str]]` may not be iterable

openlibrary/core/olmarkdown.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int` and value of type `LineBreaksPreprocessor` on object of type `list[HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor`, found `AutolinkPreprocessor`

openlibrary/plugins/openlibrary/code.py

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

openlibrary/plugins/openlibrary/lists.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[ThingReferenceDict | str | AnnotatedSeedDict]`, found `list[ThingReferenceDict | (str & ~AlwaysFalsy) | AnnotatedSeedDict]`

openlibrary/plugins/upstream/covers.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[Unknown | str, Unknown | None]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str, Unknown | None]`

openlibrary/plugins/upstream/models.py

[error] invalid-argument-type - Argument to function `get_availability` is incorrect: Expected `list[str]`, found `list[Unknown & ~AlwaysFalsy]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/plugins/upstream/tests/test_utils.py

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

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - Argument to bound method `q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[Unknown | tuple[str, str] | tuple[str, Unknown | int]]`

openlibrary/plugins/worksearch/tests/test_worksearch.py

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

openlibrary/solr/updater/author.py

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

openlibrary/tests/catalog/test_utils.py

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

openlibrary/tests/core/test_cache.py

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

openlibrary/utils/solr.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["start"]` and value of type `(Unknown & ~AlwaysFalsy) | Literal[0]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["facet.field"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] unresolved-attribute - Object of type `str` has no attribute `append`

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

optuna/cli.py

[error] invalid-argument-type - Argument is incorrect: Expected `BaseSampler | None`, found `Unknown | BaseStorage | bool | None`
[error] invalid-argument-type - Argument is incorrect: Expected `BaseSampler | None`, found `BaseStorage | Any | bool | None`

optuna/storages/_rdb/storage.py

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

optuna/testing/pytest_samplers.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, CategoricalDistribution | IntDistribution | FloatDistribution]`

optuna/visualization/_parallel_coordinate.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | tuple[int | float, ...]]`, found `dict[str, str | tuple[int | float, ...] | list[int | float] | list[str]]`

tests/gp_tests/test_search_space.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, (FloatDistribution & ~CategoricalDistribution) | (IntDistribution & ~CategoricalDistribution)]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/samplers_tests/test_nsgaii.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`

tests/samplers_tests/test_qmc.py

[error] invalid-argument-type - Argument to bound method `sample_relative` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `_sample_qmc` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`

tests/samplers_tests/tpe_tests/test_parzen_estimator.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/study_tests/test_study.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/test_cli.py

[error] no-matching-overload - No overload of function `check_output` matches arguments
[error] no-matching-overload - No overload of function `check_output` matches arguments
[error] no-matching-overload - No overload of function `check_output` matches arguments
[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `Mapping[bytes, str | bytes | PathLike[str] | PathLike[bytes]] | Mapping[str, str | bytes | PathLike[str] | PathLike[bytes]] | None`, found `dict[str & ~Literal["OPTUNA_STORAGE"], str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_x"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["params_x"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_y"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["params_y"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[dict[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[dict[str, str]]`

tests/test_transform.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, CategoricalDistribution | FloatDistribution | IntDistribution]`

tests/trial_tests/test_frozen.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `distributions` on type `FrozenTrial` with custom `__set__` method
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/visualization_tests/test_contour.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tests/visualization_tests/test_rank.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tests/visualization_tests/test_slice.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tutorial/20_recipes/009_ask_and_tell.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tutorial/20_recipes/013_wilcoxon_pruner.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `signedinteger[Unknown]`

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

paasta_tools/cli/cmds/local_run.py

[error] invalid-return-type - Return type does not match returned value: expected `DockerAuthConfig | None`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `DockerAuthConfig | None`, found `dict[str, str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown]` is not assignable to `AWSSessionCreds`
[error] invalid-assignment - Object of type `dict[str, Unknown]` is not assignable to `AWSSessionCreds`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown]` is not assignable to `AWSSessionCreds`
[error] invalid-assignment - Object of type `dict[str, Any]` is not assignable to `AWSSessionCreds`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[Unknown | str, Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`

paasta_tools/cli/cmds/spark_run.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[Unknown | str, Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`

paasta_tools/contrib/paasta_update_soa_memcpu.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown | str, Unknown]`, `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[str, Unknown]`, `dict[str, str]` in union `Unknown | dict[str, Unknown] | dict[str, str] | list[str]`

paasta_tools/frameworks/native_service_config.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, int | float]]`, found `dict[str, str | dict[str, int | float] | dict[str, int | float | list[dict[str, int]]]]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str] | ... omitted 3 union elements]` is not assignable to `TaskInfo`
[error] invalid-assignment - Object of type `dict[str, str | dict[str, str] | dict[str, str | dict[str, str | list[dict[str, Unknown]] | list[Unknown]] | list[dict[str, Unknown]]] | dict[str, str | list[dict[str, str | bool]]] | list[dict[str, str | dict[str, int | float]]]]` is not assignable to `TaskInfo`

paasta_tools/instance/kubernetes.py

[error] invalid-return-type - Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[Unknown | str, Unknown | str | int | ... omitted 3 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[str, Unknown | str | int | ... omitted 3 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[Unknown | str, Unknown | str | int | list[Unknown | Mapping[str, Any]] | None]`
[error] invalid-return-type - Return type does not match returned value: expected `KubernetesVersionDict`, found `dict[str, Unknown | str | int | list[Mapping[str, Any]] | None]`

paasta_tools/kubernetes_tools.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nvidia.com/gpu"]` and value of type `int | None` on object of type `dict[str, int | float | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nvidia.com/gpu"]` and value of type `int | None` on object of type `dict[str, int | float | str]`

paasta_tools/metrics/metastatus_lib.py

[error] invalid-return-type - Return type does not match returned value: expected `ResourceUtilizationDict`, found `dict[Unknown | str, Unknown | ResourceInfo | int]`
[error] invalid-return-type - Return type does not match returned value: expected `ResourceUtilizationDict`, found `dict[str, ResourceInfo | int]`
[error] invalid-return-type - Return type does not match returned value: expected `ResourceUtilizationDict`, found `dict[Unknown | str, Unknown | ResourceInfo | int]`
[error] invalid-return-type - Return type does not match returned value: expected `ResourceUtilizationDict`, found `dict[str, ResourceInfo | int]`

paasta_tools/paastaapi/api_client.py

[error] unresolved-attribute - Attribute `append` is not defined on `None`, `dict[Unknown, Unknown]` in union `Unknown | None | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None`, `dict[Unknown, Unknown]` in union `None | dict[Unknown, Unknown] | list[Unknown]`

paasta_tools/secret_providers/vault.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `CryptoKey`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `CryptoKey`, found `dict[str, str | Unknown]`

paasta_tools/setup_kubernetes_job.py

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

paasta_tools/setup_prometheus_adapter_config.py

[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]` is not assignable to `PrometheusAdapterResourceConfig`
[error] invalid-assignment - Object of type `dict[str, dict[str, dict[str, str]]]` is not assignable to `PrometheusAdapterResourceConfig`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | PrometheusAdapterResourceConfig]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterRule`, found `dict[str, dict[str, str] | str | PrometheusAdapterResourceConfig]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterConfig`, found `dict[Unknown | str, Unknown | list[PrometheusAdapterRule | Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `PrometheusAdapterConfig`, found `dict[str, list[PrometheusAdapterRule | Unknown]]`

paasta_tools/tron/client.py

[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool | str | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool | str | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `bool`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `str | bytes`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `str | bytes`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `str | tuple[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `MutableMapping[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool | str | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool | str | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `bool`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | bytes`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | tuple[str, str] | None`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `str | dict[str, str]`

paasta_tools/tron_tools.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, FieldSelectorConfig]`, found `dict[str, FieldSelectorConfig | dict[Unknown | str, Unknown | str]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, FieldSelectorConfig]`, found `dict[str, FieldSelectorConfig | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["SCS_CONF_STR"]` and value of type `Unknown | str | None` on object of type `dict[str, str]`

paasta_tools/utils.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[Any, ...]` and value of type `dict[Unknown | str, Unknown | _CacheRetT@__call__ | int | float]` on object of type `dict[tuple[Unknown, ...], TimeCacheEntry]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[Any, ...]` and value of type `dict[str, _CacheRetT@__call__ | int | float]` on object of type `dict[tuple[Unknown, ...], TimeCacheEntry]`
[error] invalid-assignment - Object of type `list[DockerParameter | dict[Unknown | str, Unknown | str]]` is not assignable to `list[DockerParameter]`
[error] invalid-assignment - Object of type `list[DockerParameter | dict[str, str]]` is not assignable to `list[DockerParameter]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerParameter`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerParameter`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerVolume`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerVolume`, found `dict[str, str]`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str | None]` is not assignable to `BranchDictV2`
[error] invalid-assignment - Object of type `dict[str, str | None]` is not assignable to `BranchDictV2`

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

pandas/core/array_algos/datetimelike_accumulations.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int].__getitem__(key: (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int` cannot be called with key of type `(...) -> Unknown` on object of type `dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int]`

pandas/core/array_algos/masked_accumulations.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown].__getitem__(key: Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int | Unknown` cannot be called with key of type `(...) -> Unknown` on object of type `dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown]`

pandas/tests/apply/test_frame_transform.py

[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[(x) -> Unknown]`

pandas/tests/apply/test_series_transform.py

[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[((x, a=1, c=0) -> Unknown) | ((x, b=2, c=0) -> Unknown)]`

pandas/tests/arithmetic/conftest.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Index | ndarray[tuple[Any, ...], dtype[Unknown]] | ExtensionArray]`, found `list[int | float]`

pandas/tests/arrays/masked/test_arithmetic.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[int]` and `list[int | float]`

pandas/tests/dtypes/cast/test_dict_compat.py

[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[datetime64[date | int | None], int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[Timestamp, int]`
[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[int, int]`

pandas/tests/frame/methods/test_drop_duplicates.py

[error] invalid-argument-type - Argument to bound method `duplicated` is incorrect: Expected `Literal["first", "last", False]`, found `str | bool`

pandas/tests/frame/test_repr.py

[error] invalid-argument-type - Argument to bound method `to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`

pandas/tests/generic/test_finalize.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `Series` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method

pandas/tests/io/formats/test_to_latex.py

[error] invalid-argument-type - Argument to bound method `to_latex` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, (x) -> Unknown]`

pandas/tests/io/parser/test_compression.py

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

pandas/tests/io/parser/test_concatenate_chunks.py

[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`

pandas/tests/series/accessors/test_cat_accessor.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, tuple[()], dict[Unknown, Unknown]]]`, found `GeneratorType[tuple[str, tuple[str], dict[Unknown, Unknown]] | tuple[str, str, dict[Unknown, Unknown]], None, None]`

pandas/core/arrays/arrow/array.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

pandas/core/arrays/timedeltas.py

[error] invalid-argument-type - Argument to function `_ints_to_td64ns` is incorrect: Expected `str`, found `None | Literal["Y", "y", "M", "W", "w", ... omitted 32 literals]`

pandas/core/common.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Overload[(iterable: Iterable[builtins.bool | Literal[1, 2, 3, 4, 5, ... omitted 41 literals]], /, start: int = 0) -> int, [_SupportsSumNoDefaultT](iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0], [_AddableT1, _AddableT2](iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2] | Overload[[SupportsRichComparisonT](arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, *, key: None = None) -> SupportsRichComparisonT, [_T](arg1: _T, arg2: _T, /, *_args: _T, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT](iterable: Iterable[SupportsRichComparisonT], *, /, key: None = None) -> SupportsRichComparisonT, [_T](iterable: Iterable[_T], *, /, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT, _T](iterable: Iterable[SupportsRichComparisonT], *, /, key: None = None, default: _T) -> SupportsRichComparisonT | _T, [_T1, _T2](iterable: Iterable[_T1], *, /, key: (_T1, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any], default: _T2) -> _T1 | _T2] | Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> numpy.bool[builtins.bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | ... omitted 8 union elements`, found `(...) -> Unknown`

pandas/core/frame.py

[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | list[Unknown | int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | list[int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `DataFrame`, found `Unknown | DataFrame | Series`
[error] invalid-return-type - Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series | Unknown`

pandas/core/generic.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to `int | Literal["index", "columns", "rows"]`
[error] invalid-assignment - Object of type `str` is not assignable to `int | Literal["index", "columns", "rows"]`

pandas/core/groupby/generic.py

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

pandas/core/groupby/ops.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`, found `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]] | dict[tuple[int | float | Unknown, ...], ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`

pandas/core/indexes/base.py

[error] invalid-argument-type - Argument to bound method `_concat` is incorrect: Expected `list[Index]`, found `list[Self@append]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Hashable & ~None)]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Hashable & ~None]`

pandas/core/indexing.py

[error] invalid-assignment - Object of type `list[slice[Any, Any, Any]]` is not assignable to `list[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`

pandas/core/interchange/from_dataframe.py

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

pandas/core/internals/blocks.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Block]`, found `list[Self@replace_list] | list[Block]`

pandas/core/internals/construction.py

[error] invalid-argument-type - Argument to function `_list_to_arrays` is incorrect: Expected `list[tuple[Unknown, ...] | list[Unknown]]`, found `list[tuple[Unknown, ...]]`

pandas/core/internals/managers.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[ndarray[tuple[Any, ...], dtype[Any]] | None]`

pandas/core/reshape/concat.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[Hashable]`

pandas/core/reshape/merge.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'signedinteger[_64Bit]'> | <class 'signedinteger[_32Bit]'> | <class 'signedinteger[_16Bit]'> | ... omitted 11 union elements, <class 'Int64Factorizer'> | <class 'Int32Factorizer'> | <class 'Int16Factorizer'> | ... omitted 10 union elements].__getitem__(key: <class 'signedinteger[_64Bit]'> | <class 'signedinteger[_32Bit]'> | <class 'signedinteger[_16Bit]'> | ... omitted 11 union elements, /) -> <class 'Int64Factorizer'> | <class 'Int32Factorizer'> | <class 'Int16Factorizer'> | ... omitted 10 union elements` cannot be called with key of type `type` on object of type `dict[<class 'signedinteger[_64Bit]'> | <class 'signedinteger[_32Bit]'> | <class 'signedinteger[_16Bit]'> | ... omitted 11 union elements, <class 'Int64Factorizer'> | <class 'Int32Factorizer'> | <class 'Int16Factorizer'> | ... omitted 10 union elements]`

pandas/core/strings/accessor.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `dict[Unknown, Unknown | ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, Unknown | ArrowExtensionArray] | list[Unknown]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `dict[Unknown, ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, ArrowExtensionArray] | list[Unknown]`

pandas/io/excel/_odfreader.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[str]]`

pandas/io/formats/excel.py

[error] invalid-argument-type - Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[Unknown | str, Unknown | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-argument-type - Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[str, dict[str, bool | str | None] | dict[str, dict[str, str | None]] | Unknown | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[Unknown | str, Unknown | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[str, dict[str, bool | str | None] | dict[str, dict[str, str | None]] | Unknown | dict[str, int | float | str | None] | dict[str, str | None]]`

pandas/io/formats/html.py

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

pandas/io/formats/style.py

[error] invalid-argument-type - Argument to bound method `set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[dict[str, str]] | list[Unknown]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | None | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | None | dict[str, str]`

pandas/io/parsers/arrow_parser_wrapper.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["invalid_row_handler"]` and value of type `None` on object of type `dict[Unknown | str, Unknown & ~None]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `(Unknown & ~None) | range`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~None) | range`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[Unknown | int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[Unknown | int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[Unknown | int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`

pandas/io/parsers/python_parser.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[None]`
[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[str | bytes | date | ... omitted 11 union elements]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[Unknown & ~AlwaysFalsy]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[list[str | bytes | date | ... omitted 11 union elements]], int, set[str | bytes | date | ... omitted 11 union elements]]`, found `tuple[list[list[str | bytes | date | ... omitted 11 union elements]] | list[Unknown & ~AlwaysFalsy], int, set[str | bytes | date | ... omitted 11 union elements]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[Unknown | int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[Unknown | int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[Unknown | list[int]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `Unknown | list[int]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`

pandas/io/pytables.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["description"]` and value of type `dict[Unknown | str, Unknown | None]` on object of type `dict[str, str | int]`
[error] invalid-assignment - Object of type `list[slice[Any, Any, Any]]` is not assignable to `list[slice[Any, Any, Any] | Index]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`

pandas/plotting/_matplotlib/boxplot.py

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

pandas/plotting/_matplotlib/converter.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[type, type[Unknown]]]`, found `list[tuple[<class 'Timestamp'>, <class 'DatetimeConverter'>] | tuple[<class 'Period'>, <class 'PeriodConverter'>] | tuple[<class 'datetime'>, <class 'DatetimeConverter'>] | ... omitted 3 union elements]`

pandas/plotting/_matplotlib/core.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'number'> | str`, found `<class 'bool'>`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[<class 'number'>]`, found `list[str]`

pandas/tests/apply/test_frame_apply.py

[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[(x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[str]`

pandas/tests/apply/test_series_apply.py

[error] invalid-argument-type - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[((x) -> Unknown) | ((_) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`

pandas/tests/arithmetic/test_datetime64.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | None | ... omitted 7 union elements, str | Literal[b"Y", b"M", b"W", b"D", b"h", ... omitted 8 literals] | tuple[Literal["Y", "M", "W", "D", "h", ... omitted 22 literals], SupportsIndex] | Unknown, /) -> timedelta64[None] | timedelta64[int] | timedelta64[timedelta]`, found `<class 'timedelta64'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | None | ... omitted 7 union elements, str | Literal[b"Y", b"M", b"W", b"D", b"h", ... omitted 8 literals] | tuple[Literal["Y", "M", "W", "D", "h", ... omitted 22 literals], SupportsIndex], /) -> timedelta64[None] | timedelta64[int] | timedelta64[timedelta]`, found `<class 'timedelta64'>`

pandas/tests/arithmetic/test_string.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `ExtensionArray` and `list[Unknown | str | None]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `ExtensionArray` and `list[str | None]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str | None]` and `ExtensionArray`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str | None]` and `ExtensionArray`

pandas/tests/arrays/categorical/test_algos.py

[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | str | int | float]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str]`

pandas/tests/arrays/numpy_/test_numpy.py

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

pandas/tests/arrays/sparse/test_indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> SparseArray]` cannot be called with key of type `list[bool]` on object of type `SparseArray`

pandas/tests/arrays/sparse/test_libsparse.py

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

pandas/tests/dtypes/test_dtypes.py

[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[int]`

pandas/tests/extension/test_arrow.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NAType` in union `Unknown | Timedelta | NAType | Timestamp`
[error] unresolved-attribute - Attribute `unit` is not defined on `NAType` in union `Timedelta | NAType | Timestamp`

pandas/tests/frame/methods/test_dropna.py

[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[int]`

pandas/tests/frame/methods/test_join.py

[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `str`

pandas/tests/frame/methods/test_replace.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float | str].__getitem__(key: str, /) -> int | float | str` cannot be called with key of type `Hashable` on object of type `dict[str, int | float | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | str].__getitem__(key: str, /) -> int | str` cannot be called with key of type `Hashable` on object of type `dict[str, int | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | str].__getitem__(key: str, /) -> int | str` cannot be called with key of type `Hashable` on object of type `dict[str, int | str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float | str].__getitem__(key: str, /) -> int | float | str` cannot be called with key of type `Hashable` on object of type `dict[str, int | float | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`

pandas/tests/frame/methods/test_reset_index.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`

pandas/tests/frame/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | str]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | list[int]]`

pandas/tests/frame/methods/test_sample.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `float` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `float` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `float` on object of type `list[int]`

pandas/tests/frame/methods/test_sort_index.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int] | list[Unknown | int | float]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int] | list[int | float]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`

pandas/tests/frame/methods/test_to_csv.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["index_col"]` and value of type `list[int]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["header"]` and value of type `list[int]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["header"]` and value of type `Literal[0]` on object of type `dict[str, bool]`

pandas/tests/frame/methods/test_to_records.py

[error] invalid-argument-type - Argument to bound method `to_records` is incorrect: Expected `bool`, found `Unknown | DictLike | str`
[error] invalid-argument-type - Argument to bound method `to_records` is incorrect: Expected `bool`, found `DictLike | str`

pandas/tests/frame/test_api.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method

pandas/tests/frame/test_arrow_interface.py

[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `dict[Unknown | str, Unknown | list[Unknown | int] | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `dict[str, list[int] | list[str]]`

pandas/tests/frame/test_constructors.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["z"]` and value of type `dict[tuple[str, str] | str, int | float]` on object of type `dict[tuple[str, str], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `tuple[tuple[str, str], dict[tuple[str, str], int]]`, found `tuple[Literal["z"], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[str, str], dict[tuple[str, str], int]].__getitem__(key: tuple[str, str], /) -> dict[tuple[str, str], int]` cannot be called with key of type `Literal["z"]` on object of type `dict[tuple[str, str], dict[tuple[str, str], int]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["columns"]` and value of type `list[str]` on object of type `dict[str, range]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`

pandas/tests/frame/test_logical_ops.py

[error] unresolved-attribute - Attribute `index` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[str, dict[str, bool]]` in union `dict[str, dict[str, bool]] | DataFrame`
[error] unresolved-attribute - Attribute `columns` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - Attribute `columns` is not defined on `dict[str, dict[str, bool]]` in union `dict[str, dict[str, bool]] | DataFrame`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - Attribute `index` is not defined on `dict[str, dict[str, bool]]` in union `dict[str, dict[str, bool]] | DataFrame`
[error] unresolved-attribute - Attribute `columns` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - Attribute `columns` is not defined on `dict[str, dict[str, bool]]` in union `dict[str, dict[str, bool]] | DataFrame`

pandas/tests/frame/test_query_eval.py

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

pandas/tests/frame/test_stack_unstack.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str | int]]`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`

pandas/tests/groupby/aggregate/test_other.py

[error] invalid-argument-type - Argument to bound method `strptime` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `strptime` is incorrect: Expected `str`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy)`

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`

pandas/tests/groupby/methods/test_value_counts.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | list[Unknown | list[Unknown | int] | list[Unknown | int | float]] | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | list[Unknown | list[Unknown | int] | list[Unknown | int | float]] | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | list[Unknown | list[Unknown | int] | list[Unknown | int | float]] | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`

pandas/tests/groupby/test_categorical.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[str, Index]` and `dict[int | float, Index]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, ndarray[tuple[Any, ...], dtype[Any]]].__getitem__(key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]]` cannot be called with key of type `Hashable` on object of type `dict[str, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/tests/groupby/test_counting.py

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

pandas/tests/groupby/test_groupby.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Timestamp, ndarray[tuple[Any, ...], dtype[Unknown]]].__getitem__(key: Timestamp, /) -> ndarray[tuple[Any, ...], dtype[Unknown]]` cannot be called with key of type `Hashable` on object of type `dict[Timestamp, ndarray[tuple[Any, ...], dtype[Unknown]]]`

pandas/tests/groupby/test_grouping.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`

pandas/tests/groupby/test_reductions.py

[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `list[str]`

pandas/tests/indexes/datetimes/methods/test_repeat.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `DatetimeIndex | ndarray[tuple[int], dtype[Any]]`

pandas/tests/indexes/datetimes/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `str`

pandas/tests/indexes/datetimes/methods/test_tz_convert.py

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

pandas/tests/indexes/datetimes/methods/test_tz_localize.py

[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`

pandas/tests/indexes/datetimes/test_constructors.py

[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Timestamp | str | int`

pandas/tests/indexes/datetimes/test_timezones.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[Unknown | builtins.bool]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`

pandas/tests/indexes/interval/test_equals.py

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

pandas/tests/indexes/interval/test_indexing.py

[error] invalid-argument-type - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `Index`, found `list[Unknown | Interval[int | float]]`
[error] invalid-argument-type - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `Index`, found `list[Interval[int | float]]`

pandas/tests/indexes/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to bound method `from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`

pandas/tests/indexes/interval/test_interval_tree.py

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

pandas/tests/indexes/multi/test_constructors.py

[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Iterator[Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Iterator[list[str]]`

pandas/tests/indexes/multi/test_reindex.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | tuple[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str] | str]`

pandas/tests/indexes/multi/test_sorting.py

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

pandas/tests/indexes/multi/test_util.py

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

pandas/tests/indexes/timedeltas/methods/test_repeat.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Any]]` in union `TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`

pandas/tests/indexes/timedeltas/test_scalar_compat.py

[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `str`

pandas/tests/indexing/multiindex/test_slice.py

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

pandas/tests/indexing/test_chaining_and_caching.py

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

pandas/tests/indexing/test_iloc.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `tuple[None, str] | tuple[str, str]`, found `tuple[None | str, str]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["0b"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | str | None` and `str`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | list[Unknown | str] | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[list[str] | list[int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | list[Unknown | list[Unknown | str] | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[list[str] | list[int]]`

pandas/tests/interchange/test_impl.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`

pandas/tests/internals/test_internals.py

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

pandas/tests/io/excel/test_readers.py

[error] no-matching-overload - No overload of function `read_excel` matches arguments
[error] invalid-argument-type - Argument to function `read_excel` is incorrect: Expected `int | Sequence[str] | Sequence[int] | ((Unknown, /) -> bool) | None`, found `list[Unknown | str | int]`
[error] invalid-argument-type - Argument to function `read_excel` is incorrect: Expected `int | Sequence[str] | Sequence[int] | ((Unknown, /) -> bool) | None`, found `list[str | int]`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[Unknown | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[dict[str, int]]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[Unknown | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[dict[str, int]]`

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataFrame | Series`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataFrame | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | tuple[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[dict[str, str | list[tuple[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[str]`

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

[error] invalid-argument-type - Argument to function `_parse_latex_cell_styles` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`
[error] invalid-argument-type - Argument to function `_parse_latex_cell_styles` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`
[error] invalid-argument-type - Argument to function `_parse_latex_css_conversion` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `Sequence[str | int] | int | Mapping[Hashable, str | int] | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `Sequence[str | int] | int | Mapping[Hashable, str | int] | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[Unknown | ((x) -> Unknown) | None]`
[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[((x) -> Unknown) | None]`

pandas/tests/io/formats/test_to_string.py

[error] invalid-argument-type - Argument to bound method `to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`
[error] invalid-argument-type - Argument to bound method `to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`

pandas/tests/io/json/test_normalize.py

[error] invalid-argument-type - Argument to function `json_normalize` is incorrect: Expected `str | list[str | list[str]] | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[Unknown | int | float | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[int | float | dict[str, int]]`
[error] invalid-argument-type - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[Unknown | int | float | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[int | float | dict[str, int]]`

pandas/tests/io/json/test_pandas.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["E"]` and value of type `list[str]` on object of type `dict[str, ndarray[tuple[Any, ...], dtype[float64]]]`
[error] invalid-argument-type - Argument to function `read_json` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `str`

pandas/tests/io/parser/dtypes/test_dtypes_basic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

pandas/tests/io/parser/test_converters.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

pandas/tests/io/parser/test_read_fwf.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["compression"]` and value of type `Literal["infer"] | Unknown` on object of type `dict[str, list[int] | list[str]]`
[error] invalid-argument-type - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `dict[str, int]`
[error] invalid-argument-type - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `list[Unknown | tuple[int, int] | tuple[int, None]]`
[error] invalid-argument-type - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `list[tuple[int, int] | tuple[int, None]]`

pandas/tests/io/test_clipboard.py

[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `str`
[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `str`
[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `str`

pandas/tests/io/test_orc.py

[error] invalid-argument-type - Argument to function `read_orc` is incorrect: Expected `list[str] | None`, found `dict_keys[Unknown | str, Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to function `read_orc` is incorrect: Expected `list[str] | None`, found `dict_keys[str, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/tests/io/test_parquet.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`

pandas/tests/io/test_sql.py

[error] no-matching-overload - No overload of function `read_sql_query` matches arguments
[error] invalid-argument-type - Argument to function `create_and_load_types_postgresql` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[Unknown | tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to function `create_and_load_types_postgresql` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to function `create_and_load_types_sqlite3` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[Unknown | tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to function `create_and_load_types_sqlite3` is incorrect: Expected `list[dict[Unknown, Unknown]]`, found `list[tuple[Unknown, ...]]`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `list[str]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str] | dict[int | float, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str | tuple[int, int], dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, Unknown]]`

pandas/tests/io/xml/test_xml.py

[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["xz"]` and value of type `tuple[<class 'LZMAError'>, Literal["Input format not supported by decoder"]]` on object of type `dict[str, tuple[<class 'OSError'>, str] | tuple[<class 'BadZipFile'>, str] | tuple[<class 'ReadError'>, str]]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[str, list[str]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[str, list[str]] | None`, found `list[str]`

pandas/tests/io/xml/test_xml_dtypes.py

[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `set[Unknown | str | <class 'str'>]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `set[str | <class 'str'>]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `set[str]`

pandas/tests/plotting/test_boxplot_method.py

[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `bool`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `int | None`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `int | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `int`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `int`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `boxplot_frame` is incorrect: Expected `tuple[int | float, int | float] | None`, found `dict[str, str]`

pandas/tests/plotting/test_misc.py

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

pandas/tests/resample/test_datetime_index.py

[error] invalid-argument-type - Argument to bound method `resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `Unknown | str | Timestamp | None`
[error] invalid-argument-type - Argument to bound method `resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `str | Timestamp | None`

pandas/tests/reshape/concat/test_concat.py

[error] unresolved-attribute - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/reshape/concat/test_dataframe.py

[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `Sequence[str | None]`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `Sequence[str | None]`, found `bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool | _NoDefault`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool | _NoDefault`, found `bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `bool`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `str | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `merge` is incorrect: Expected `str | None`, found `Unknown | bool | str`

pandas/tests/reshape/merge/test_merge_index_as_string.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown & ~None` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown & ~None` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown & ~None` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown & ~None` and `Unknown | None`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | str]]`

pandas/tests/reshape/test_crosstab.py

[error] invalid-argument-type - Argument to function `crosstab` is incorrect: Expected `bool | Literal[0, 1, "all", "index", "columns"]`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to function `crosstab` is incorrect: Expected `bool | Literal[0, 1, "all", "index", "columns"]`, found `bool | str`

pandas/tests/reshape/test_from_dummies.py

[error] invalid-argument-type - Argument to function `from_dummies` is incorrect: Expected `DataFrame`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `from_dummies` is incorrect: Expected `DataFrame`, found `list[int]`
[error] invalid-argument-type - Argument to function `from_dummies` is incorrect: Expected `None | str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `from_dummies` is incorrect: Expected `None | str`, found `list[str]`

pandas/tests/reshape/test_pivot.py

[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[(x) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `list[str]`

pandas/tests/scalar/period/test_arithmetic.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearBegin | MonthBegin | Minute | timedelta64[timedelta | int | None] | timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearBegin | MonthBegin | Minute | timedelta64[timedelta | int | None] | timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearBegin | MonthBegin | Minute | timedelta64[timedelta | int | None] | timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearBegin | MonthBegin | Minute | timedelta64[timedelta | int | None] | timedelta` and `Period`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | Period | int`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period | int`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Unknown | Period | int`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period | int`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | Period | int`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period | int`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | Period | int`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period | int`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Unknown | NaTType | Period | Timestamp`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `NaTType | Period | Timestamp`

pandas/tests/scalar/period/test_period.py

[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Unknown | Period`
[error] unresolved-attribute - Object of type `Period` has no attribute `dayofyear`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta` and `int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | float | signedinteger[_64Bit]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | float | signedinteger[_64Bit]` and `Timedelta`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | Timedelta | str`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Timedelta | str`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | Timedelta | str`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Timedelta | str`

pandas/tests/scalar/timestamp/test_constructors.py

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

pandas/tests/scalar/timestamp/test_timestamp.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`

pandas/tests/series/methods/test_astype.py

[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Timestamp | str | int`

pandas/tests/series/methods/test_fillna.py

[error] invalid-argument-type - Argument to bound method `fillna` is incorrect: Expected `int | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `fillna` is incorrect: Expected `int | None`, found `int | float`

pandas/tests/series/methods/test_searchsorted.py

[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Unknown | Timestamp]`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Timestamp]`

pandas/tests/series/methods/test_sort_index.py

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

pandas/tests/series/test_arrow_interface.py

[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `list[int]`

pandas/tests/strings/test_split_partition.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | list[Unknown | int | float] | list[Unknown | None]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | list[int | float] | list[None]]`

pandas/tests/test_algos.py

[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown | int]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[int]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[str]`

pandas/tests/test_nanops.py

[error] invalid-argument-type - Argument to function `nanmean` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | DatetimeIndex | DatetimeArray`
[error] invalid-argument-type - Argument to function `nanmean` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `DatetimeIndex | DatetimeArray`

pandas/tests/test_sorting.py

[error] invalid-argument-type - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series]`, found `list[Unknown | list[int | Unknown | float]]`
[error] invalid-argument-type - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series]`, found `list[list[int | float]]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[int]`

pandas/tests/tools/test_to_datetime.py

[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`

pandas/tests/tools/test_to_numeric.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Literal["string"]`

pandas/tests/tseries/frequencies/test_inference.py

[error] invalid-argument-type - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `list[str]`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Unknown | Timestamp]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Timestamp]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[Unknown, ...] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[Unknown, ...] | None`, found `list[int]`

pandas/tests/tseries/offsets/test_custom_business_day.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `list[int]`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`

pandas/tests/util/test_assert_interval_array_equal.py

[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `int`

pandas/tests/util/test_hashing.py

[error] invalid-argument-type - Argument to function `hash_tuples` is incorrect: Expected `MultiIndex | Iterable[tuple[Hashable, ...]]`, found `Unknown | tuple[int, str]`
[error] invalid-argument-type - Argument to function `hash_tuples` is incorrect: Expected `MultiIndex | Iterable[tuple[Hashable, ...]]`, found `tuple[int, str]`

pandas/tests/window/test_ewm.py

[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `Literal["single", "table"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `Literal["single", "table"]`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `bool`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `Unknown | int`

pandas/tests/window/test_win_type.py

[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `Unknown | int | float`

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

tests/indexes/test_categoricalindex.py

[error] type-assertion-failure - Type `CategoricalIndex[Unknown | str]` does not match asserted type `CategoricalIndex[str]`
[error] type-assertion-failure - Type `CategoricalIndex[Unknown | str]` does not match asserted type `CategoricalIndex[str]`
[error] type-assertion-failure - Type `CategoricalIndex[Unknown | str]` does not match asserted type `CategoricalIndex[str]`

tests/test_interval_index.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`

tests/arrays/test_boolean.py

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

tests/arrays/test_datetime_array.py

[warning] redundant-cast - Value is already of type `list[datetime64[date | int | None] | NaTType]`

tests/arrays/test_integer.py

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

tests/arrays/test_numpy_.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[Unknown | int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/arrays/test_string_.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `list[Unknown | int]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `list[int]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[Unknown | int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/extension/decimal/array.py

[error] invalid-argument-type - Argument to bound method `_from_sequence` is incorrect: Expected `list[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`, found `list[Decimal]`

tests/frame/test_frame.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `str`
[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `Sequence[int | str] | int | Mapping[Hashable, str | int] | None`, found `dict[str, int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] invalid-argument-type - Argument to bound method `rename_axis` is incorrect: Expected `Sequence[str] | dict[str | int, str] | ((...) -> Any) | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `rename_axis` is incorrect: Expected `Sequence[str] | dict[str | int, str] | ((...) -> Any) | None`, found `dict[str, str]`
[error] type-assertion-failure - Type `list[Unknown | str]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | str | Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> floating[Any], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> complexfloating[Any, Any], (a: _SupportsArray[dtype[timedelta64[timedelta | int | None]]] | _NestedSequence[_SupportsArray[dtype[timedelta64[timedelta | int | None]]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> timedelta64[timedelta | int | None], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None, keepdims: Literal[True, 1], *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, *, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any]]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[str | Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> floating[Any], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> complexfloating[Any, Any], (a: _SupportsArray[dtype[timedelta64[timedelta | int | None]]] | _NestedSequence[_SupportsArray[dtype[timedelta64[timedelta | int | None]]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> timedelta64[timedelta | int | None], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None, keepdims: Literal[True, 1], *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, *, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any]]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Unknown | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | str | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT]]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `list[Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | str | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT]]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[Unknown | str, Unknown | str | Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> floating[Any], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> complexfloating[Any, Any], (a: _SupportsArray[dtype[timedelta64[timedelta | int | None]]] | _NestedSequence[_SupportsArray[dtype[timedelta64[timedelta | int | None]]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> timedelta64[timedelta | int | None], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None, keepdims: Literal[True, 1], *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, *, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any]]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals] | Sequence[((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]] | Mapping[Any, ((Series[Any], /) -> str | bytes | date | ... omitted 9 union elements) | ufunc | Literal["all", "any", "corrwith", "count", "first", ... omitted 28 literals]]`, found `dict[str, str | Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> floating[Any], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> complexfloating[Any, Any], (a: _SupportsArray[dtype[timedelta64[timedelta | int | None]]] | _NestedSequence[_SupportsArray[dtype[timedelta64[timedelta | int | None]]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> timedelta64[timedelta | int | None], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None, keepdims: Literal[True, 1], *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, *, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: builtins.bool | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: builtins.bool | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `dict[Unknown | str, Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `dict[str, list[int]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `list[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to function `read_csv` is incorrect: Expected `bool | list[int] | list[str] | None`, found `list[list[int]]`

tests/frame/test_groupby.py

[error] no-matching-overload - No overload of bound method `groupby` matches arguments

tests/frame/test_indexing.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`

tests/indexes/bool/test_add.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`

tests/indexes/complex/test_add.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float | complex]`

tests/indexes/complex/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[timedelta]` and `Index[int | float | complex]`

tests/indexes/float/test_add.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int | float]`

tests/indexes/float/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `list[timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Index[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Index[int | float]`

tests/indexes/float/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Index[int | float]`

tests/indexes/float/test_truediv.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`

tests/indexes/int/test_add.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`

tests/indexes/int/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `list[timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Index[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Index[int]`

tests/indexes/int/test_truediv.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`

tests/indexes/str/test_add.py

[error] type-assertion-failure - Type `Index[str | Unknown]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `Literal[4]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str]` and `Literal[4]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `Literal["right"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str]` and `Literal["right"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[4]` and `Index[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[4]` and `Index[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str]` and `list[int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str]` and `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `tuple[Unknown | str, ...]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str]` and `tuple[str, ...]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int]` and `Index[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[int]` and `Index[str]`

tests/indexes/str/test_mul.py

[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[timedelta]` and `Index[str]`

tests/indexes/test_add.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`

tests/indexes/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `list[timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Index[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Index[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Index[Any]`

tests/indexes/test_indexes.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `MultiIndex`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `Iterator[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `Iterator[list[int]]`

tests/indexes/timedeltaindex/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | bool]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[bool]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `TimedeltaIndex`

tests/indexes/timedeltaindex/test_truediv.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | bool]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[bool]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int | float]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int | float]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int | float | complex]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int | float | complex]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[datetime]` and `TimedeltaIndex`

tests/series/bool/test_add.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`

tests/series/bool/test_truediv.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`

tests/series/complex/test_add.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Literal[True]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `Literal[True]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `list[bool]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `list[int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `list[int | float]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float | complex]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[int | float | complex]` and `Series[int | float | complex]`

tests/series/complex/test_mul.py

[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[timedelta]` and `Series[int | float | complex]`

tests/series/complex/test_truediv.py

[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`

tests/series/float/test_add.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`

tests/series/float/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `list[timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Series[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Series[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `Series[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Series[int | float]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float | complex]` and `Series[int | float]`

tests/series/float/test_mul.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Series[int | float]`

tests/series/float/test_truediv.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`

tests/series/int/test_add.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`

tests/series/int/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[datetime]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `list[timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Series[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Series[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `Series[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Series[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float | complex]` and `Series[int]`

tests/series/int/test_mul.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timedelta]`

tests/series/int/test_truediv.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`

tests/series/str/test_add.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[str]`

tests/series/str/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[datetime]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[timedelta]` and `Series[str]`

tests/series/test_add.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`

tests/series/test_agg.py

[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `int | float`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `float64`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `int | float`

tests/series/test_cumul.py

[error] type-assertion-failure - Type `Series[Unknown | int | float | complex]` does not match asserted type `Series[int | float | complex]`

tests/series/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Series[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Series[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Series[Any]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float | complex]` and `Series[Any]`

tests/series/test_indexing.py

[error] type-assertion-failure - Type `Series[Unknown | int]` does not match asserted type `Series[int]`

tests/series/test_series.py

[error] no-matching-overload - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `ndarray[tuple[int], dtype[complexfloating[Any, Any]]]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | str]` does not match asserted type `Series[str]`
[error] type-assertion-failure - Type `Series[Unknown | int]` does not match asserted type `Series[int]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[Any]` and `list[int]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[int]` and `Series[Any]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[Any]` and `list[int]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[int]` and `Series[Any]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[Any]` and `list[int]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[int]` and `Series[Any]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[bool]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[bool]` and `list[bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[Unknown | bool]` and `Series[bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[bool]` and `Series[bool]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[bool]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[bool]` and `list[bool]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[Unknown | bool]` and `Series[bool]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[bool]` and `Series[bool]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[bool]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[bool]` and `list[bool]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[Unknown | bool]` and `Series[bool]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[bool]` and `Series[bool]`

tests/series/timedelta/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `list[timedelta]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float | complex]` and `Series[Timedelta]`

tests/series/timedelta/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int | float | complex]` and `Series[Timedelta]`

tests/series/timedelta/test_truediv.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[int | float | complex]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `list[timedelta]` and `Series[Timedelta]`

tests/test_dtypes.py

[error] type-assertion-failure - Type `Unknown | NAType | int | float` does not match asserted type `NAType | int | float`

tests/test_extension.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`, found `list[Decimal]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `list[bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `list[Unknown | numpy.bool[builtins.bool] | builtins.bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `list[numpy.bool[builtins.bool] | builtins.bool]`

tests/test_groupby.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

tests/test_io.py

[error] type-assertion-failure - Type `dict[Unknown, DataFrame]` does not match asserted type `dict[int | str, DataFrame]`
[error] invalid-argument-type - Argument to function `read_parquet` is incorrect: Expected `None`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `read_parquet` is incorrect: Expected `None`, found `dict[str, list[str]]`

tests/test_pandas.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timestamp]`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Never`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Never`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`
[error] type-assertion-failure - Type `Unknown & ~int` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `(Unknown & ~NaTType & ~NAType & ~None) | (int & ~NaTType & ~NAType)` does not match asserted type `int`
[error] assert-type-unspellable-subtype - Type `int & ~NaTType & ~NAType` does not match asserted type `int`
[error] type-assertion-failure - Type `(Unknown & NaTType) | (int & NaTType) | (Unknown & NAType) | (int & NAType) | None` does not match asserted type `None`
[error] type-assertion-failure - Type `(int & NaTType) | (int & NAType) | None` does not match asserted type `None`

tests/test_resampler.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame | Series[Any]`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

tests/test_string_accessors.py

[error] type-assertion-failure - Type `Series[Unknown | bytes]` does not match asserted type `Series[bytes]`
[error] type-assertion-failure - Type `Index[Unknown | str]` does not match asserted type `Index[str]`
[error] type-assertion-failure - Type `Index[Unknown | bytes]` does not match asserted type `Index[bytes]`

tests/test_styler.py

[error] invalid-argument-type - Argument to bound method `highlight_min` is incorrect: Expected `_IndexSlice | slice[Any, Any, Any] | tuple[slice[Any, Any, Any], ...] | ... omitted 3 union elements`, found `list[int]`

tests/test_timefuncs.py

[error] invalid-argument-type - Invalid argument to key "year" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "month" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "day" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "year" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "month" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "day" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "hour" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "hours" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "minute" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "minutes" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "second" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "seconds" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "ms" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "us" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`
[error] invalid-argument-type - Invalid argument to key "ns" with declared type `list[int | str] | tuple[int | str, ...] | ExtensionArray | ... omitted 5 union elements` on TypedDict `FulldatetimeDict`: value of type `list[int]`

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

pandera/api/pandas/model.py

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

pandera/io/pandas_io.py

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

tests/hypotheses/test_hypotheses.py

[error] invalid-argument-type - Argument to bound method `two_sample_ttest` is incorrect: Expected `str`, found `Unknown | str | int | None`
[error] invalid-argument-type - Argument to bound method `two_sample_ttest` is incorrect: Expected `str`, found `str | int | None`

tests/modin/test_schemas_on_modin.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown].__getitem__(key: <class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, /) -> Unknown` cannot be called with key of type `type[DataFrameSchema]` on object of type `dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown].__getitem__(key: <class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, /) -> Unknown` cannot be called with key of type `type[SeriesSchema]` on object of type `dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown]`

tests/pandas/test_checks.py

[error] invalid-argument-type - Argument to function `reshape_failure_cases` is incorrect: Expected `DataFrame | Series[Any]`, found `Unknown | int | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `reshape_failure_cases` is incorrect: Expected `DataFrame | Series[Any]`, found `int | str | float | dict[str, str] | list[int]`

tests/pandas/test_decorators.py

[error] invalid-argument-type - Argument to function `check_io` is incorrect: Expected `pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown] | tuple[str | int | ((...) -> Unknown), pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown]] | list[tuple[str | int | ((...) -> Unknown), pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown]]] | None`, found `list[tuple[int, pandera.api.pandas.container.DataFrameSchema]]`
[error] invalid-argument-type - Argument to function `check_io` is incorrect: Expected `pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown] | tuple[str | int | ((...) -> Unknown), pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown]] | list[tuple[str | int | ((...) -> Unknown), pandera.api.dataframe.container.DataFrameSchema[Unknown] | ComponentSchema[Unknown]]] | None`, found `list[tuple[int, pandera.api.pandas.container.DataFrameSchema] | tuple[str, pandera.api.pandas.container.DataFrameSchema] | tuple[(x) -> Unknown, pandera.api.pandas.container.DataFrameSchema]]`

tests/pandas/test_dtypes.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[Unknown | <class 'datetime'> | <class 'datetime64'> | ... omitted 4 union elements, Unknown | str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[Unknown | PeriodDtype, Unknown | str], Series[Period]] | tuple[dict[Unknown | <class 'SparseDtype'> | SparseDtype, Unknown | SparseDtype], Series[Any]] | tuple[dict[Unknown | IntervalDtype, Unknown | str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[<class 'datetime'> | <class 'datetime64'> | <class 'pandera.dtypes.Timestamp'> | ... omitted 3 union elements, str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[PeriodDtype, str], Series[Period]] | tuple[dict[<class 'SparseDtype'> | SparseDtype, SparseDtype], Series[Any]] | tuple[dict[IntervalDtype, str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`

tests/pandas/test_model.py

[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | int | float]]`
[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[dict[str, str | int | float]]`
[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | int | float]]`
[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[dict[str, str | int | float]]`
[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | int | float]]`
[error] invalid-argument-type - Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[dict[str, str | int | float]]`

tests/pandas/test_pydantic.py

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

tests/polars/test_polars_pydantic.py

[error] invalid-argument-type - Argument is incorrect: Expected `DataFrame[SimplePolarsSchema]`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `DataFrame[SimplePolarsSchema]`, found `dict[str, list[str]]`

tests/pyspark/test_schemas_on_pyspark_pandas.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements`, found `<class 'Timedelta64'>`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown].__getitem__(key: <class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, /) -> Unknown` cannot be called with key of type `type[DataFrameSchema]` on object of type `dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown].__getitem__(key: <class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, /) -> Unknown` cannot be called with key of type `type[SeriesSchema]` on object of type `dict[<class 'DataFrameSchema'> | <class 'SeriesSchema'> | <class 'Column'>, Unknown]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements]`, found `set[<class 'Float128'> | <class 'Complex256'>]`

paroxython (https://github.com/laowantong/paroxython)

paroxython/derived_labels_db.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[LiteralString]]`, found `list[list[str]]`

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

src/pip/_internal/req/req_file.py

[error] invalid-argument-type - Argument to bound method `update_index_urls` is incorrect: Expected `list[str]`, found `list[str] | list[Unknown] | list[Any & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `list[str] | list[Unknown] | list[Any & ~AlwaysFalsy]`

src/pip/_vendor/pyproject_hooks/_in_process/_in_process.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["missing_hook_name"]` and value of type `(Unknown & ~AlwaysFalsy) | str` on object of type `dict[str, bool | None]`

src/pip/_vendor/rich/segment.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to function `walk` is incorrect: Argument type `Sized` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sized` and `LiteralString`

src/pip/_vendor/distlib/resources.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `<class 'NoneType'> | <class 'zipimporter'>`, found `type[PathEntryFinderProtocol] | <class 'NoneType'>`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'SourceFileLoader'>` and value of type `<class 'ResourceFinder'>` on object of type `dict[<class 'NoneType'> | <class 'zipimporter'>, <class 'ResourceFinder'> | <class 'ZipResourceFinder'>]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'FileFinder'>` and value of type `<class 'ResourceFinder'>` on object of type `dict[<class 'NoneType'> | <class 'zipimporter'>, <class 'ResourceFinder'> | <class 'ZipResourceFinder'>]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'SourcelessFileLoader'>` and value of type `<class 'ResourceFinder'>` on object of type `dict[<class 'NoneType'> | <class 'zipimporter'>, <class 'ResourceFinder'> | <class 'ZipResourceFinder'>]`

src/pip/_vendor/pygments/lexers/__init__.py

[error] call-non-callable - Object of type `float` is not callable
[error] call-non-callable - Object of type `int | float` is not callable
[error] call-non-callable - Object of type `int` is not callable

src/pip/_vendor/requests/cookies.py

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

src/pip/_vendor/rich/console.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Styled`, found `ConsoleRenderable`

src/pip/_vendor/rich/pretty.py

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

src/pip/_vendor/rich/table.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int | Unknown` on object of type `list[int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `_collapse_widths` is incorrect: Expected `list[int]`, found `list[int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to function `ratio_distribute` is incorrect: Expected `list[int]`, found `list[int & ~AlwaysFalsy] | list[int]`
[error] invalid-return-type - Return type does not match returned value: expected `list[int]`, found `list[int & ~AlwaysFalsy] | list[int] | list[Unknown]`

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

tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py

[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, list[str]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, list[str]]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, str]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, type[Command]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `Mapping[str, type[Command]]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | Literal[0, 1]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `bool | Literal[0, 1]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[Extension]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[Extension]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str] | str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, list[str]]]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Distribution]`, found `str | None | list[str] | dict[str, list[str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `list[tuple[str, list[str]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `type[Distribution]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`

tests/mixology/version_solver/test_basic_graph.py

[error] invalid-argument-type - Argument to function `check_solver_result` is incorrect: Expected `dict[str, str] | None`, found `None | dict[str, str & ~Literal["error"]]`

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

src/prefect/_internal/analytics/milestones.py

[error] invalid-argument-type - Argument to function `_write_milestones` is incorrect: Expected `dict[str, bool]`, found `dict[Literal["first_sdk_import", "first_flow_defined", "first_flow_run", "first_deployment_created", "first_schedule_created"], bool]`

src/prefect/_sdk/schema_converter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type"]` and value of type `str & ~Literal["null"]` on object of type `dict[str & ~Literal["type"], Any]`
[error] invalid-argument-type - Argument to function `_convert_single_type` is incorrect: Expected `dict[str, Any]`, found `dict[str & ~Literal["type"], Any]`

src/prefect/events/schemas/events.py

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

src/prefect/server/events/schemas/events.py

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

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

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["RoleSessionName"]` and value of type `str` on object of type `dict[str, str & ~AlwaysFalsy]`

src/integrations/prefect-aws/prefect_aws/workers/ecs_worker.py

[error] invalid-argument-type - Argument to function `_get_container` is incorrect: Expected `list[dict[str, Any]]`, found `list[Any & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Any & ~AlwaysFalsy`, found `dict[str, Any]`

src/integrations/prefect-aws/tests/deployments/test_steps.py

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

src/integrations/prefect-aws/tests/test_credentials.py

[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[Unknown | str, Unknown | str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[str, int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[str, int]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `AssumeRoleParameters`, found `dict[str, list[dict[str, str]]]`

src/integrations/prefect-azure/tests/conftest.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `str | None`

src/integrations/prefect-azure/tests/test_aci_worker.py

[error] invalid-argument-type - Argument is incorrect: Expected `AzureContainerInstanceCredentials`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `AzureContainerInstanceCredentials`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SecretStr`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SecretStr`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `list[str]`

src/integrations/prefect-databricks/tests/test_rest.py

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

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~Literal["dbt"]`, found `Path | str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~Literal["dbt"]`, found `Path`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~Literal["dbt"]`, found `str`

src/integrations/prefect-dbt/tests/cli/test_commands.py

[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeTargetConfigs | BigQueryTargetConfigs | PostgresTargetConfigs | TargetConfigs`, found `dict[Unknown | str, Unknown | str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeTargetConfigs | BigQueryTargetConfigs | PostgresTargetConfigs | TargetConfigs`, found `dict[str, str | int]`

src/integrations/prefect-dbt/tests/cli/test_credentials.py

[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeTargetConfigs | BigQueryTargetConfigs | PostgresTargetConfigs | TargetConfigs`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeTargetConfigs | BigQueryTargetConfigs | PostgresTargetConfigs | TargetConfigs`, found `dict[str, dict[str, str]]`

src/integrations/prefect-dbt/tests/core/test_orchestrator_cache.py

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

src/integrations/prefect-dbt/tests/core/test_orchestrator_integration.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`

src/integrations/prefect-dbt/tests/core/test_orchestrator_per_node.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`

src/integrations/prefect-dbt/tests/core/test_orchestrator_test_strategies.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PrefectDbtSettings | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | (Unknown & ~None) | ExecutionMode`

src/integrations/prefect-dbt/tests/core/test_runner.py

[error] invalid-argument-type - Argument to bound method `_create_task_options` is incorrect: Expected `list[Asset] | None`, found `list[Mock]`

src/integrations/prefect-docker/tests/test_containers.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str] | list[str] | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str] | list[str] | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | list[str] | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | list[str] | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bool | dict[str, int] | None`

src/integrations/prefect-email/prefect_email/message.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str` and value of type `(Unknown & ~Top[list[Unknown]]) | str | None` on object of type `MIMEMultipart`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | None` on object of type `MIMEMultipart`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

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

src/integrations/prefect-gcp/tests/test_credentials.py

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

src/integrations/prefect-github/prefect_github/organization.py

[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `VerifiableDomainOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `VerifiableDomainOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `AuditLogOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `AuditLogOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `UserStatusOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `UserStatusOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `OrgEnterpriseOwnerOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `OrgEnterpriseOwnerOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `IpAllowListEntryOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `IpAllowListEntryOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `RepositoryMigrationOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `RepositoryMigrationOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`

src/integrations/prefect-github/prefect_github/repository.py

[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `LabelOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `LabelOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `DeploymentOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `DeploymentOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `DiscussionOrder`

src/integrations/prefect-github/prefect_github/user.py

[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SavedReplyOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SavedReplyOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`

src/integrations/prefect-github/prefect_github/viewer.py

[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `PackageOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `ProjectV2Order`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SavedReplyOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SavedReplyOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorsActivityOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `DiscussionOrder`
[error] invalid-parameter-default - Default value of type `dict[Unknown | str, Unknown | str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`
[error] invalid-parameter-default - Default value of type `dict[str, str]` is not assignable to annotated parameter type `SponsorshipNewsletterOrder`

src/integrations/prefect-github/tests/test_graphql.py

[error] invalid-argument-type - Argument to function `_subset_return_fields` is incorrect: Expected `dict[tuple[Unknown, ...], tuple[Unknown, ...]]`, found `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_subset_return_fields` is incorrect: Expected `dict[tuple[Unknown, ...], tuple[Unknown, ...]]`, found `list[Unknown] | dict[Unknown, Unknown]`

src/integrations/prefect-github/tests/test_repository.py

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

src/integrations/prefect-github/tests/test_utils.py

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

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[error] unresolved-attribute - Attribute `get_secret_value` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `get_secret_value` is not defined on `str` in union `str | Any`

src/integrations/prefect-snowflake/tests/experimental/test_spcs_worker.py

[error] invalid-argument-type - Argument is incorrect: Expected `Literal["INFO", "ERROR", "NONE"]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["INFO", "ERROR", "NONE"]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeCredentials`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeCredentials`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, Any]]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, Any]]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, str]]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, str]]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `list[str]`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/credentials.py

[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `Mapping[str, Sequence[str]]`, found `Unknown | str | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `Mapping[str, Sequence[str]]`, found `str | (Any & ~None) | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `int | None`, found `Unknown | str | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `int | None`, found `str | (Any & ~None) | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str | None`, found `Unknown | str | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str | None`, found `str | (Any & ~None) | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str`, found `Unknown | str | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str`, found `str | (Any & ~None) | int | dict[str, str]`

src/prefect/_vendor/croniter/croniter.py

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

src/prefect/cli/_worker_utils.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Any & ~Literal["prefect-agent"], str].__getitem__(key: Any & ~Literal["prefect-agent"], /) -> str` cannot be called with key of type `str` on object of type `dict[Any & ~Literal["prefect-agent"], str]`

src/prefect/cli/deploy/_actions.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["push"]` and value of type `list[dict[str, Any]] & list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None]]]` on object of type `list[dict[str, Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["push"]` and value of type `list[dict[str, Any]] & list[dict[str, dict[str, str | None]]]` on object of type `list[dict[str, Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["pull"]` and value of type `list[dict[str, Any]] & list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None]]]` on object of type `list[dict[str, Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["pull"]` and value of type `list[dict[str, Any]] & list[dict[str, dict[str, str | None]]]` on object of type `list[dict[str, Any]]`

src/prefect/cli/deploy/_core.py

[error] invalid-argument-type - Argument is incorrect: Expected `WorkerFilterStatus | None`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `WorkerFilterStatus | None`, found `dict[str, list[str]]`

src/prefect/cli/deploy/_schedules.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `(Any & ~None) | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Unknown | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `(Any & ~None) | timedelta | datetime`

src/prefect/cli/deployment.py

[error] invalid-argument-type - Argument to bound method `create_deployment_schedules` is incorrect: Expected `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] | list[DeploymentScheduleCreate]`, found `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule, bool]]`

src/prefect/cli/events.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[RelatedResource]`, found `(list[Any & Top[dict[Unknown, Unknown]]] & ~AlwaysFalsy) | (Any & Top[list[Unknown]] & ~AlwaysFalsy) | list[Unknown]`

src/prefect/cli/flow_run.py

[error] invalid-argument-type - Argument is incorrect: Expected `FlowFilterName | None`, found `dict[Unknown | str, Unknown | (list[str] & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowFilterName | None`, found `dict[str, list[str] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowFilterId | None`, found `dict[Unknown | str, Unknown | list[Unknown | UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowFilterId | None`, found `dict[str, list[UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `LogFilterFlowRunId | None`, found `dict[Unknown | str, Unknown | list[Unknown | UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `LogFilterFlowRunId | None`, found `dict[str, list[UUID]]`

src/prefect/cli/variable.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `str | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `str | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | int | float | ... omitted 4 union elements`

src/prefect/cli/work_queue.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[UUID, str].__getitem__(key: UUID, /) -> str` cannot be called with key of type `None` on object of type `dict[UUID, str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `list[UUID] | None`, found `list[Unknown | UUID | None]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[UUID] | None`, found `list[UUID | None]`

src/prefect/client/utilities.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `P@inject_client.kwargs` and `dict[Unknown | str, Unknown | PrefectClient]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `P@inject_client.kwargs` and `dict[str, PrefectClient | Unknown]`

src/prefect/deployments/flow_runs.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["__parents__"]` and value of type `list[TaskRunResult]` on object of type `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_flow_run_from_deployment` is incorrect: Expected `dict[str, int | float | str] | None`, found `dict[str, (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | dict[Unknown, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["__parents__"]` and value of type `list[TaskRunResult]` on object of type `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_flow_run_from_deployment` is incorrect: Expected `dict[str, int | float | str] | None`, found `dict[str, (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (str & ~AlwaysFalsy)] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`

src/prefect/deployments/runner.py

[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `datetime | str | None`, found `Unknown | Iterable[int | float | timedelta] | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `datetime | str | None`, found `Iterable[int | float | timedelta] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `int | float | timedelta | None`, found `Unknown | Iterable[int | float | timedelta] | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `int | float | timedelta | None`, found `Iterable[int | float | timedelta] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `str | None`, found `Unknown | Iterable[int | float | timedelta] | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `construct_schedule` is incorrect: Expected `str | None`, found `Iterable[int | float | timedelta] | int | float | ... omitted 4 union elements`
[error] not-iterable - Object of type `Unknown | Iterable[int | float | timedelta] | int | ... omitted 5 union elements` may not be iterable
[error] not-iterable - Object of type `Iterable[int | float | timedelta] | int | float | ... omitted 4 union elements` may not be iterable

src/prefect/flow_engine.py

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

src/prefect/server/api/flow_runs.py

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

src/prefect/server/events/schemas/automations.py

[error] invalid-argument-type - Argument is incorrect: Expected `Resource`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `Resource`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[RelatedResource]`, found `list[RelatedResource | dict[Unknown | str, Unknown | str]] | list[RelatedResource]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[RelatedResource]`, found `list[RelatedResource | dict[str, str]] | list[RelatedResource]`
[error] unresolved-attribute - Attribute `includes` is not defined on `dict[str, str | list[str]]` in union `ResourceSpecification | dict[str, str | list[str]] | Unknown`
[error] unresolved-attribute - Attribute `includes` is not defined on `dict[str, str | list[str]]` in union `ResourceSpecification | dict[str, str | list[str]]`
[error] unresolved-attribute - Attribute `matches_every_resource_of_kind` is not defined on `dict[str, str | list[str]]` in union `ResourceSpecification | dict[str, str | list[str]] | Unknown`
[error] unresolved-attribute - Attribute `matches_every_resource_of_kind` is not defined on `dict[str, str | list[str]]` in union `ResourceSpecification | dict[str, str | list[str]]`

src/prefect/server/models/block_documents.py

[error] invalid-argument-type - Argument is incorrect: Expected `BlockDocumentFilterId | None`, found `dict[str, list[Unknown | UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockDocumentFilterId | None`, found `dict[str, list[UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockDocumentFilterName | None`, found `dict[str, list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockDocumentFilterName | None`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockTypeFilterSlug | None`, found `dict[str, list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockTypeFilterSlug | None`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockSchemaFilterId | None`, found `dict[str, list[Unknown | UUID]]`
[error] invalid-argument-type - Argument is incorrect: Expected `BlockSchemaFilterId | None`, found `dict[str, list[UUID]]`

src/prefect/server/models/events.py

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

src/prefect/server/models/work_queues.py

[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterState | None`, found `dict[str, dict[str, list[Unknown | StateType]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterState | None`, found `dict[str, dict[str, list[StateType]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterState | None`, found `dict[str, dict[str, list[Unknown | StateType]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterState | None`, found `dict[str, dict[str, list[StateType]]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterStateName | None`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRunFilterStateName | None`, found `dict[str, list[str]]`

src/prefect/server/orchestration/core_policy.py

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

src/prefect/server/schemas/responses.py

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

src/prefect/server/services/task_run_recorder.py

[error] unresolved-attribute - Attribute `id` is not defined on `dict[str, Any]` in union `Unknown | TaskRun | dict[str, Any] | ReceivedEvent`
[error] unresolved-attribute - Attribute `id` is not defined on `dict[str, Any]` in union `TaskRun | dict[str, Any] | ReceivedEvent`

src/prefect/tasks.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["__parents__"]` and value of type `list[TaskRunResult] & ~AlwaysFalsy` on object of type `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["__parents__"]` and value of type `list[TaskRunResult] & ~AlwaysFalsy` on object of type `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`, found `(dict[Unknown | str, Unknown | set[TaskRunResult | FlowRunResult]] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`, found `(dict[str, set[TaskRunResult | FlowRunResult]] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[Unknown | PrefectDistributedFuture[R@Task]] | Any`
[error] invalid-return-type - Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[PrefectDistributedFuture[R@Task]] | Any`

src/prefect/utilities/collections.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Any]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Any]`, found `list[Any | None]`

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

psycopg/psycopg/_py_transformer.py

[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[bytes | bytearray | memoryview[int] | None]`

psycopg/psycopg/sql.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Any & ~Template`, found `Self@join`

tests/pq/test_pgconn.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

tests/test_connection.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `object` on object of type `list[ParamDef | ParameterSet]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `object` on object of type `list[ParamDef | ParameterSet]`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`

tests/test_connection_async.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `object` on object of type `list[ParamDef | ParameterSet]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `object` on object of type `list[ParamDef | ParameterSet]`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `name` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - Attribute `guc` is not defined on `ParameterSet` in union `ParamDef | ParameterSet`

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

pwndbg/aglib/heap/structs.py

[error] unresolved-attribute - Attribute `__ctype_le__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] unresolved-attribute - Attribute `__ctype_le__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements`
[error] unresolved-attribute - Attribute `__ctype_be__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] unresolved-attribute - Attribute `__ctype_be__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`

pwndbg/aglib/onegadget.py

[error] invalid-argument-type - Argument to function `generateColorFunction` is incorrect: Expected `dict[str, (str, /) -> str]`, found `dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `generateColorFunction` is incorrect: Expected `dict[str, (str, /) -> str]`, found `dict[str, (x) -> Unknown]`

pwndbg/commands/buddydump.py

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

pwndbg/commands/killthreads.py

[error] not-iterable - Object of type `list[int] | None | list[Unknown | int]` may not be iterable
[error] not-iterable - Object of type `list[int] | None` may not be iterable
[error] not-iterable - Object of type `list[int] | None | list[Unknown | int]` may not be iterable
[error] not-iterable - Object of type `list[int] | None` may not be iterable

pwndbg/commands/plist.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[int] | None | list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`

pwndbg/commands/ropper.py

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

pwndbg/gdblib/shellcode.py

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

pybind11 (https://github.com/pybind/pybind11)

tests/test_call_policies.py

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

tests/test_pytypes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`

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

lib/Crypto/SelfTest/Cipher/test_SIV.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[list[bytes]]` and `list[bytes]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[list[bytes]]` and `list[bytes | None]`

lib/Crypto/SelfTest/Hash/test_CMAC.py

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

lib/Crypto/SelfTest/Hash/test_SHA1.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, str] | tuple[str, str, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`

lib/Crypto/SelfTest/Hash/test_SHA512.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, str] | tuple[str, LiteralString, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`

lib/Crypto/Cipher/_mode_kw.py

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

lib/Crypto/IO/_PBES.py

[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `dict[Unknown, Unknown]`, found `bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `bytes`

lib/Crypto/PublicKey/DSA.py

[error] invalid-argument-type - Argument to function `test_probable_prime` is incorrect: Expected `int`, found `IntegerBase | Unknown`
[error] invalid-argument-type - Argument to function `test_probable_prime` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to function `test_probable_prime` is incorrect: Expected `int`, found `IntegerBase | Unknown`
[error] invalid-argument-type - Argument to function `test_probable_prime` is incorrect: Expected `int`, found `IntegerBase`

lib/Crypto/PublicKey/RSA.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `None` and `list[Unknown | IntegerBase]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None` and `list[IntegerBase]`

lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py

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

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `list[Unknown]` on object of type `list[None]`
[error] unresolved-attribute - Object of type `None` has no attribute `append`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `bytes` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `bytes` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `Unknown | str` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `Unknown | ModuleType` on object of type `list[None]`

lib/Crypto/SelfTest/IO/test_PKCS8.py

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

lib/Crypto/SelfTest/Signature/test_dss.py

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

lib/Crypto/SelfTest/Util/test_asn1.py

[error] invalid-assignment - Invalid subscript assignment with key of type `slice[None, None, None]` and value of type `list[Unknown | int]` on object of type `DerSequence`
[error] invalid-assignment - Invalid subscript assignment with key of type `slice[None, None, None]` and value of type `list[int]` on object of type `DerSequence`
[error] invalid-assignment - Invalid subscript assignment with key of type `slice[Literal[1], None, None]` and value of type `list[Unknown | int]` on object of type `DerSequence`
[error] invalid-assignment - Invalid subscript assignment with key of type `slice[Literal[1], None, None]` and value of type `list[int]` on object of type `DerSequence`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[Unknown | DerInteger]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[DerInteger]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[int]`

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

pydantic/_internal/_generate_schema.py

[error] invalid-return-type - Return type does not match returned value: expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[str, Unknown | str]`
flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, int | float | str | ... omitted 3 union elements] | None, dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | ((dict[str, int | float | str | ... omitted 3 union elements], type[Any], /) -> None) | None]`, found `tuple[(dict[str, str | bool | (Any & ~None)] & ~AlwaysFalsy) | None, dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None]`

pydantic/json_schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str] & ~AlwaysFalsy` on object of type `dict[str, str | dict[str, dict[str, Any]]]`

pydantic/types.py

[error] invalid-argument-type - Argument to function `no_info_after_validator_function` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - Argument to function `no_info_after_validator_function` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `dict[str, Unknown | bool]`

pydantic/v1/env_settings.py

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

pydantic/v1/schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, str | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["additionalProperties"]` and value of type `Literal[False]` on object of type `dict[str, str | dict[Unknown, Unknown]]`

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

pyinstrument/context_manager.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `@Todo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `@Todo | None`

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

jwt/api_jwt.py

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

pylint (https://github.com/pycqa/pylint)

pylint/checkers/classes/class_checker.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `list[Unknown & ~Literal["self"]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/deprecated.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/exceptions.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/format.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, Unknown | str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/imports.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/stdlib.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | tuple[int, int]]] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, tuple[int, int]]] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/typecheck.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylint/checkers/variables.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, list[tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

pylox (https://github.com/sco1/pylox)

pylox/containers/array.py

[error] invalid-assignment - Object of type `deque[Unknown | None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `deque[None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`

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

pyodide-build/pyodide_build/recipe/skeleton.py

[error] invalid-argument-type - Argument to function `_find_dist` is incorrect: Expected `list[Literal["wheel", "sdist"]]`, found `list[Unknown | Literal["wheel", "sdist"]] | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `_find_dist` is incorrect: Expected `list[Literal["wheel", "sdist"]]`, found `list[Literal["wheel", "sdist"]] | list[str]`

pyodide-build/pyodide_build/tests/recipe/test_skeleton.py

[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_TestSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_TestSpec`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str | bool]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str | bool]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_TestSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_TestSpec`, found `dict[str, list[str]]`

pyodide-build/pyodide_build/tests/recipe/test_spec.py

[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_RequirementsSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_RequirementsSpec`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_RequirementsSpec`, found `dict[Unknown | str, Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_RequirementsSpec`, found `dict[str, list[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_PackageSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_SourceSpec`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `_BuildSpec`, found `dict[Unknown | str, Unknown | bool | list[Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_BuildSpec`, found `dict[str, bool | list[str]]`

pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `dict[str, dict[str, str]]`

src/tests/test_jsproxy.py

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

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

pyppeteer/page.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["clip"]` and value of type `(Unknown & ~AlwaysFalsy) | (dict[str, int | Unknown] & ~AlwaysFalsy)` on object of type `dict[str, str]`

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

src/_pytest/assertion/util.py

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

src/_pytest/assertion/rewrite.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'Not'> | <class 'Invert'> | <class 'USub'> | <class 'UAdd'>, str].__getitem__(key: <class 'Not'> | <class 'Invert'> | <class 'USub'> | <class 'UAdd'>, /) -> str` cannot be called with key of type `type[unaryop]` on object of type `dict[<class 'Not'> | <class 'Invert'> | <class 'USub'> | <class 'UAdd'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'BitOr'> | <class 'BitXor'> | <class 'BitAnd'> | ... omitted 20 union elements, str].__getitem__(key: <class 'BitOr'> | <class 'BitXor'> | <class 'BitAnd'> | ... omitted 20 union elements, /) -> str` cannot be called with key of type `type[operator]` on object of type `dict[<class 'BitOr'> | <class 'BitXor'> | <class 'BitAnd'> | ... omitted 20 union elements, str]`

testing/test_assertrewrite.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `tuple[Literal[3], Literal[0]]` and `Unknown | tuple[int | None, int | None]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `tuple[Literal[3], Literal[0]]` and `tuple[int | None, int | None]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | tuple[int | None, int | None]` and `tuple[Literal[6], Literal[3]]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `tuple[int | None, int | None]` and `tuple[Literal[6], Literal[3]]`

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

tests/fixtures/test_python/test_robot_modify_options_hook_listener_instance/conftest.py

[error] invalid-assignment - Invalid assignment to key "listener" with declared type `list[str | Unknown]` on TypedDict `RobotOptions`: value of type `list[Foo]`

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

adodbapi/test/adodbapitestconfig.py

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

win32/Demos/win32console_demo.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

Pythonwin/pywin/framework/sgrepmdi.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `list[int]`

com/win32com/client/combrowse.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

com/win32com/client/genpy.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_newenum"]` and value of type `tuple[Unknown, Unknown, None]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["value"] | Unknown` and value of type `tuple[Unknown, Unknown, None]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["value", "_newenum"] | Unknown` and value of type `tuple[Unknown, int, Unknown]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["value", "_newenum"] | Unknown` and value of type `tuple[Unknown, int, Unknown]` on object of type `dict[str, None]`

com/win32com/demos/dump_clipboard.py

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

com/win32com/test/testPyComTest.py

[error] invalid-assignment - Object of type `int` is not assignable to attribute `int_value` on type `Unknown | TestStruct1`
[error] unresolved-attribute - Unresolved attribute `int_value` on type `TestStruct1`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `id` on type `Unknown | TestStruct3`
[error] unresolved-attribute - Unresolved attribute `id` on type `TestStruct3`
[error] invalid-assignment - Object of type `tuple[Unknown | tuple[Unknown | tuple[Unknown | int | float, ...], ...], ...]` is not assignable to attribute `array_of_double` on type `Unknown | TestStruct3`
[error] unresolved-attribute - Unresolved attribute `array_of_double` on type `TestStruct3`

com/win32com/test/testShell.py

[error] invalid-argument-type - Argument to function `PIDLAsString` is incorrect: Expected `PyIDL`, found `list[Unknown | bytes]`
[error] invalid-argument-type - Argument to function `PIDLAsString` is incorrect: Expected `PyIDL`, found `list[bytes]`

com/win32comext/shell/test/testSHFileOperation.py

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

win32/Demos/desktopmanager.py

[error] invalid-argument-type - Argument to function `CreateDialogIndirect` is incorrect: Expected `PyDialogTemplate`, found `list[Unknown | list[Unknown | str | tuple[int, int, int, int] | int]]`
[error] invalid-argument-type - Argument to function `CreateDialogIndirect` is incorrect: Expected `PyDialogTemplate`, found `list[list[str | tuple[int, int, int, int] | int]]`

win32/Demos/security/account_rights.py

[error] invalid-argument-type - Argument to function `LsaAddAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `LsaAddAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[str]`
[error] invalid-argument-type - Argument to function `LsaRemoveAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to function `LsaRemoveAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[str]`

win32/Demos/win32cred_demo.py

[error] invalid-argument-type - Argument to function `LoadUserProfile` is incorrect: Expected `PyPROFILEINFO`, found `dict[Unknown | str, Unknown | str | int | None]`
[error] invalid-argument-type - Argument to function `LoadUserProfile` is incorrect: Expected `PyPROFILEINFO`, found `dict[str, str | int | (Unknown & ~AlwaysFalsy) | None]`

win32/Demos/win32gui_demo.py

[error] invalid-argument-type - Argument to function `SetWorldTransform` is incorrect: Expected `PyXFORM`, found `dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `SetWorldTransform` is incorrect: Expected `PyXFORM`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `GradientFill` is incorrect: Expected `tuple[PyTRIVERTEX, ...]`, found `tuple[dict[Unknown | str, Unknown | int], dict[Unknown | str, Unknown | int], dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Argument to function `GradientFill` is incorrect: Expected `tuple[PyTRIVERTEX, ...]`, found `tuple[dict[str, int], dict[str, int], dict[str, int]]`

win32/Demos/win32netdemo.py

[error] invalid-argument-type - Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[Any, Any]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[Any, Any]`, found `list[dict[str, (Unknown & ~None) | str]]`

win32/Lib/win32rcparser.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str | None` and value of type `int` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `str | None` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] no-matching-overload - No overload of bound method `get` matches arguments

win32/test/test_win32cred.py

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

rich (https://github.com/Textualize/rich)

examples/exception.py

[error] invalid-argument-type - Argument to function `divide_all` is incorrect: Expected `list[tuple[int | float, int | float]]`, found `list[tuple[int | float, int]]`

rich/segment.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`

rich/console.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Styled`, found `ConsoleRenderable`

rich/pretty.py

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

rich/table.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int | Unknown` on object of type `list[int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `_collapse_widths` is incorrect: Expected `list[int]`, found `list[int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to function `ratio_distribute` is incorrect: Expected `list[int]`, found `list[int & ~AlwaysFalsy] | list[int]`
[error] invalid-return-type - Return type does not match returned value: expected `list[int]`, found `list[int & ~AlwaysFalsy] | list[int] | list[Unknown]`

tests/test_console.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int]`, found `(Unknown & ~<class 'ValueError'>) | tuple[int, int] | (type[ValueError] & ~<class 'ValueError'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int]`, found `tuple[int, int] | (type[ValueError] & ~<class 'ValueError'>)`
[error] invalid-argument-type - Argument to bound method `print_json` is incorrect: Expected `str | None`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `print_json` is incorrect: Expected `str | None`, found `list[str]`

tests/test_pretty.py

[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `int | list[Unknown]`

tests/test_tools.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str]]`

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

rotkehlchen/api/services/external_services.py

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

rotkehlchen/chain/evm/decoding/quickswap/v3/decoder.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[tuple[int, (...) -> Unknown]]]`, found `dict[str, list[tuple[int, (...) -> Unknown]] | list[tuple[int, bound method Self@post_decoding_rules._v3_router_post_decoding(transaction: EvmTransaction, decoded_events: list[EvmEvent], all_logs: list[EvmTxReceiptLog]) -> list[EvmEvent]]]]`

rotkehlchen/chain/evm/decoding/quickswap/v4/decoder.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[tuple[int, (...) -> Unknown]]]`, found `dict[str, list[tuple[int, (...) -> Unknown]] | list[tuple[int, bound method Self@post_decoding_rules._router_post_decoding(transaction: EvmTransaction, decoded_events: list[EvmEvent], all_logs: list[EvmTxReceiptLog]) -> list[EvmEvent]]]]`

rotkehlchen/chain/evm/decoding/velodrome/decoder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `ChecksumAddress` and value of type `tuple[(context) -> Unknown]` on object of type `dict[Unknown | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_voting_escrow_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_vote_events(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `ChecksumAddress` and value of type `tuple[(context) -> Unknown]` on object of type `dict[Unknown | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_voting_escrow_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_vote_events(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/user_messages.py

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

rotkehlchen/accounting/structures/processed_event.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cost_basis"]` and value of type `None | dict[str, Any]` on object of type `dict[str, str | Timestamp]`

rotkehlchen/accounting/types.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["originating_event_id"]` and value of type `int & ~AlwaysFalsy` on object of type `dict[str, str | Timestamp]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/rest.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["last_group_identifier"]` and value of type `tuple[str | int | None, str | None]` on object of type `dict[str, list[Timestamp] | list[str]]`

rotkehlchen/api/services/assets.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments

rotkehlchen/api/services/history.py

[error] invalid-assignment - Object of type `Unknown | list[None]` is not assignable to `list[int | None]`

rotkehlchen/api/v1/schemas.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `None | list[tuple[str & ~Literal["price"], bool]]`

rotkehlchen/assets/utils.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

rotkehlchen/chain/bitcoin/btc/manager.py

[error] invalid-argument-type - Argument to function `request_get_dict` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `request_get_dict` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `request_get_dict` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `request_get_dict` is incorrect: Expected `bool`, found `int`

rotkehlchen/chain/ethereum/modules/eth2/eth2.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `dict[str, dict[Unknown, Unknown]]`, found `dict[str, defaultdict[int, dict[Unknown, Unknown]] | defaultdict[str, FVal]]`

rotkehlchen/chain/evm/decoding/aura_finance/decoder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[b"(-?\xdf"]` and value of type `dict[bytes, (bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput) | (bound method Self@decoding_by_input_data._decode_lock_aura(context: DecoderContext) -> EvmDecodingOutput)]` on object of type `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[b"K\xbc\x17\n"]` and value of type `dict[bytes, (bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput) | (bound method Self@decoding_by_input_data._decode_lock_aura_bridged(context: DecoderContext) -> EvmDecodingOutput)]` on object of type `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[bytes, dict[bytes, (...) -> Unknown]]`, found `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/chain/evm/decoding/spark/savings/decoder.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[Unknown, tuple[bound method Self@addresses_to_decoders._decode_spark_tokens_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[Unknown | ChecksumAddress, Unknown | tuple[bound method Self@addresses_to_decoders._decode_psm_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[Unknown, tuple[bound method Self@addresses_to_decoders._decode_spark_tokens_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[(Unknown & ~None) | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_psm_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/chain/evm/decoding/woo_fi/decoder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `(Unknown & ~None) | ChecksumAddress` and value of type `tuple[bound method Self@addresses_to_decoders._decode_stake_v1_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `(Unknown & ~None) | ChecksumAddress` and value of type `tuple[bound method Self@addresses_to_decoders._decode_stake_v2_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/db/evmtx.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EVMTxHash | int`, found `ChecksumAddress`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EVMTxHash | int`, found `ChecksumAddress`

rotkehlchen/externalapis/alchemy.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["network"]` and value of type `str | None` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["address"]` and value of type `str | None` on object of type `dict[str, str | int]`

rotkehlchen/externalapis/google_calendar.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["errors"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, int | str]`

rotkehlchen/logging.py

[error] invalid-argument-type - Invalid argument to key "filters" with declared type `dict[str, _FilterConfigurationTypedDict | dict[str, Any]]` on TypedDict `_DictConfigArgs`: value of type `dict[str, dict[str, <class 'PywsgiFilter'>]]`

rotkehlchen/tests/api/test_event_matching.py

[error] invalid-argument-type - Argument to function `_check_all_unlinked` is incorrect: Expected `list[HistoryBaseEntry[Unknown]]`, found `list[HistoryEvent | AssetMovement | EvmEvent]`
[error] invalid-argument-type - Argument to function `_check_all_unlinked` is incorrect: Expected `list[HistoryBaseEntry[Unknown]]`, found `list[AssetMovement | EvmEvent]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/api/test_history_base_entry.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[Unknown | int | None]` on object of type `dict[str, str | int | list[dict[str, str]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[Unknown | int | None]` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["fees"]` and value of type `list[dict[str, str]]` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["user_notes"]` and value of type `list[str]` on object of type `dict[str, str | int]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[dict[str, str] | int]` on object of type `dict[str, str | int | list[dict[str, str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["fee"]` and value of type `list[dict[str, str] | dict[str, str | int]]` on object of type `dict[str, str | int | list[dict[str, str]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/api/test_user_evm_tokens.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["coingecko"]` and value of type `None` on object of type `dict[str, str | int]`

rotkehlchen/tests/db/test_db.py

[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`

rotkehlchen/tests/db/test_db_upgrades.py

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

rotkehlchen/tests/db/test_history_events.py

[error] invalid-argument-type - Argument to function `add_history_events_to_db` is incorrect: Expected `dict[int, tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]]`, found `dict[int, tuple[str, TimestampMS, FVal, None]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[str, TimestampMS, FVal, None]].__getitem__(key: int, /) -> tuple[str, TimestampMS, FVal, None]` cannot be called with key of type `None` on object of type `dict[int, tuple[str, TimestampMS, FVal, None]]`
[error] invalid-argument-type - Argument to function `add_history_events_to_db` is incorrect: Expected `dict[int, tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]]`, found `dict[int, tuple[str, TimestampMS, FVal, None] | tuple[str, TimestampMS, FVal, dict[str, HistoryMappingState]]]`
[error] invalid-argument-type - Argument to function `add_eth2_events_to_db` is incorrect: Expected `dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, dict[Unknown, Unknown] | None]]`, found `dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, None] | tuple[EVMTxHash, TimestampMS, FVal, str, dict[str, HistoryMappingState]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, str, None]].__getitem__(key: int, /) -> tuple[EVMTxHash, TimestampMS, FVal, str, str, None]` cannot be called with key of type `None` on object of type `dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, str, None]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`

rotkehlchen/tests/db/test_ranges.py

[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int] | Unknown]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int] | Unknown]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[Unknown | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[Unknown | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`

rotkehlchen/tests/db/test_reports.py

[error] call-non-callable - Object of type `list[Unknown | Asset]` is not callable
[error] call-non-callable - Object of type `list[Asset]` is not callable
[error] call-non-callable - Object of type `list[Unknown | FVal]` is not callable
[error] call-non-callable - Object of type `list[FVal]` is not callable
[error] call-non-callable - Object of type `list[Unknown | Timestamp]` is not callable
[error] call-non-callable - Object of type `list[Timestamp]` is not callable

rotkehlchen/tests/exchanges/test_kraken.py

[error] invalid-argument-type - Argument to function `create_asset_movement_with_fee` is incorrect: Expected `Literal[HistoryEventSubType.RECEIVE, HistoryEventSubType.SPEND]`, found `Unknown | HistoryEventSubType`
[error] invalid-argument-type - Argument to function `create_asset_movement_with_fee` is incorrect: Expected `Literal[HistoryEventSubType.RECEIVE, HistoryEventSubType.SPEND]`, found `HistoryEventSubType`

rotkehlchen/tests/exchanges/test_poloniex.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["quantity"]` and value of type `None` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["price"]` and value of type `None` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["feeAmount"]` and value of type `list[str]` on object of type `dict[str, str | int]`

rotkehlchen/tests/unit/decoders/test_gitcoin_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`

rotkehlchen/tests/unit/globaldb/test_globaldb_cache.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `ChecksumAddress`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `ChecksumAddress`, found `str`

rotkehlchen/tests/unit/test_bitcoin_cash.py

[error] invalid-argument-type - Argument to function `force_addresses_to_legacy_addresses` is incorrect: Expected `set[ChecksumAddress]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to function `force_addresses_to_legacy_addresses` is incorrect: Expected `set[ChecksumAddress]`, found `set[str]`

rotkehlchen/tests/unit/test_blockchain_balances.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]]` cannot be called with key of type `Literal["assets"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, dict[str, dict[str, str]] | str | Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, dict[str, dict[str, str]] | str | Unknown]]]` cannot be called with key of type `Literal["assets"]` on object of type `list[dict[str, dict[str, dict[str, str]] | str | Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, dict[str, str]]` on object of type `dict[str, str]`

rotkehlchen/tests/unit/test_chains_aggregator.py

[error] invalid-argument-type - Argument to function `_module_name_to_class` is incorrect: Expected `Literal["makerdao_dsr", "makerdao_vaults", "uniswap", "loopring", "eth2", ... omitted 4 literals]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `_module_name_to_class` is incorrect: Expected `Literal["makerdao_dsr", "makerdao_vaults", "uniswap", "loopring", "eth2", ... omitted 4 literals]`, found `str`
[error] invalid-argument-type - Argument to function `_module_name_to_class` is incorrect: Expected `Literal["makerdao_dsr", "makerdao_vaults", "uniswap", "loopring", "eth2", ... omitted 4 literals]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `_module_name_to_class` is incorrect: Expected `Literal["makerdao_dsr", "makerdao_vaults", "uniswap", "loopring", "eth2", ... omitted 4 literals]`, found `str`

rotkehlchen/tests/unit/test_data_updates.py

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

rotkehlchen/tests/unit/test_deserialization.py

[error] invalid-argument-type - Argument to function `deserialize_timestamp` is incorrect: Expected `int | float | str | FVal | None`, found `int | FVal | float | Literal["3.14", "5.23267356186572e+8"] | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `deserialize_timestamp` is incorrect: Expected `int | float | str | FVal | None`, found `int | FVal | float | Literal["3.14", "5.23267356186572e+8"] | list[str]`

rotkehlchen/tests/unit/test_ethereum_airdrops.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `dict[Unknown, Unknown] | Unknown`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["new_asset_data"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["new_asset_data"]` and value of type `Unknown` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["asset_identifier"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["asset_identifier"]` on object of type `list[str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["file_hash"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["file_hash"]` on object of type `list[str]`
[error] invalid-argument-type - Argument to function `resolve_asset` is incorrect: Expected `str`, found `Unknown | str | int | dict[Unknown | str, Unknown | str | int] | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `resolve_asset` is incorrect: Expected `str`, found `str | int | dict[str, str | int] | dict[str, str] | Unknown`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name"]` and value of type `Literal["new_name"]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name"]` and value of type `Literal["new_name"]` on object of type `list[str]`

rotkehlchen/tests/unit/test_ethereum_inquirer.py

[error] invalid-argument-type - Argument to bound method `update_entry` is incorrect: Expected `int | str | FVal | ... omitted 9 union elements`, found `dict[ChainID, tuple[EvmIndexer]]`

rotkehlchen/tests/unit/test_etherscan.py

[error] invalid-argument-type - Argument to function `_hashes_tuple_to_list` is incorrect: Expected `set[tuple[EVMTxHash, Timestamp]]`, found `set[Unknown | tuple[str, int]]`
[error] invalid-argument-type - Argument to function `_hashes_tuple_to_list` is incorrect: Expected `set[tuple[EVMTxHash, Timestamp]]`, found `set[tuple[str, int]]`

rotkehlchen/tests/unit/test_evm_indexer_order.py

[error] invalid-argument-type - Argument to bound method `update_entry` is incorrect: Expected `int | str | FVal | ... omitted 9 union elements`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`
[error] invalid-argument-type - Argument to bound method `update_entry` is incorrect: Expected `int | str | FVal | ... omitted 9 union elements`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`
[error] invalid-argument-type - Argument to bound method `update_entry` is incorrect: Expected `int | str | FVal | ... omitted 9 union elements`, found `dict[ChainID, tuple[EvmIndexer, EvmIndexer, EvmIndexer]]`

rotkehlchen/tests/unit/test_logging.py

[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `Mapping[str, object] | None`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `Mapping[str, object] | None`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `bool`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `bool`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `int`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `int`, found `dict[str, str] | str`

rotkehlchen/tests/unit/test_makerdao.py

[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | Unknown | dict[Unknown | str, Unknown | Balance]]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset, dict[str, Balance] | Balance]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | Unknown | dict[Unknown | str, Unknown | Balance]]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset, dict[str, Balance] | Balance]`

rotkehlchen/tests/unit/test_tokens.py

[error] invalid-argument-type - Argument to function `generate_multicall_chunks` is incorrect: Expected `Mapping[ChecksumAddress, Sequence[Unknown]]`, found `dict[str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - Argument to function `generate_multicall_chunks` is incorrect: Expected `Mapping[ChecksumAddress, Sequence[str]]`, found `dict[str, list[str]]`

rotkehlchen/tests/utils/ethereum.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DBHandler | EvmNodeInquirer | EvmTransactions`, found `BeaconChain`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`

rotkehlchen/tests/utils/premium.py

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

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

schema_salad/dlang_codegen.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str & ~Literal["None"]]` and `list[str]`

schema_salad/metaschema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Any` on object of type `dict[str & ~AlwaysFalsy, Any & ~CommentedMap & ~Top[MutableMapping[Unknown, Unknown]]]`

schema_salad/python_codegen_support.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Any` on object of type `dict[str & ~AlwaysFalsy, Any & ~CommentedMap & ~Top[MutableMapping[Unknown, Unknown]]]`

schema_salad/schema.py

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

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

src/schemathesis/core/jsonschema/bundler.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `dict[str & ~Literal["$ref"], dict[str, Any] | bool | list[dict[str, Any] | bool]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any] | bool`, found `dict[str & ~Literal["$ref"], Any]`

src/schemathesis/engine/context.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["session"]` and value of type `Session` on object of type `dict[str, dict[str, str] | int | None | ... omitted 3 union elements]`

src/schemathesis/specs/openapi/stateful/dependencies/naming.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `str & ~AlwaysFalsy`, found `str`

src/schemathesis/specs/graphql/schemas.py

[warning] redundant-cast - Value is already of type `ExamplesPhaseData | FuzzingPhaseData`

src/schemathesis/specs/openapi/_hypothesis.py

[warning] redundant-cast - Value is already of type `ExamplesPhaseData | FuzzingPhaseData | StatefulPhaseData`
[warning] redundant-cast - Value is already of type `ExamplesPhaseData | FuzzingPhaseData | StatefulPhaseData`
[warning] redundant-cast - Value is already of type `ExamplesPhaseData | FuzzingPhaseData | StatefulPhaseData`

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

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, dict[Unknown, Unknown] | bool | str]`

src/schemathesis/specs/openapi/checks.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[Unknown | int] | set[int]`

src/schemathesis/specs/openapi/definitions.py

[error] invalid-argument-type - Argument to function `lazy_import` is incorrect: Expected `dict[str, () -> Any]`, found `dict[str, () -> Unknown]`

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

src/scikit_build_core/settings/skbuild_schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["if_overrides"]` and value of type `dict[str, str | dict[str, dict[str, str]] | int | dict[str, dict[str, str] | dict[str, str | dict[str, dict[str, list[dict[str, str]]]] | int]]]` on object of type `dict[str, dict[str, str | dict[str, dict[str, str]]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["inherit"]` and value of type `dict[str, str | dict[str, dict[str, str]] | list[str]]` on object of type `dict[str, dict[str, str | dict[str, dict[str, str]]]]`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `str | Any`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `str | Any`

tests/test_settings.py

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

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

sklearn/utils/_test_common/instance_generator.py

[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'SplineTransformer'>` and value of type `dict[str, str]` on object of type `dict[<class 'AdaBoostClassifier'> | <class 'AdaBoostRegressor'> | <class 'BaggingClassifier'> | ... omitted 46 union elements, dict[str, str]]`

sklearn/_loss/tests/test_loss.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[HalfSquaredError | AbsoluteError | PinballLoss | ... omitted 7 union elements]` and `list[PinballLoss | HuberLoss | HalfTweedieLoss | HalfTweedieLossIdentity]`

sklearn/compose/tests/test_column_transformer.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[list[str], ndarray[tuple[int, int], dtype[Any]]] | tuple[list[str], ndarray[tuple[Any, ...], dtype[Any]]] | tuple[slice[Any, Any, Any], ndarray[tuple[Any, ...], dtype[Any]]] | ... omitted 6 union elements]`, found `list[tuple[int, ndarray[tuple[int, int], dtype[Any]]] | tuple[str, ndarray[tuple[int, int], dtype[Any]]] | tuple[Unknown, ndarray[tuple[int, int], dtype[Any]]]]`

sklearn/datasets/_lfw.py

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

sklearn/datasets/_openml.py

[error] invalid-argument-type - Argument to function `_download_data_to_bunch` is incorrect: Expected `list[str]`, found `list[str] | list[str & ~Literal["default-target"]] | list[Unknown]`

sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py

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

sklearn/ensemble/tests/test_forest.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

sklearn/externals/array_api_extra/_lib/_lazy.py

[error] unresolved-attribute - Attribute `_meta` is not defined on `Array & ~int & ~float & ~complex` in union `Unknown | (Array & ~int & ~float & ~complex)`
[error] unresolved-attribute - Object of type `Array & ~int & ~float & ~complex` has no attribute `_meta`

sklearn/externals/array_api_extra/_lib/_utils/_helpers.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[complex]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[float]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[int]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`

sklearn/linear_model/_ridge.py

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

sklearn/linear_model/tests/test_coordinate_descent.py

[error] unresolved-attribute - Attribute `dot` is not defined on `float64`, `floating[_32Bit]` in union `Unknown | float64 | floating[_32Bit]`
[error] unresolved-attribute - Object of type `float64 | floating[_32Bit]` has no attribute `dot`

sklearn/linear_model/tests/test_least_angle.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

sklearn/linear_model/tests/test_ridge.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `Unknown | None | int | float`

sklearn/metrics/_plot/det_curve.py

[error] unresolved-attribute - Attribute `is_integer` is not defined on `int` in union `Unknown | int | float`
[error] unresolved-attribute - Attribute `is_integer` is not defined on `int` in union `int | float`

sklearn/metrics/_plot/precision_recall_curve.py

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

sklearn/metrics/_plot/tests/test_confusion_matrix_display.py

[error] not-iterable - Object of type `list[Unknown | str] | None | list[Unknown | int] | list[int]` may not be iterable
[error] not-iterable - Object of type `list[str] | None | list[int]` may not be iterable

sklearn/metrics/tests/test_classification.py

[error] unresolved-attribute - Attribute `keys` is not defined on `int`, `float` in union `Unknown | dict[Unknown | str, Unknown | int | float] | int | float`
[error] unresolved-attribute - Attribute `keys` is not defined on `int`, `float` in union `dict[str, int | float] | int | float`
[error] not-iterable - Object of type `Unknown | dict[Unknown | str, Unknown | int | float] | int | float` may not be iterable
[error] not-iterable - Object of type `dict[str, int | float] | int | float` may not be iterable
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float].__getitem__(key: str, /) -> int | float` cannot be called with key of type `float` on object of type `dict[str, int | float]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float].__getitem__(key: str, /) -> int | float` cannot be called with key of type `int` on object of type `dict[str, int | float]`

sklearn/neural_network/tests/test_mlp.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[int]`

sklearn/preprocessing/_encoders.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `(Unknown & ~Integral & ~None) | (Unknown & Integral) | None` and `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `(Unknown & ~Integral & ~None) | (Unknown & Integral) | None` and `int`

sklearn/svm/_base.py

[error] unresolved-attribute - Attribute `get` is not defined on `int` in union `(Unknown & ~None) | dict[Unknown | str, Unknown | dict[Unknown | bool, Unknown | int]] | int`
[error] unresolved-attribute - Attribute `get` is not defined on `int` in union `dict[str, dict[bool, int]] | int`

sklearn/tests/test_docstring_parameters.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | int]]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, int]]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[str]`

sklearn/tree/tests/test_tree.py

[error] unresolved-attribute - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `list[list[int]]`, `list[int]`, `list[int | float]` in union `Unknown | list[list[int]] | list[int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `list[list[int]]`, `list[int]`, `list[int | float]` in union `Unknown | list[list[int]] | list[int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `shape` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `shape` is not defined on `list[list[int]]`, `list[int]`, `list[int | float]` in union `Unknown | list[list[int]] | list[int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `list[list[int]]`, `list[int]`, `list[int | float]` in union `Unknown | list[list[int]] | list[int] | ... omitted 3 union elements`

sklearn/utils/_param_validation.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[_InstancesOf | Interval | _NanConstraint | _PandasNAConstraint]`, found `list[_InstancesOf | _NoneConstraint]`

sklearn/utils/_show_versions.py

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

sklearn/utils/estimator_checks.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'str'> | <class 'int'> | <class 'float'> | ... omitted 4 union elements]`, found `dict_values[str, type[generic[Any]]]`

sklearn/utils/tests/test_estimator_checks.py

[warning] unsupported-base - Unsupported class base with type `<class 'MinimalTransformer'> | <class 'MinimalRegressor'> | <class 'MinimalClassifier'>`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["contamination"]` and value of type `list[Interval]` on object of type `dict[str, list[StrOptions]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["contamination"]` and value of type `list[Interval]` on object of type `dict[str, list[StrOptions]]`

sklearn/utils/tests/test_multiclass.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[Unknown | int]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `toarray` is not defined on `list[list[int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[int] & SparseABC`, `list[str] & SparseABC`, `list[list[str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[int | float] & SparseABC`, `list[list[Unknown]] & SparseABC`, `list[tuple[()]] & SparseABC`, `list[ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[set[int]] & SparseABC`, `list[frozenset[int]] & SparseABC`, `list[dict[int, str]] & SparseABC` in union `(Unknown & SparseABC) | (list[list[int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`

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

scipy/fft/tests/test_basic.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[int, int]]`, found `list[tuple[int] | None]`

scipy/integrate/tests/test_banded_ode_solvers.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | float`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | float`

scipy/optimize/_highspy/_highs_wrapper.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

scipy/optimize/tests/test__basinhopping.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["options"]` and value of type `dict[str, int]` on object of type `dict[str, str | bool]`

scipy/optimize/tests/test_tnc.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `int | float` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `float` on object of type `list[int]`

scipy/stats/tests/test_multicomp.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `list[Unknown | list[int]]` on object of type `list[list[int]]`

benchmarks/benchmarks/optimize.py

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

benchmarks/benchmarks/stats.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `list[Unknown | list[Unknown | int | float]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> list[int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[list[int | float]]]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `list[list[int | float]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, slice[Literal[0], Literal[2], None]]` on object of type `list[Unknown | list[Unknown | int | float]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> list[int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[list[int | float]]]` cannot be called with key of type `tuple[Unknown, slice[Literal[0], Literal[2], None]]` on object of type `list[list[int | float]]`

scipy/_lib/_array_api_docs_tables.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dask"]` and value of type `(Unknown & ~AlwaysTruthy) | dict[str, bool]` on object of type `dict[str, bool]`
[error] no-matching-overload - No overload of bound method `update` matches arguments

scipy/_lib/_bunch.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `property` on object of type `dict[str, str | tuple[str, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `property` on object of type `dict[str, str | tuple[str, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `__qualname__` on type `Unknown | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `__qualname__` on type `([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `dict[str, <class 'TypeError'> | <class 'AttributeError'>]`, `str` in union `Unknown | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `dict[str, <class 'TypeError'> | <class 'AttributeError'>]`, `str` in union `([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | str | ... omitted 3 union elements`

scipy/cluster/hierarchy/_hierarchy_impl.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Self@pre_order` on object of type `list[None]`

scipy/fft/_pocketfft/tests/test_real_transforms.py

[error] unresolved-attribute - Attribute `close` is not defined on `dict[Unknown, Unknown]` in union `Any | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `close` is not defined on `dict[Any, Any]` in union `Any | dict[Any, Any]`

scipy/fftpack/tests/gen_fftw_ref.py

[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `list[int]`
[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `list[int]`
[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to function `savez` is incorrect: Expected `bool`, found `list[int]`

scipy/integrate/_ivp/ivp.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] not-iterable - Object of type `list[Unknown | list[Unknown]] | None` may not be iterable
[error] not-iterable - Object of type `list[list[Unknown]] | None` may not be iterable

scipy/integrate/_quad_vec.py

[error] unresolved-attribute - Attribute `num_eval` is not defined on `(a, b, f, norm_func) -> Unknown`, `(x1, x2, f, norm_func) -> Unknown` in union `Unknown | ((a, b, f, norm_func) -> Unknown) | ((x1, x2, f, norm_func) -> Unknown)`
[error] unresolved-attribute - Object of type `((a, b, f, norm_func) -> Unknown) | ((x1, x2, f, norm_func) -> Unknown)` has no attribute `num_eval`

scipy/integrate/_quadrature.py

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

scipy/interpolate/_fitpack_impl.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["u"]` and value of type `Unknown | None` on object of type `dict[str, ndarray[tuple[Any, ...], dtype[Any]] | int]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | int`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `ndarray[tuple[Any, ...], dtype[Any]] | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | None | <class 'ValueError'> | <class 'TypeError'>` and `str`

scipy/interpolate/_interpolate.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `slice[Any, Any, Any]` on object of type `list[None]`

scipy/interpolate/tests/test_bsplines.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | int` on object of type `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Literal[1]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | str` and `Unknown | int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | str` and `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | str` and `Unknown | int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Literal[1]`

scipy/interpolate/tests/test_interpolate.py

[error] unresolved-attribute - Attribute `ravel` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - Attribute `ravel` is not defined on `int`, `float` in union `int | float | Unknown`

scipy/io/arff/tests/test_arffread.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `int | float | str`

scipy/io/matlab/tests/test_mio.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, str] | dict[str, ndarray[tuple[int, int], Unknown] | Unknown]]`, found `dict[str, str | dict[str, str] | dict[str, ndarray[tuple[int, int], Unknown] | Unknown] | dict[str, coo_array]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, str] | dict[str, ndarray[tuple[int, int], Unknown] | Unknown]]`, found `dict[str, str | dict[str, str] | dict[str, ndarray[tuple[int, int], Unknown] | Unknown] | dict[str, coo_array]]`

scipy/io/matlab/tests/test_mio5_utils.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[Any]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[Any]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`

scipy/linalg/_basic.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

scipy/linalg/tests/test_lapack.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `float | complex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `float | complex`

scipy/odr/_odrpack.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[int, Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown]`

scipy/optimize/_differentialevolution.py

[error] invalid-assignment - Invalid subscript assignment with key of type `list[Unknown | int | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[Unknown | int | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[list[int | Unknown | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/optimize/_numdiff.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nfev"]` and value of type `Literal[0, 1] | Unknown` on object of type `dict[str, None]`

scipy/optimize/_optimize.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | None` and `Unknown | float`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `None` and `Unknown | float`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ndarray[tuple[int], dtype[Unknown]]`, found `None | Unknown`

scipy/optimize/_root.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, <class 'BroydenFirst'> | <class 'BroydenSecond'> | <class 'Anderson'> | ... omitted 4 union elements].__getitem__(key: str, /) -> <class 'BroydenFirst'> | <class 'BroydenSecond'> | <class 'Anderson'> | ... omitted 4 union elements` cannot be called with key of type `None` on object of type `dict[str, <class 'BroydenFirst'> | <class 'BroydenSecond'> | <class 'Anderson'> | ... omitted 4 union elements]`

scipy/optimize/_shgo.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`

scipy/optimize/_trustregion_constr/qp_subproblem.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["allvecs"]` and value of type `list[Unknown]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["allvecs"]` and value of type `list[Unknown]` on object of type `dict[str, int]`

scipy/optimize/_tstutils.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `list[Unknown | int]`, `int`, `float`, `list[Unknown | int | float]` in union `Unknown | ((x) -> Unknown) | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `list[int]`, `int`, `float`, `list[int | float]` in union `((x) -> Unknown) | list[int] | int | float | list[int | float]`

scipy/optimize/tests/test__spectral.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | ((x, n) -> Unknown) | ((n) -> Unknown) | int` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `((x, n) -> Unknown) | ((n) -> Unknown) | int` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | ((x, n) -> Unknown) | ((n) -> Unknown) | int` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `((x, n) -> Unknown) | ((n) -> Unknown) | int` and `Literal[1]`

scipy/optimize/tests/test_constraint_conversion.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown | int | float] | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | list[int | float] | None`

scipy/optimize/tests/test_linprog.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `tuple[None, None]` on object of type `list[tuple[int, None]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["tol"]` and value of type `float` on object of type `dict[str, bool]`

scipy/optimize/tests/test_nonlin.py

[error] unresolved-attribute - Attribute `KNOWN_BAD` is not defined on `(x) -> Unknown` in union `Unknown | ((x) -> Unknown)`
[error] unresolved-attribute - Object of type `(x) -> Unknown` has no attribute `KNOWN_BAD`
[error] unresolved-attribute - Attribute `KNOWN_BAD` is not defined on `(x) -> Unknown` in union `Unknown | ((x) -> Unknown)`
[error] unresolved-attribute - Object of type `(x) -> Unknown` has no attribute `KNOWN_BAD`

scipy/optimize/tests/test_optimize.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hess"]` and value of type `Literal["2-point"]` on object of type `dict[str, None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["jac"]` and value of type `def rosen_der_annotated(x: Any) -> Any` on object of type `dict[str, None | ((intermediate_result: Any) -> None)]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["hess"]` and value of type `def rosen_hess_annotated(x: Any) -> Any` on object of type `dict[str, None | ((intermediate_result: Any) -> None)]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `None` and `float`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[3]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None` and `Literal[3]`

scipy/optimize/tests/test_zeros.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str | ((x) -> Unknown)` and value of type `str | ((x) -> Unknown)` on object of type `dict[str, int | float]`

scipy/signal/_filter_design.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal[1]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `int | float` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `int | float` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `int | float` on object of type `list[None]`
[error] unsupported-operator - Operator `/=` is not supported between objects of type `None` and `int | float`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `int | float` on object of type `list[None]`
[error] unsupported-operator - Operator `/=` is not supported between objects of type `None` and `int | float`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `int | float` on object of type `list[None]`
[error] unsupported-operator - Operator `/=` is not supported between objects of type `None` and `int | float`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[6]` and value of type `int | float` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[7]` and value of type `int | float` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[8]` and value of type `int | float` on object of type `list[None]`

scipy/signal/_peak_finding.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Unknown]` and `Literal[1]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Any]` and `Literal[1]`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `Unknown | list[Unknown] | int`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `list[Any] | int`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `Unknown | list[Unknown] | int`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `list[Any] | int`

scipy/signal/_signaltools.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Literal[0]` on object of type `list[None]`

scipy/signal/_spectral_py.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`

scipy/signal/tests/_scipy_spectral_test_shim.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`

scipy/signal/tests/test_bsplines.py

[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[int]`

scipy/signal/tests/test_signaltools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`
[error] invalid-argument-type - Argument to function `envelope` is incorrect: Expected `tuple[int | None, int | None]`, found `Unknown | tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`
[error] invalid-argument-type - Argument to function `envelope` is incorrect: Expected `tuple[int | None, int | None]`, found `tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`

scipy/sparse/_coo.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `list[None]`

scipy/sparse/_dok.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[Unknown, Unknown]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[int, Unknown & ~Literal[0]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method dict[int, Unknown & ~Literal[0]].__delitem__(key: int, /) -> None` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `dict[int, Unknown & ~Literal[0]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, Unknown & ~Literal[0]].__getitem__(key: int, /) -> Unknown & ~Literal[0]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `dict[int, Unknown & ~Literal[0]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method dict[int, Unknown & ~Literal[0]].__delitem__(key: int, /) -> None` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `dict[int, Unknown & ~Literal[0]]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method dict[int, Unknown & ~Literal[0]].__delitem__(key: int, /) -> None` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `dict[int, Unknown & ~Literal[0]]`

scipy/sparse/_sputils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Sized`

scipy/sparse/linalg/_dsolve/linsolve.py

[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

scipy/sparse/linalg/_eigen/tests/test_svds.py

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

scipy/sparse/linalg/_expm_multiply.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `(Unknown & ~None) | int` and `None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `None | int`

scipy/sparse/linalg/_isolve/tests/test_iterative.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `floating[Any]` on object of type `list[int | float]`

scipy/sparse/linalg/_matfuncs.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[list[Unknown]]`

scipy/spatial/tests/test_qhull.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `tuple[list[ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], dtype[float64]]], None | Literal["QJ Pp"]]` on object of type `dict[str, tuple[list[ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[Any]]], None] | tuple[Unknown, None]]`

scipy/spatial/transform/tests/test_rigid_transform.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[Unknown | bool]` on object of type `Rotation`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[bool]` on object of type `Rotation`

scipy/spatial/transform/tests/test_rotation.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[Unknown | int]` on object of type `Rotation`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[int]` on object of type `Rotation`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[Unknown | int]` on object of type `Rotation`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Rotation.__getitem__(indexer: int | slice[Any, Any, Any] | EllipsisType | None) -> Rotation` cannot be called with key of type `list[int]` on object of type `Rotation`
[error] unresolved-attribute - Attribute `magnitude` is not defined on `NotImplementedType` in union `Unknown | Rotation | NotImplementedType`
[error] unresolved-attribute - Attribute `magnitude` is not defined on `NotImplementedType` in union `Rotation | NotImplementedType | Unknown`

scipy/special/_support_alternative_backends.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, tuple[bool]] | tuple[bool] | None`, found `dict[str, tuple[bool] | list[Unknown | bool]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, tuple[bool]] | tuple[bool] | None`, found `dict[str, tuple[bool] | list[bool]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, tuple[bool]] | tuple[bool] | None`, found `dict[str, tuple[bool] | list[Unknown | bool]]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, tuple[bool]] | tuple[bool] | None`, found `dict[str, tuple[bool] | list[bool]]`

scipy/special/tests/test_cdflib.py

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

scipy/special/tests/test_ndtri_exp.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | floating[Any] | int]`
[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[floating[Any] | int]`

scipy/special/tests/test_support_alternative_backends.py

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

scipy/stats/_distribution_infrastructure.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str` and `Literal[2]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | str` and `Literal[2]`

scipy/stats/_morestats.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | None` and `Literal[3]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | None` and `Literal[4]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | None` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | None` and `Literal[2]`

scipy/stats/_qmc.py

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

scipy/stats/tests/test_discrete_basic.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[list[str | tuple[int | float]] | list[str | tuple[int, int | float, int | float]] | list[str | tuple[int, int | float, int]] | ... omitted 7 union elements]` and `list[list[rv_discrete | tuple[()]]]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `Unknown | str | tuple[int | float] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `str | tuple[int | float] | tuple[int, int | float, int | float] | ... omitted 3 union elements`

scipy/stats/tests/test_distributions.py

[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `f_gen | tuple[int, int] | int | float`
[error] not-iterable - Object of type `Unknown | f_gen | tuple[int, int] | int | float` may not be iterable
[error] not-iterable - Object of type `f_gen | tuple[int, int] | int | float` may not be iterable
[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `f_gen | tuple[int, int] | int | float`
[error] not-iterable - Object of type `Unknown | f_gen | tuple[int, int] | int | float` may not be iterable
[error] not-iterable - Object of type `f_gen | tuple[int, int] | int | float` may not be iterable
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[Unknown | f_gen | tuple[int, int] | int | float]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[f_gen | tuple[int, int] | int | float]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `MaskedArray[Unknown, Unknown]` and `Unknown | str | int | float | ((r) -> Unknown)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `MaskedArray[Unknown, Unknown]` and `str | int | float | ((r) -> Unknown)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `MaskedArray[Unknown, Unknown]` and `Unknown | str | int | float | ((r) -> Unknown)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `MaskedArray[Unknown, Unknown]` and `str | int | float | ((r) -> Unknown)`
[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `pdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `burr_gen | tuple[int] | int | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `burr_gen | tuple[int] | int | ... omitted 4 union elements`
[error] not-iterable - Object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements` may not be iterable
[error] not-iterable - Object of type `burr_gen | tuple[int] | int | ... omitted 4 union elements` may not be iterable
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[Unknown | burr_gen | tuple[int] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[burr_gen | tuple[int] | int | ... omitted 4 union elements]`
[error] unresolved-attribute - Attribute `logpdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `logpdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `burr_gen | tuple[int] | int | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `burr_gen | tuple[int] | int | ... omitted 4 union elements`
[error] not-iterable - Object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements` may not be iterable
[error] not-iterable - Object of type `burr_gen | tuple[int] | int | ... omitted 4 union elements` may not be iterable

scipy/stats/tests/test_hypotests.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `float` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `int | float` on object of type `list[int]`

scipy/stats/tests/test_kdeoth.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

scipy/stats/tests/test_morestats.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]]` cannot be called with key of type `Literal["gumbel_l"]` on object of type `list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> list[str | tuple[int | float]] | list[str | tuple[()]] | list[str | tuple[int | float, int | float]] | ... omitted 7 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[list[str | tuple[int | float]] | list[str | tuple[()]] | list[str | tuple[int | float, int | float]] | ... omitted 7 union elements]]` cannot be called with key of type `Literal["gumbel_l"]` on object of type `list[list[str | tuple[int | float]] | list[str | tuple[()]] | list[str | tuple[int | float, int | float]] | ... omitted 7 union elements]`

scipy/stats/tests/test_resampling.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

scipy/stats/tests/test_sampling.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`

subprojects/array_api_extra/src/array_api_extra/_lib/_lazy.py

[error] unresolved-attribute - Attribute `_meta` is not defined on `Array & ~int & ~float & ~complex` in union `Unknown | (Array & ~int & ~float & ~complex)`
[error] unresolved-attribute - Object of type `Array & ~int & ~float & ~complex` has no attribute `_meta`

subprojects/array_api_extra/src/array_api_extra/_lib/_utils/_helpers.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[complex]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[float]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]].__getitem__(key: <class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, /) -> str | tuple[str, str, str] | tuple[str, str]` cannot be called with key of type `type[int]` on object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | <class 'complex'>, str | tuple[str, str, str] | tuple[str, str]]`

subprojects/cobyqa/cobyqa/main.py

[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

subprojects/cobyqa/cobyqa/problem.py

[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

subprojects/cobyqa/cobyqa/tests/test_problem.py

[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["1.13", "1.21", "1.25", "2.1", False] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `SupportsIndex | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `_FormatDict | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `bool | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `int | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `int | dict[str, (x) -> Unknown]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - Argument to function `printoptions` is incorrect: Expected `str | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/trustregion.py

[error] invalid-assignment - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_64Bit] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_64Bit] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tools/refguide_check.py

[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `str | tuple[int | float] | tuple[int | float, int | float, int | float] | ... omitted 4 union elements`

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

tests/linalg/test_blas.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[_FortranFunction] | _FortranFunction`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `list[_FortranFunction] | _FortranFunction`

tests/constants/test_constants.pyi

[error] type-assertion-failure - Type `list[Unknown | int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[Unknown | int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[Unknown | int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `Unknown`

tests/sparse/test_construct.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `csc_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `csr_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `csc_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `csr_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `bsr_array[Unknown]` does not match asserted type `bsr_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `lil_array[Unknown]` does not match asserted type `lil_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `coo_array[Unknown, tuple[int, int]]` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `bsr_array[Unknown]` does not match asserted type `bsr_array[floating[_32Bit]]`

tests/stats/test_mode.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `signedinteger[_64Bit]`

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

scrapy/downloadermiddlewares/cookies.py

[error] invalid-assignment - Object of type `tuple[dict[Unknown | str, Unknown | str], ...]` is not assignable to `Iterable[VerboseCookie]`
[error] invalid-assignment - Object of type `tuple[dict[str, str], ...]` is not assignable to `Iterable[VerboseCookie]`

scrapy/utils/python.py

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

tests/test_downloadermiddleware_cookies.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | None] | dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str | Unknown, str | Unknown]]`

tests/test_downloadermiddleware_httpcompression.py

[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `dict[str, str]`

tests/test_downloadermiddleware_httpproxy.py

[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to attribute `environ` of type `_Environ[str]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_downloadermiddleware_offsite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `dict[Unknown, Unknown]`

tests/test_downloadermiddleware_redirect.py

[error] invalid-assignment - Object of type `list[Unknown | int]` is not assignable to attribute `handle_httpstatus_list` on type `Unknown | Spider | None`
[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `handle_httpstatus_list` on type `Unknown | Spider | None`

tests/test_downloaderslotssettings.py

[error] not-iterable - Object of type `Unknown | int | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int]]` may not be iterable
[error] not-iterable - Object of type `Unknown | int | dict[str, dict[str, int]]` may not be iterable
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | (str & ~AlwaysFalsy) | (dict[Unknown | str, Unknown | int] & ~AlwaysFalsy)` and value of type `list[int | float]` on object of type `dict[str, list[int | float]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | (str & ~AlwaysFalsy) | (dict[str, int] & ~AlwaysFalsy)` and value of type `list[int | float]` on object of type `dict[str, list[int | float]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`

tests/test_feedexport.py

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

tests/test_http_request.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | bytes, Unknown | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | str | bytes, Unknown | bytes | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | bytes, Unknown | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | str, Unknown | None]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, None]`

tests/test_http_response.py

[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`

tests/test_logformatter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["LOG_FORMATTER"]` and value of type `<class 'SkipMessagesLogFormatter'>` on object of type `dict[str, str | dict[<class 'DropSomeItemsPipeline'>, int]]`

tests/test_pipeline_files.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, dict[Unknown | str, Unknown | str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, dict[Unknown | str, Unknown | str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`

tests/test_pipeline_images.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, dict[Unknown | str, Unknown | str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, dict[Unknown | str, Unknown | str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`

tests/test_pipeline_media.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[Unknown | tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`

tests/test_responsetypes.py

[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `Unknown | str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `bytes | None`, found `Unknown | str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `bytes | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `str | None`, found `Unknown | str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `str | None`, found `str | Headers`

tests/test_settings/__init__.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[tuple[str, int]]`

tests/test_spider.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `custom_settings` on type `Unknown | <class 'Spider'>`

tests/test_utils_datatypes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Any]`, found `set[Unknown | int | str | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Any]`, found `set[int | str | float]`

tests/test_utils_request.py

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

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

setuptools/_distutils/archive_util.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

setuptools/_distutils/command/bdist.py

[error] not-iterable - Object of type `Unknown | None | list[Unknown | str]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[str]` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[str]`

setuptools/_distutils/command/build_ext.py

[error] unresolved-attribute - Attribute `split` is not defined on `list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `split` is not defined on `list[tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[tuple[Unknown, str]] & ~AlwaysFalsy)`

setuptools/_distutils/compilers/C/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None, str]] | None`, found `list[tuple[Unknown | str, None, Unknown | str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None, str]] | None`, found `list[tuple[str, None, str]]`

setuptools/_distutils/fancy_getopt.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & ~AlwaysFalsy`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & ~AlwaysFalsy`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & ~AlwaysFalsy`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & ~AlwaysFalsy`, found `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str | Any` on object of type `list[(str & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)]`

setuptools/_distutils/tests/test_build_ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["macros"]` and value of type `list[tuple[str, str] | tuple[str]]` on object of type `dict[str, list[str] | str | list[tuple[str, str, str] | str]]`
[error] unresolved-attribute - Attribute `undef_macros` is not defined on `tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]` in union `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[error] unresolved-attribute - Object of type `tuple[str, dict[str, list[str] | str | list[tuple[str, str, str] | str]]]` has no attribute `undef_macros`
[error] unresolved-attribute - Attribute `define_macros` is not defined on `tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]` in union `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[error] unresolved-attribute - Object of type `tuple[str, dict[str, list[str] | str | list[tuple[str, str, str] | str]]]` has no attribute `define_macros`

setuptools/_distutils/tests/test_extension.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Iterator[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Iterator[str]`

setuptools/_distutils/util.py

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

setuptools/_distutils/version.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[(Unknown & ~AlwaysFalsy & ~Literal["."]) | (str & ~AlwaysFalsy & ~Literal["."])]`

setuptools/_vendor/wheel/_bdist_wheel.py

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

setuptools/command/rotate.py

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

setuptools/config/_apply_pyprojecttoml.py

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

setuptools/tests/config/test_pyprojecttoml.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown & ~AlwaysFalsy & ~Literal["."]` and value of type `dict[str, str | dict[str, str] | dict[str, dict[str, str]]]` on object of type `dict[str, str | dict[str, str]]`

setuptools/tests/test_build_py.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] unresolved-attribute - Attribute `isdisjoint` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`, `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]`, `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]` in union `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]`
[error] unresolved-attribute - Attribute `isdisjoint` is not defined on `dict[str, dict[str, str]]`, `dict[str, dict[str, dict[str, str]]]`, `dict[str, dict[str, dict[str, str] | str]]` in union `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`

setuptools/tests/test_editable_install.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]` and `str`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[str, dict[str, str | dict[str, str]]]` and `str`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[Unknown | str, Unknown | str]` and `str`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `dict[str, str]` and `str`

setuptools/tests/test_warnings.py

[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `str`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | tuple[str, str] | dict[Unknown | str, Unknown | int | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `tuple[str, str] | dict[str, int | str] | str | dict[str, tuple[int, int, int]] | dict[str, tuple[int, int, int] | str]`
[error] invalid-argument-type - Argument to function `cleandoc` is incorrect: Expected `str`, found `Unknown | tuple[str, str] | dict[Unknown | str, Unknown | int | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `cleandoc` is incorrect: Expected `str`, found `tuple[str, str] | dict[str, int | str] | str | dict[str, tuple[int, int, int]] | dict[str, tuple[int, int, int] | str]`

setuptools/tests/test_wheel.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `str | dict[Unknown | str, Unknown] | dict[str, list[Unknown | str]] | Unknown`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `str | dict[str, Unknown] | dict[str, list[str]] | Unknown`

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

sockeye/data_io.py

[error] invalid-argument-type - Argument to function `combine_means` is incorrect: Expected `list[int | float | None]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `combine_stds` is incorrect: Expected `list[int | float | None]`, found `list[int | float]`
[error] invalid-argument-type - Argument to function `combine_stds` is incorrect: Expected `list[int | float | None]`, found `list[int | float]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int]]` cannot be called with key of type `None` on object of type `list[int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int]]` cannot be called with key of type `None` on object of type `list[int]`
[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Any | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Any | None]`
[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Any | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Any | None]`

sockeye/inference.py

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

sockeye/log.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["level"]` and value of type `Unknown | Literal[20]` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["level"]` and value of type `Unknown | Literal[20]` on object of type `dict[str, str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["level"]` and value of type `Unknown | Literal[20]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["level"]` and value of type `Unknown | Literal[20]` on object of type `list[str]`

sockeye/model.py

[error] invalid-assignment - Object of type `list[Unknown | None]` is not assignable to `list[int] | None`
[error] invalid-assignment - Object of type `list[None]` is not assignable to `list[int] | None`

sockeye/output_handler.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown | list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`

sockeye/test_utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["train_source_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev_source_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["test_source_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["train_target_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dev_target_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["test_target_factors"]` and value of type `list[Unknown]` on object of type `dict[str, str]`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] unresolved-attribute - Object of type `str` has no attribute `append`
[error] not-iterable - Object of type `None | list[Unknown | list[Unknown | str]]` may not be iterable
[error] not-iterable - Object of type `None | list[list[str]]` may not be iterable
[error] invalid-argument-type - Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str] | None`, found `None | Unknown | str | list[Unknown]`
[error] invalid-argument-type - Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str] | None`, found `None | str`
[error] invalid-argument-type - Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str]`, found `None | Unknown | str | list[Unknown]`
[error] invalid-argument-type - Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str]`, found `None | str`

test/unit/test_data_io.py

[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `_get_random_bucketed_data` is incorrect: Expected `list[int | None] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `_get_random_bucketed_data` is incorrect: Expected `list[int | None] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `define_bucket_batch_sizes` is incorrect: Expected `list[int | float | None]`, found `list[None]`
[error] invalid-argument-type - Argument to function `_get_random_bucketed_data` is incorrect: Expected `list[int | None] | None`, found `list[int]`

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

lib/spack/spack/cmd/checksum.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StandardVersion`, found `StandardVersion | GitVersion`

lib/spack/spack/concretize.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

lib/spack/spack/binary_distribution.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Prefix`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `Unknown | dict[str, LiteralString]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `Unknown | dict[str, LiteralString]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `Unknown | dict[str, LiteralString]`

lib/spack/spack/ci/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`

lib/spack/spack/cmd/find.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["start_date", "end_date"]` and value of type `datetime` on object of type `dict[str, InstallRecordStatus | None | ((x) -> Unknown) | bool]`

lib/spack/spack/cmd/mirror.py

[error] invalid-argument-type - Argument to function `comma_or` is incorrect: Expected `Sequence[str]`, found `list[Unknown] | reversed[str]`
[error] invalid-argument-type - Argument to function `comma_or` is incorrect: Expected `Sequence[str]`, found `list[Unknown & ~AlwaysFalsy] | reversed[str]`

lib/spack/spack/config.py

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

lib/spack/spack/fetch_strategy.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] invalid-argument-type - Argument to function `git_clone` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `git_clone` is incorrect: Expected `bool`, found `Any | None`
[error] invalid-argument-type - Argument to function `git_clone` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `git_clone` is incorrect: Expected `bool`, found `Any | None`
[error] invalid-argument-type - Argument to function `git_checkout` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `git_checkout` is incorrect: Expected `bool`, found `Any | None`
[error] invalid-argument-type - Argument to function `quote` is incorrect: Expected `list[str]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to function `quote` is incorrect: Expected `list[str]`, found `set[@Todo]`

lib/spack/spack/graph.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | list[Unknown | list[Unknown]]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`

lib/spack/spack/llnl/util/filesystem.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Sized`

lib/spack/spack/mirrors/mirror.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | str`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | str | Literal[False]`

lib/spack/spack/repo.py

[error] invalid-argument-type - Argument to function `from_descriptors` is incorrect: Expected `dict[str, Any] | None`, found `dict[str & ~Literal["all"], Any]`

lib/spack/spack/solver/asp.py

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

lib/spack/spack/solver/requirements.py

[error] invalid-argument-type - Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `Unknown | list[Unknown & str]`
[error] invalid-argument-type - Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown & str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Unknown | list[Unknown & str] | None`

lib/spack/spack/test/buildtask.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase`, found `None | str`

lib/spack/spack/test/cmd/checksum.py

[error] invalid-argument-type - Argument to function `interactive_version_filter` is incorrect: Expected `dict[StandardVersion, str]`, found `dict[Unknown | StandardVersion | GitVersion, Unknown | str]`
[error] invalid-argument-type - Argument to function `interactive_version_filter` is incorrect: Expected `dict[StandardVersion, str]`, found `dict[StandardVersion | GitVersion, str]`

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

[error] invalid-argument-type - Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_standard_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
[error] invalid-argument-type - Argument to function `validate_git_versions` is incorrect: Expected `list[StandardVersion]`, found `list[StandardVersion | GitVersion]`

lib/spack/spack/test/cmd/env.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown & ~AlwaysFalsy]`, found `list[str]`
[error] no-matching-overload - No overload of bound method `update` matches arguments

lib/spack/spack/test/concretization/core.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["require"]` and value of type `Literal["multi-provider-mpi"]` on object of type `dict[str, bool]`

lib/spack/spack/test/concretization/errors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[Spec, Spec | None]]`, found `list[tuple[Spec, Spec] | tuple[Spec, None]]`

lib/spack/spack/test/directives.py

[error] invalid-assignment - Object of type `dict[Unknown | Spec, Unknown | str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Spec, str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Unknown | Spec, Unknown | str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Spec, str]` is not assignable to attribute `licenses` of type `property`

lib/spack/spack/test/install.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | list[Unknown]`

lib/spack/spack/test/installer_tui.py

[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `Unknown | MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `Unknown | MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `Unknown | MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `Unknown | MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `Unknown | MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`

lib/spack/spack/test/llnl/util/lock.py

[error] invalid-argument-type - Argument to function `_poll_interval_generator` is incorrect: Expected `tuple[int | float, int | float, int | float] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `_poll_interval_generator` is incorrect: Expected `tuple[int | float, int | float, int | float] | None`, found `list[int]`

lib/spack/spack/test/repo.py

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

lib/spack/spack/test/spec_semantics.py

[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | Spec`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Spec`

lib/spack/spack/vendor/altgraph/GraphAlgo.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown, Unknown]`, found `None`

lib/spack/spack/vendor/attr/_compat.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[int]`, found `list[int | bytes | tuple[Any, ...] | tuple[str, ...] | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[object, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[object, ...]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `Unknown | int`

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

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

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

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

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

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

lib/spack/spack/vendor/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

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

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Any | Undefined` on object of type `list[None]`

lib/spack/spack/vendor/jinja2/lexer.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `str` on object of type `dict[LiteralString, str]`
[error] no-matching-overload - No overload of bound method `get` matches arguments

lib/spack/spack/vendor/jinja2/nodes.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`

lib/spack/spack/vendor/jinja2/sandbox.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`

lib/spack/spack/vendor/pyrsistent/_pmap.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `list[tuple[Unknown, Unknown]]` on object of type `list[None]`

lib/spack/spack/vendor/ruamel/yaml/emitter.py

[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | str]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[str, str]`

lib/spack/spack/vendor/ruamel/yaml/resolver.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[list[tuple[int, int]], str, LazyEval, list[str]]`, found `tuple[list[tuple[int, int]], Unknown, Unknown, (Unknown & ~None) | list[None]]`

lib/spack/spack/vendor/ruamel/yaml/tokens.py

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

lib/spack/spack/verify_libraries.py

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

share/spack/qa/flake8_formatter.py

[error] unresolved-attribute - Attribute `search` is not defined on `str` in union `Unknown | str | Pattern[str]`
[error] unresolved-attribute - Attribute `search` is not defined on `str` in union `str | Pattern[str]`

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

sphinx/domains/python/_annotations.py

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

sphinx/domains/std/__init__.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

sphinx/ext/napoleon/docstring.py

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

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

starlette/middleware/wsgi.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | tuple[int, int] | ... omitted 3 union elements` and `Literal[","]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Any | str | tuple[int, int] | ... omitted 3 union elements` and `Literal[","]`

tests/test_datastructures.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str | UploadFile] | list[tuple[str, str | UploadFile]]`, found `list[tuple[str, str] | tuple[str, UploadFile]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str | UploadFile] | list[tuple[str, str | UploadFile]]`, found `list[tuple[str, str]]`

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

static_frame/test/typing/test_typevar.py

[error] invalid-argument-type - Argument to function `add_one` is incorrect: Expected `list[bool | Literal[1]]`, found `list[bool]`

static_frame/core/index_hierarchy.py

[error] invalid-return-type - Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[Unknown | int | integer[Any] | ... omitted 4 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`

static_frame/core/reduce.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | ndarray[Any, Any]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | ndarray[Any, Any]` on object of type `list[None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_axis_map.py

[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]] | dict[Unknown | str, Unknown | Index[Any]]`
[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`

static_frame/test/unit/test_container_util.py

[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, dtype[Any]]`

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - Argument to bound method `from_pandas` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `from_pandas` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, <class 'bool'> | <class 'float'>]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, <class 'bool'> | <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | int, Unknown | <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[int, <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], list[Unknown | int]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], list[int]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | str, Unknown | <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | str | int, Unknown | <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[str | int, <class 'bool'>]`

static_frame/test/unit/test_frame_iter.py

[error] invalid-argument-type - Argument to bound method `map_all` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `map_fill` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `apply_pool` is incorrect: Expected `(...) -> Any`, found `dict[Unknown | int, Unknown | str]`
[error] invalid-argument-type - Argument to bound method `apply_pool` is incorrect: Expected `(...) -> Any`, found `dict[int, str]`

static_frame/test/unit/test_index.py

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

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, tuple[str]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method InterfaceIndexHierarchyAsType[IndexHierarchy].__getitem__(key: int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None) -> IndexHierarchyAsType` cannot be called with key of type `list[bool]` on object of type `InterfaceIndexHierarchyAsType[IndexHierarchy]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `dict[Unknown | int, Unknown | <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `dict[int, <class 'str'>]`

static_frame/test/unit/test_series.py

[error] invalid-argument-type - Argument to bound method `map_any_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `map_all_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `map_fill_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `(...) -> Any`, found `dict[Unknown | int, Unknown | int]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `(...) -> Any`, found `dict[int, int]`

static_frame/test/unit/test_store.py

[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to function `get_col_dtype_factory` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[Unknown | tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[Unknown | tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`

static_frame/test/unit/test_yarn.py

[error] unresolved-attribute - Object of type `object_` has no attribute `shapes`
[error] unresolved-attribute - Object of type `object_` has no attribute `shapes`
[error] invalid-argument-type - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `list[Unknown | bool]`
[error] invalid-argument-type - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `list[bool]`

stone (https://github.com/dropbox/stone)

stone/backends/python_rsrc/stone_validators.py

[error] invalid-exception-caught - Invalid object caught in an exception handler: Object has type `list[Unknown | <class 'AttributeError'> | <class 'ValueError'>]`
[error] invalid-exception-caught - Invalid object caught in an exception handler: Object has type `list[<class 'AttributeError'> | <class 'ValueError'>]`

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

strawberry/schema/schema.py

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

strawberry/schema_codegen/__init__.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str].__getitem__(key: <class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, /) -> str` cannot be called with key of type `type[InputObjectTypeDefinitionNode]` on object of type `dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str].__getitem__(key: <class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, /) -> str` cannot be called with key of type `type[InterfaceTypeDefinitionNode]` on object of type `dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str].__getitem__(key: <class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, /) -> str` cannot be called with key of type `type[ObjectTypeDefinitionNode]` on object of type `dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str].__getitem__(key: <class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, /) -> str` cannot be called with key of type `type[ObjectTypeExtensionNode]` on object of type `dict[<class 'ObjectTypeDefinitionNode'> | <class 'InterfaceTypeDefinitionNode'> | <class 'InputObjectTypeDefinitionNode'> | <class 'ObjectTypeExtensionNode'>, str]`

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

lib/streamlit/elements/heading.py

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

lib/streamlit/elements/lib/built_in_chart_utils.py

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

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

sympy/codegen/algorithms.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Assignment]` and `list[While]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Assignment]` and `list[AddAugmentedAssignment]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Assignment]` and `list[Print]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Assignment`, found `AddAugmentedAssignment`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Declaration`, found `Print`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Declaration]` and `list[While]`

sympy/functions/elementary/tests/test_interface.py

[warning] unsupported-base - Unsupported class base with type `<class 'Function'> | <class 'DefinedFunction'>`
[warning] unsupported-base - Unsupported class base with type `<class 'Function'> | <class 'DefinedFunction'>`
[warning] unsupported-base - Unsupported class base with type `<class 'Function'> | <class 'DefinedFunction'>`

sympy/holonomic/tests/test_holonomic.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Pi`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Pi`

sympy/logic/tests/test_inference.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Literal[11]` on object of type `dict[Unknown, int & ~Literal[11] & ~Literal[12]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Literal[12]` on object of type `dict[Unknown, int & ~Literal[11] & ~Literal[12]]`

sympy/polys/matrices/linsolve.py

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

sympy/tensor/array/expressions/from_array_to_indexed.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Dummy` on object of type `list[None]`

sympy/polys/matrices/tests/test_dense.py

[error] invalid-argument-type - Argument to function `ddm_imul` is incorrect: Expected `list[list[Literal[2]]]`, found `list[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to function `ddm_imul` is incorrect: Expected `list[list[Literal[0]]]`, found `list[Unknown | list[Unknown | int]]`

sympy/algebras/quaternion.py

[error] unresolved-attribute - Attribute `is_commutative` is not defined on `int`, `float`, `complex` in union `Unknown | Expr | int | float | complex`
[error] unresolved-attribute - Attribute `is_commutative` is not defined on `int`, `float`, `complex` in union `Expr | int | float | complex`

sympy/calculus/finite_diff.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `One` on object of type `list[int]`

sympy/codegen/tests/test_numpy_nodes.py

[error] unresolved-attribute - Attribute `array` is not defined on `amin`, `amax` in union `Unknown | amin | amax`
[error] unresolved-attribute - Object of type `amin | amax` has no attribute `array`
[error] unresolved-attribute - Attribute `axis` is not defined on `amin`, `amax` in union `Unknown | amin | amax`
[error] unresolved-attribute - Object of type `amin | amax` has no attribute `axis`
[error] unresolved-attribute - Attribute `axis` is not defined on `amin`, `amax` in union `Unknown | amin | amax`
[error] unresolved-attribute - Object of type `amin | amax` has no attribute `axis`

sympy/combinatorics/coset_table.py

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

sympy/combinatorics/galois.py

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

sympy/combinatorics/homomorphisms.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`

sympy/combinatorics/perm_groups.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `dict[Unknown, Unknown]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `(x) -> Unknown` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `def test(computed_words, l=...) -> Unknown` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | Divergent` and value of type `list[Unknown]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Literal[0]` on object of type `list[None]`
[error] unresolved-attribute - Attribute `remove` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `remove`
[error] unresolved-attribute - Attribute `sort` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `sort`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`

sympy/combinatorics/permutations.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `int` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `int` on object of type `list[None]`
[error] not-iterable - Object of type `Unknown | list[Unknown | int] | int` may not be iterable
[error] not-iterable - Object of type `list[int] | int` may not be iterable
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | None]]` cannot be called with key of type `None` on object of type `list[Unknown | None]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[None]]` cannot be called with key of type `None` on object of type `list[None]`

sympy/combinatorics/polyhedron.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Permutation]`, found `list[None | Permutation]`

sympy/combinatorics/util.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `list[Unknown]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `dict[Unknown, Unknown]` on object of type `list[None]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `keys`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `list[Unknown]` on object of type `list[None]`

sympy/core/expr.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

sympy/core/exprtools.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Zero` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, One].__getitem__(key: Zero, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Zero, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Zero` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, One].__getitem__(key: Zero, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Zero, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Basic & ~Number, One].__getitem__(key: Basic & ~Number, /) -> One` cannot be called with key of type `Zero` on object of type `dict[Basic & ~Number, One]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, One].__getitem__(key: Zero, /) -> One` cannot be called with key of type `Basic` on object of type `dict[Zero, One]`

sympy/core/function.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | int`

sympy/core/tests/test_arit.py

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

sympy/core/tests/test_basic.py

[error] invalid-argument-type - Argument to function `is_same` is incorrect: Expected `Basic`, found `Unknown | Integer | int | float | Float`
[error] invalid-argument-type - Argument to function `is_same` is incorrect: Expected `Basic`, found `Integer | int | float | Float`

sympy/core/tests/test_evalf.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `_evalf_with_bounded_error` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `_evalf_with_bounded_error` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | None`

sympy/core/tests/test_expr.py

[error] invalid-argument-type - Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `list[Unknown | Symbol]`
[error] invalid-argument-type - Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `list[Symbol]`

sympy/core/tests/test_exprtools.py

[error] invalid-argument-type - Argument to function `factor_terms` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | set[Unknown]`
[error] invalid-argument-type - Argument to function `factor_terms` is incorrect: Expected `Expr | int | float | complex`, found `list[Unknown] | tuple[Unknown, ...] | set[Unknown]`

sympy/core/tests/test_function.py

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

sympy/core/tests/test_relational.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[0]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[0]` and `Equality | Unequality | LessThan | ... omitted 3 union elements`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Equality | Unequality | LessThan | ... omitted 3 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Literal[1]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Literal[1]` and `Equality | Unequality | LessThan | ... omitted 3 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | Equality | Unequality | ... omitted 4 union elements` and `Literal[1]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Equality | Unequality | LessThan | ... omitted 3 union elements` and `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | Unequality | LessThan | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | Unequality | LessThan | ... omitted 3 union elements`

sympy/core/tests/test_symbol.py

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

sympy/core/tests/test_var.py

[error] unresolved-attribute - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Unknown | ((names, **args) -> Unknown)`
[error] unresolved-attribute - Object of type `(names, **args) -> Unknown` has no attribute `is_real`
[error] unresolved-attribute - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Unknown | ((names, **args) -> Unknown)`
[error] unresolved-attribute - Object of type `(names, **args) -> Unknown` has no attribute `is_real`

sympy/diffgeom/diffgeom.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | list[Unknown]` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | list[Unknown]` and `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `int | list[Unknown]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | int | list[Unknown]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[0]` and `int | list[Unknown]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | int | list[Unknown]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int | list[Unknown]` and `int | list[Unknown] | Unknown`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `int` in union `int | list[Unknown]`

sympy/external/tests/test_autowrap.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[str]`

sympy/functions/combinatorial/numbers.py

[error] invalid-argument-type - Argument to function `multiset` is incorrect: Expected `Sequence[Unknown]`, found `dict_values[Unknown, int] | dict_values[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `multiset` is incorrect: Expected `Sequence[Unknown]`, found `dict_values[Unknown, int] | dict_values[Unknown, Unknown & ~AlwaysFalsy]`

sympy/functions/elementary/complexes.py

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

sympy/functions/elementary/tests/test_miscellaneous.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments

sympy/functions/elementary/tests/test_piecewise.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments

sympy/functions/elementary/trigonometric.py

[error] unresolved-attribute - Attribute `subs` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - Object of type `int | float` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - Object of type `int | float` has no attribute `subs`

sympy/geometry/tests/test_util.py

[error] invalid-argument-type - Argument to function `subsets` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | Point2D]`
[error] invalid-argument-type - Argument to function `subsets` is incorrect: Expected `Sequence[Unknown]`, found `set[Point2D]`

sympy/holonomic/holonomic.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `binomial` on object of type `list[int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `One` on object of type `list[Zero]`
[error] not-iterable - Object of type `None | dict[Unknown | Zero, Unknown | list[Unknown]] | Unknown` may not be iterable
[error] not-iterable - Object of type `None | dict[Zero, list[Unknown]] | Unknown` may not be iterable
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | Zero | list[Unknown]` and `None | Unknown | dict[Unknown | Zero, Unknown | list[Unknown]]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Zero | Unknown | list[Unknown]` and `None | Unknown | dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] not-iterable - Object of type `None | Unknown | dict[Unknown | Zero, Unknown | list[Unknown]]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | dict[Zero, list[Unknown]]` may not be iterable
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Zero | list[Unknown]` and `None | dict[Unknown | Zero, Unknown | list[Unknown]] | Unknown`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Zero | list[Unknown]` and `None | dict[Zero, list[Unknown]] | Unknown`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Unknown | Zero]` and `Unknown | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Zero]` and `Unknown | None`
[error] not-iterable - Object of type `None | dict[Unknown | Zero, Unknown | list[Unknown]] | Unknown` may not be iterable
[error] not-iterable - Object of type `None | dict[Zero, list[Unknown]] | Unknown` may not be iterable
[error] not-iterable - Object of type `None | Unknown | dict[Unknown | Zero, Unknown | list[Unknown]]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | dict[Zero, list[Unknown]]` may not be iterable
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Zero, list[Unknown]].__getitem__(key: Zero, /) -> list[Unknown]` cannot be called with key of type `list[Unknown]` on object of type `dict[Zero, list[Unknown]]`

sympy/integrals/intpoly.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `list[Unknown | int]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `tuple[tuple[Unknown, Unknown], Unknown]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `tuple[list[Unknown], Unknown]` on object of type `list[None]`

sympy/integrals/laplace.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to function `symbols` is incorrect: Expected `int`, found `list[Unknown | Dummy]`
[error] invalid-argument-type - Argument to function `symbols` is incorrect: Expected `int`, found `list[Dummy]`

sympy/integrals/manualintegrate.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[tuple[Rule & ~PiecewiseRule, Unknown]]` and `Sequence[tuple[Rule, bool | Boolean]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Rule]`, found `list[ReciprocalRule | ConstantTimesRule]`

sympy/integrals/meijerint.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[bool | Equality]` and `list[Unequality]`

sympy/integrals/risch.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `None`, found `Literal["exp"]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `None`, found `Literal["log"]`

sympy/integrals/tests/test_failing_integrals.py

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

sympy/integrals/tests/test_integrals.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Unknown | int | Infinity]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Any | int | Infinity]`

sympy/integrals/tests/test_meijerint.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments

sympy/logic/algorithms/dpll2.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `set[int]` and `Unknown | None | list[Unknown]`

sympy/logic/algorithms/minisat22_wrapper.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `set[int]` and `Unknown | None | list[Unknown]`

sympy/logic/algorithms/pycosat_wrapper.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `set[int]` and `Unknown | None | list[Unknown]`

sympy/logic/boolalg.py

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

sympy/logic/tests/test_boolalg.py

[error] not-iterable - Object of type `Unknown | <class 'And'> | <class 'Or'> | <class 'Xor'>` may not be iterable
[error] not-iterable - Object of type `<class 'And'> | Unknown | <class 'Or'> | <class 'Xor'>` may not be iterable
[error] not-iterable - Object of type `Unknown | <class 'And'>` may not be iterable
[error] not-iterable - Object of type `<class 'And'> | Unknown` may not be iterable

sympy/matrices/common.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Expr` on object of type `list[None]`

sympy/matrices/expressions/hadamard.py

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

sympy/matrices/expressions/matmul.py

[error] unresolved-attribute - Attribute `rows` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Object of type `Expr` has no attribute `rows`
[error] unresolved-attribute - Attribute `cols` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Object of type `Expr` has no attribute `cols`

sympy/matrices/matrixbase.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to `list[int | MatrixBase]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@berkowitz`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `MatrixBase`, found `MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`
[error] invalid-assignment - Object of type `list[list[Expr] | list[Zero]]` is not assignable to `list[list[Expr]]`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | list[Unknown | int]]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `MutableDenseMatrix`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_eigen.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Symbol` on object of type `list[int]`

sympy/matrices/tests/test_matrices.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[Unknown | list[Unknown | Symbol]]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[int | list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[int | list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | list[Unknown | int]]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[Unknown | list[Unknown | Symbol]]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_sparse.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`

sympy/ntheory/ecm.py

[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `add` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `add` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `int | Unknown`

sympy/ntheory/factor_.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - Operator `**` is not supported between objects of type `int | dict[Unknown | int, Unknown | int]` and `Literal[3]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `int | dict[int, int]` and `Literal[3]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `int | dict[Unknown | int, Unknown | int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `int | dict[int, int]`

sympy/ntheory/tests/test_generate.py

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

sympy/parsing/mathematica.py

[error] call-non-callable - Object of type `Function` is not callable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | list[str]`

sympy/physics/hep/gamma_matrices.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Literal[-1, 1]` on object of type `list[None]`

sympy/physics/mechanics/models.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Point, Unknown]`, found `tuple[ReferenceFrame, Unknown]`

sympy/physics/quantum/state.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Tuple` on object of type `list[None]`

sympy/plotting/pygletplot/plot_curve.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `float` on object of type `list[Infinity | NegativeInfinity | int]`

sympy/plotting/pygletplot/plot_mode_base.py

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

sympy/plotting/pygletplot/plot_surface.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `float` on object of type `list[Infinity | NegativeInfinity | int]`

sympy/polys/distributedmodules.py

[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] unresolved-attribute - Attribute `append` is not defined on `set[Unknown | tuple[tuple[Unknown, ...], int]]` in union `list[Unknown] | set[Unknown | tuple[tuple[Unknown, ...], int]]`
[error] unresolved-attribute - Attribute `append` is not defined on `set[tuple[tuple[Unknown, ...], int]]` in union `list[Unknown] | set[tuple[tuple[Unknown, ...], int]]`
[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[Unknown | tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `set[tuple[tuple[Unknown, ...], int]]` with no `__getitem__` method

sympy/polys/domains/tests/test_domains.py

[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `Unknown | MPZ | MPQ | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `Unknown | MPZ | MPQ | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `convert_from` is incorrect: Expected `Domain[Unknown | MPZ | MPQ | GaussianInteger | GaussianRational]`, found `Unknown | IntegerRing | RationalField | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `convert_from` is incorrect: Expected `Domain[MPZ | MPQ | GaussianInteger | GaussianRational | Unknown]`, found `IntegerRing | RationalField | GaussianIntegerRing | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `Unknown | MPZ | MPQ`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `Unknown | MPZ | MPQ`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `Unknown | MPZ | MPQ`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `Unknown | MPZ | MPQ`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`

sympy/polys/matrices/tests/test_domainmatrix.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | list[Unknown | int]]` and `DomainMatrix`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[list[int]]` and `DomainMatrix`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[Unknown | list[Unknown | int]]` and `DomainMatrix`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[list[int]]` and `DomainMatrix`

sympy/polys/matrices/tests/test_xxm.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'DDM'>`, found `<class 'DFM'> | <class 'DFM_dummy'>`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] unresolved-attribute - Attribute `rep` is not defined on `DDM` in union `Unknown | DDM`

sympy/polys/numberfields/galois_resolvents.py

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

sympy/polys/polyclasses.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[tuple[int, ...], Er@DUP_Flint]]`, found `list[tuple[tuple[int], Er@DUP_Flint & ~AlwaysFalsy]]`

sympy/polys/polyfuncs.py

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

sympy/polys/polyroots.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

sympy/polys/polytools.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, (T, max_tries=30, randomize=False) -> Unknown].__getitem__(key: int, /) -> ((T, max_tries=30, randomize=False) -> Unknown)` cannot be called with key of type `NegativeInfinity` on object of type `dict[int, (T, max_tries=30, randomize=False) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Unknown | Expr]`
[error] invalid-argument-type - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`

sympy/polys/polyutils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `int | Rational` on object of type `list[int]`

sympy/polys/puiseux.py

[error] invalid-assignment - Object of type `Unknown | list[int]` is not assignable to `list[MPQ | int]`

sympy/polys/tests/test_densearith.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int] | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int] | list[Unknown]]`
[error] invalid-argument-type - Argument to function `dup_expand` is incorrect: Expected `list[@Todo]`, found `tuple[list[Unknown | int], list[Unknown | int], list[Unknown | int]]`
[error] invalid-argument-type - Argument to function `dup_expand` is incorrect: Expected `list[@Todo]`, found `tuple[list[int], list[int], list[int]]`
[error] invalid-argument-type - Argument to function `dmp_expand` is incorrect: Expected `list[Divergent]`, found `tuple[list[Unknown | list[Unknown | int]], list[Unknown | list[Unknown | int]], list[Unknown | list[Unknown | int]]]`
[error] invalid-argument-type - Argument to function `dmp_expand` is incorrect: Expected `list[Divergent]`, found `tuple[list[list[int]], list[list[int]], list[list[int]]]`

sympy/polys/tests/test_densebasic.py

[error] invalid-argument-type - Argument to function `dup_from_dict` is incorrect: Expected `dict[tuple[int, ...], MPZ]`, found `dict[tuple[int], MPZ]`
[error] invalid-argument-type - Argument to function `dup_from_dict` is incorrect: Expected `dict[tuple[int, ...], Unknown]`, found `dict[tuple[int], Unknown]`
[error] invalid-argument-type - Argument to function `dmp_from_dict` is incorrect: Expected `dict[tuple[int, ...], MPZ]`, found `dict[tuple[int, int], MPZ]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `dup_from_raw_dict` is incorrect: Expected `dict[int, int | MPZ]`, found `dict[int, int]`

sympy/polys/tests/test_densetools.py

[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `dmp_eval_tail` is incorrect: Expected `list[int | MPZ]`, found `list[int]`

sympy/polys/tests/test_galoistools.py

[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt1` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt1` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[Unknown | int, Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[Unknown | int, Unknown | int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `gf_expand` is incorrect: Expected `list[tuple[@Todo, int]] | tuple[MPZ, list[tuple[@Todo, int]]]`, found `tuple[Literal[4], list[Unknown | tuple[list[Unknown | int], int]]]`
[error] invalid-argument-type - Argument to function `gf_expand` is incorrect: Expected `list[tuple[@Todo, int]] | tuple[MPZ, list[tuple[@Todo, int]]]`, found `tuple[Literal[4], list[tuple[list[int], int]]]`
[error] invalid-argument-type - Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `list[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`

sympy/polys/tests/test_polyroots.py

[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `dict[Unknown | str, Unknown | Rational] | dict[Unknown | str, Unknown | Rational | int]`
[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `dict[str, Rational] | dict[str, Rational | int]`

sympy/polys/tests/test_polytools.py

[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int, int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], sin]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int], Symbol]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int, int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[tuple[int, ...], Any] | dict[int, Any]`, found `dict[tuple[int, int], Symbol]`

sympy/polys/tests/test_rings.py

[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int, int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `list[int]`

sympy/polys/tests/test_rootoftools.py

[error] invalid-argument-type - Argument to bound method `count` is incorrect: Expected `Equality`, found `Literal[True]`
[error] unresolved-attribute - Attribute `_reset` is not defined on `RootOf` in union `Unknown | RootOf`
[error] unresolved-attribute - Object of type `RootOf` has no attribute `_reset`
[error] unresolved-attribute - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`
[error] unresolved-attribute - Object of type `RootOf` has no attribute `_get_interval`
[error] unresolved-attribute - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`
[error] unresolved-attribute - Object of type `RootOf` has no attribute `_get_interval`
[error] unresolved-attribute - Attribute `_reset` is not defined on `RootOf` in union `Unknown | RootOf`
[error] unresolved-attribute - Object of type `RootOf` has no attribute `_reset`
[error] unresolved-attribute - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`
[error] unresolved-attribute - Object of type `RootOf` has no attribute `_get_interval`

sympy/printing/c.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[tuple[ComplexType, set[str]]]`, found `Unknown | dict_items[Type, set[str]]`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `IntBaseType` in union `Unknown | FloatType | IntBaseType`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `FloatBaseType`, `IntBaseType` in union `Unknown | FloatBaseType | IntBaseType`

sympy/printing/pretty/pretty.py

[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | prettyForm | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__add__` is incorrect: Expected `prettyForm`, found `Unknown | prettyForm | str`
[error] invalid-argument-type - Argument to function `__add__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str`

sympy/printing/pretty/stringpict.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `stringPict`, found `Literal[" + "]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `stringPict`, found `Literal["-"]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal["- "]` on object of type `list[stringPict]`

sympy/printing/preview.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str & ~AlwaysFalsy]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str & ~AlwaysFalsy]`, found `list[str | Unknown]`

sympy/printing/tableform.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `list[str]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[Unknown]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[Unknown]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `list[str]` on object of type `list[range]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`

sympy/printing/tests/test_llvmjit.py

[error] unresolved-attribute - Attribute `subs` is not defined on `tuple[Symbol, Unknown]` in union `Unknown | tuple[Symbol, Unknown]`
[error] unresolved-attribute - Attribute `subs` is not defined on `tuple[Symbol, Unknown]` in union `tuple[Symbol, Unknown] | Unknown`

sympy/sets/sets.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `FiniteSet`, found `Intersection`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `str | Unknown | Symbol`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `str | Symbol`

sympy/sets/tests/test_setexpr.py

[error] unresolved-attribute - Attribute `set` is not defined on `exp`, `log` in union `Unknown | exp | log`
[error] unresolved-attribute - Object of type `exp | log` has no attribute `set`

sympy/sets/tests/test_sets.py

[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | set[Unknown | int] | FiniteSet | ... omitted 5 union elements` and `object`
[error] unsupported-operator - Operator `**` is not supported between objects of type `set[int] | FiniteSet | Interval | ... omitted 5 union elements` and `object`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | set[Unknown | int] | FiniteSet | ... omitted 5 union elements` and `set[Unknown | int]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `set[int] | FiniteSet | Interval | ... omitted 5 union elements` and `set[int]`

sympy/simplify/fu.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'cos'> | <class 'sin'> | None, list[Unknown]].__getitem__(key: <class 'cos'> | <class 'sin'> | None, /) -> list[Unknown]` cannot be called with key of type `type[Expr]` on object of type `dict[<class 'cos'> | <class 'sin'> | None, list[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'tan'> | <class 'cot'> | None, list[Unknown]].__getitem__(key: <class 'tan'> | <class 'cot'> | None, /) -> list[Unknown]` cannot be called with key of type `type[Expr]` on object of type `dict[<class 'tan'> | <class 'cot'> | None, list[Unknown]]`

sympy/simplify/radsimp.py

[error] invalid-assignment - Invalid subscript assignment with key of type `One` and value of type `Zero | Unknown` on object of type `dict[Unknown, Add]`

sympy/simplify/ratsimp.py

[error] invalid-argument-type - Argument to function `monomial_div` is incorrect: Expected `tuple[int, ...]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `monomial_div` is incorrect: Expected `tuple[int, ...]`, found `list[int]`

sympy/simplify/simplify.py

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

sympy/solvers/diophantine/diophantine.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[int, int, int]].__getitem__(key: int, /) -> tuple[int, int, int]` cannot be called with key of type `MPZ` on object of type `dict[int, tuple[int, int, int]]`
[error] unresolved-attribute - Attribute `free_symbols` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - Attribute `free_symbols` is not defined on `None` in union `None | Linear | Univariate | ... omitted 10 union elements`
[error] unresolved-attribute - Attribute `coeff` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - Attribute `coeff` is not defined on `None` in union `None | Linear | Univariate | ... omitted 10 union elements`
[error] unresolved-attribute - Attribute `coeff` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - Attribute `coeff` is not defined on `None` in union `None | Linear | Univariate | ... omitted 10 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Linear | Univariate | ... omitted 10 union elements`

sympy/solvers/ode/lie_group.py

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

sympy/solvers/ode/ode.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["func"]` and value of type `list[Unknown]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["order"]` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["func_coeff"]` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, int]`
[error] unresolved-attribute - Object of type `int` has no attribute `values`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["type_of_equation"]` and value of type `Unknown | None` on object of type `dict[str, int]`
[error] unresolved-attribute - Attribute `lhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `lhs` is not defined on `list[Equality]` in union `Unknown | list[Equality]`
[error] unresolved-attribute - Attribute `rhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `rhs` is not defined on `list[Equality]` in union `Unknown | list[Equality]`
[error] unresolved-attribute - Attribute `atoms` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `atoms` is not defined on `list[Equality]` in union `Unknown | list[Equality]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | Basic`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Basic`

sympy/solvers/ode/subscheck.py

[error] unresolved-attribute - Attribute `diff` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `diff` is not defined on `Basic` in union `Basic | Unknown`

sympy/solvers/ode/systems.py

[error] no-matching-overload - No overload of bound method `update` matches arguments

sympy/solvers/ode/tests/test_systems.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | Basic`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Basic`

sympy/solvers/simplex.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Zero` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Expr | Unknown` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Zero` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Expr | Unknown` on object of type `list[None]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown | MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown] | list[Unknown | tuple[int, None]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown & tuple[object, ...] & ~tuple[Literal[0], None]] | list[tuple[int, None]]`

sympy/solvers/tests/test_pde.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown | str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/solvers/tests/test_simplex.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | Basic`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Basic`

sympy/solvers/tests/test_solveset.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | Basic`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Basic`

sympy/stats/joint_rv.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `tuple[Symbol, ...]` on object of type `list[list[Symbol]]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `Unknown | list[Unknown | Symbol]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `list[Symbol]`

sympy/stats/symbolic_probability.py

[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Basic | Unknown`

sympy/tensor/array/tests/test_arrayop.py

[error] invalid-assignment - Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
[error] invalid-assignment - Object of type `ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
[error] invalid-assignment - Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
[error] invalid-assignment - Object of type `ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`

sympy/tensor/index_methods.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown & ~Indexed` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[(Unknown & ~AlwaysFalsy) | None, set[Unknown & ~Indexed]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown & ~Indexed` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[None, set[Unknown & ~Indexed]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown & Function & ~Indexed & ~exp & ~Piecewise` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[None, set[Unknown & Function & ~Indexed & ~exp & ~Piecewise]]`

sympy/tensor/tensor.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `TensorIndex` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `TensorIndex` on object of type `list[None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | TensMul`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Tensor` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | Unknown` and value of type `Literal[0] | Unknown` on object of type `list[None]`
[error] unresolved-attribute - Attribute `commutes_with` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - Object of type `TensExpr` has no attribute `commutes_with`
[error] unresolved-attribute - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - Object of type `TensExpr` has no attribute `component`
[error] unresolved-attribute - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - Object of type `TensExpr` has no attribute `component`
[error] unresolved-attribute - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - Object of type `TensExpr` has no attribute `component`
[error] unresolved-attribute - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - Object of type `TensExpr` has no attribute `component`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int` and value of type `Literal[1]` on object of type `list[Basic]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Literal[1]` on object of type `list[Basic]`

sympy/testing/runtests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`

sympy/utilities/codegen.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[str]`

sympy/utilities/lambdify.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Unknown | str` on object of type `list[None]`

sympy/utilities/tests/test_autowrap.py

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

sympy/utilities/tests/test_codegen.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown | str]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[str]`

sympy/utilities/tests/test_lambdify.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ModuleType`, found `Literal["numpy"]`

sympy/utilities/tests/test_pickling.py

[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `int | None`, found `Unknown | int | ([_T](x: _T) -> _T)`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `int | None`, found `int | ([_T](x: _T) -> _T)`

sympy/vector/basisdependent.py

[error] invalid-assignment - Object of type `dict[Unknown, Unknown | One]` is not assignable to attribute `_components` on type `Expr & ~Add`
[error] invalid-assignment - Object of type `dict[Unknown, One | Unknown]` is not assignable to attribute `_components` on type `Expr & ~Add`

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

tornado/ioloop.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["future"]` and value of type `Future[Unknown]` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["future"]` and value of type `(Unknown & None) | Future[Unknown]` on object of type `dict[str, None | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["future"]` and value of type `Future[Unknown]` on object of type `dict[str, None | bool]`
[error] invalid-argument-type - Argument to bound method `add_future` is incorrect: Expected `_asyncio.Future[Unknown] | concurrent.futures._base.Future[Unknown]`, found `bool`
[error] unresolved-attribute - Attribute `cancel` is not defined on `bool` in union `(Unknown & ~None) | bool`
[error] unresolved-attribute - Object of type `bool` has no attribute `cancel`

tornado/options.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | datetime | timedelta | bool | str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | datetime | timedelta | bool | str` and `Literal[1]`

tornado/test/escape_test.py

[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `bool`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `bool`, found `Unknown | list[str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `bool`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `list[str]`, found `Unknown | list[str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `list[str]`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `str | ((str, /) -> str)`, found `Unknown | list[str] | bool | str | ((href) -> Unknown)`
[error] invalid-argument-type - Argument to function `linkify` is incorrect: Expected `str | ((str, /) -> str)`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`

tornado/test/gen_test.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `ReferenceType[Future[Unknown]]` on object of type `list[None]`

tornado/test/httpclient_test.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["User-Agent"]` and value of type `Unknown | str | bytes` on object of type `HTTPHeaders`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["User-Agent"]` and value of type `str | bytes` on object of type `HTTPHeaders`

tornado/web.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, type[UIModule]]`, found `Unknown | dict[str, <class '_linkify'> | <class '_xsrf_form_html'> | <class 'TemplateModule'>]`

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

src/trio/_core/_run.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@recalculate]`, found `set[CancelStatus]`

src/trio/_core/_tests/test_run.py

[error] invalid-assignment - Object of type `ExceptionGroup[Exception]` is not assignable to `ValueError | ExceptionGroup[ValueError]`

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

twine/package.py

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

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

src/urllib3/util/response.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[MessageDefect]`, found `list[MessageDefect & ~StartBoundaryNotFoundDefect & ~MultipartInvariantViolationDefect]`

test/test_fields.py

[error] invalid-argument-type - Argument to bound method `_render_parts` is incorrect: Expected `dict[str, str | bytes | None] | Sequence[tuple[str, str | bytes | None]]`, found `dict[str, str]`

test/test_poolmanager.py

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

test/test_ssltransport.py

[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[Unknown | socket] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[socket] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[Unknown | socket] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[socket] & ~AlwaysFalsy`

test/with_dummyserver/test_socketlevel.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Retry | int | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Retry | int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Url | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Url | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str`

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

gallery/transforms/plot_transforms_e2e.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `dict[<class 'Image'> | str, tuple[int, int, int] | int]`

references/detection/coco_eval.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `dict[Unknown, list[Unknown]]`

test/builtin_dataset_mocks.py

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

test/datasets_utils.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool | None`, found `Unknown | Mock`
[error] invalid-argument-type - Argument is incorrect: Expected `bool | None`, found `Mock`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | Mock`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Mock`

test/test_datasets.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["expected_polygon_target"]` and value of type `dict[str, int | list[dict[str, str | list[list[int]]]]]` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to function `_make_scene_folder` is incorrect: Expected `str`, found `Unknown | Path`
[error] invalid-argument-type - Argument to function `_make_scene_folder` is incorrect: Expected `str`, found `Path`

test/test_functional_tensor.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[list[list[list[int]]]]` and `list[tuple[tuple[int, int], tuple[list[list[int]], list[list[int]]]]]`

test/test_models.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, tuple[int, int, int, int]]` on object of type `dict[str, dict[str, tuple[int, int, int, int] | bool] | dict[str, int | float | tuple[int, int, int]] | dict[str, int | tuple[int, int, int]] | ... omitted 4 union elements]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | list[Unknown | int]` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | list[int]` and `Literal[1]`

test/test_prototype_transforms.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int] | dict[type, Sequence[int] | None]`, found `dict[Unknown, tuple[int, int]]`

test/test_transforms.py

[error] invalid-argument-type - Argument to function `_get_inverse_affine_matrix` is incorrect: Expected `list[int | float]`, found `list[int] | (Unknown & ~None)`
[error] invalid-argument-type - Argument to function `rotate` is incorrect: Expected `list[int | float] | None`, found `tuple[Unknown | int, ...]`
[error] invalid-argument-type - Argument to function `rotate` is incorrect: Expected `list[int | float] | None`, found `tuple[int, ...]`
[error] invalid-argument-type - Argument to function `perspective` is incorrect: Expected `list[int | float] | None`, found `tuple[Unknown | int, ...]`
[error] invalid-argument-type - Argument to function `perspective` is incorrect: Expected `list[int | float] | None`, found `tuple[int, ...]`

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `dict[str | <class 'Mask'>, tuple[int | float, int | float, int | float] | int]`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `Unknown | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `Unknown | None | int | list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `None | int | list[int]`
[error] unresolved-attribute - Attribute `keys` is not defined on `tuple[Image | Unknown, Literal[1] | Unknown]` in union `dict[Unknown | str, Unknown | Image | int] | tuple[Image | Unknown, Literal[1] | Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `tuple[Image | Unknown, Literal[1] | Unknown]` in union `dict[str, Image | Unknown | int] | tuple[Image | Unknown, Literal[1] | Unknown]`

torchvision/models/detection/ssd.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | list[Unknown | int | float]`

torchvision/models/detection/ssdlite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | float | list[Unknown | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | float | list[Unknown | int | float]`

torchvision/prototype/datasets/_builtin/sbd.py

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

torchvision/prototype/datasets/utils/_internal.py

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

torchvision/prototype/datasets/utils/_resource.py

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

torchvision/transforms/v2/_auto_augment.py

[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `Unknown | dict[str, tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `Unknown | dict[str, tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(int, int, int, /) -> Unknown | None, bool]] | Unknown | dict[str, tuple[(num_bins, height, width) -> Unknown, bool]]`

torchvision/transforms/v2/_container.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to `list[int | float] | None`
[error] no-matching-overload - No overload of function `sum` matches arguments
[warning] division-by-zero - Cannot divide object of type `float` by zero
[warning] division-by-zero - Cannot divide object of type `int` by zero
[error] not-iterable - Object of type `list[int | float] | None` may not be iterable

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

src/werkzeug/security.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str & ~AlwaysFalsy`, found `str & ~Literal[".."]`

src/werkzeug/exceptions.py

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

src/werkzeug/routing/rules.py

[error] invalid-assignment - Object of type `(list[expr] & ~AlwaysFalsy) | list[Constant]` is not assignable to `list[expr]`

src/werkzeug/test.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | str | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`

src/werkzeug/wsgi.py

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

tests/test_datastructures.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["z"]` and value of type `Literal[123]` on object of type `CallbackDict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["z"]` and value of type `Literal[123]` on object of type `CallbackDict[str, str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `str`, found `list[str]`

tests/test_debug.py

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

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

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`

asv_bench/benchmarks/indexing.py

[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[Any, Any, Any]`

properties/test_properties.py

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

xarray/compat/npcompat.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `set[Unknown | <class 'bool'> | <class 'signedinteger'> | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `set[<class 'bool'> | <class 'signedinteger'> | <class 'unsignedinteger'> | ... omitted 5 union elements]`

xarray/computation/fit.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[Hashable] & ~AlwaysFalsy]`, found `list[list[Unknown]]`

xarray/core/common.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `list[Unknown] | list[(Hashable & ~Iterable[object] & ~None) | str]`

xarray/core/dataarray.py

[error] invalid-assignment - Object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] & Top[dict[Unknown, Unknown]]) | (Mapping[Unknown, Unknown] & Top[dict[Unknown, Unknown]]) | dict[Hashable, Unknown | Variable]` is not assignable to attribute `_coords` of type `dict[Any, Variable]`
[error] invalid-assignment - Object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] & Top[dict[Unknown, Unknown]]) | (Mapping[Unknown, Unknown] & Top[dict[Unknown, Unknown]]) | dict[Hashable, Variable]` is not assignable to attribute `_coords` of type `dict[Any, Variable]`

xarray/core/dataset.py

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

xarray/core/treenode.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[NodePath, tuple[AnyNamedNode@group_subtrees, ...] & ~AlwaysFalsy]`, found `tuple[NodePath, tuple[AnyNamedNode@group_subtrees, ...]]`

xarray/tests/test_backends.py

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

xarray/tests/test_backends_datatree.py

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

xarray/tests/test_combine.py

[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Unknown | Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Unknown | list[Unknown | Dataset]] | list[Unknown | Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[list[Dataset]] | list[Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Unknown | Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Unknown | Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`

xarray/tests/test_plugins.py

[error] invalid-argument-type - Argument to function `set_missing_parameters` is incorrect: Expected `dict[str, type[BackendEntrypoint]]`, found `dict[str, <class 'DummyBackendEntrypoint1'> | <class 'DummyBackendEntrypoint2'>]`

xarray/tests/test_units.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`

xarray/util/generate_aggregations.py

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

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

tests/test_pickle.py

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

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/common/tests/test_builtins.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[<class 'IList'>, tuple[<class 'list'>]] | tuple[<class 'ITuple'>, tuple[<class 'tuple'>]] | tuple[<class 'ITextString'>, tuple[<class 'str'>]] | ... omitted 4 union elements`, found `tuple[<class 'IByteString'>, tuple[<class 'bytes'>]]`

src/zope/interface/common/tests/test_collections.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'memoryview'> | str | <class 'array'>]`, found `set[<class 'deque'> | <class 'range'>]`

src/zope/interface/tests/test_declarations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | ((*interfaces) -> Unknown) | InterfaceClass`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((*interfaces) -> Unknown) | InterfaceClass`

src/zope/interface/tests/test_sorting.py

[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'I1'> | <class 'I3'> | <class 'I5'> | ... omitted 3 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | None | ... omitted 5 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'I1'> | None | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

corporate/urls.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[URLPattern]` and `list[URLResolver]`

analytics/views/stats.py

[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'RemoteInstallationCount'>` and value of type `Literal["everyone"]` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'RemoteRealmCount'>` and value of type `Literal["everyone"]` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'RemoteRealmCount'>` and value of type `int` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, /) -> str` cannot be called with key of type `<class 'RemoteInstallationCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, /) -> str` cannot be called with key of type `<class 'RemoteRealmCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, /) -> str` cannot be called with key of type `<class 'RemoteInstallationCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, /) -> str` cannot be called with key of type `<class 'RemoteRealmCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'> | <class 'StreamCount'>, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, /) -> int | Unknown` cannot be called with key of type `<class 'RemoteInstallationCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, /) -> int | Unknown` cannot be called with key of type `<class 'RemoteRealmCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown].__getitem__(key: <class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, /) -> int | Unknown` cannot be called with key of type `<class 'StreamCount'>` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`
[error] invalid-argument-type - Argument to function `get_time_series_by_subgroup` is incorrect: Expected `dict[str | None, str]`, found `dict[str | None, str] | dict[str, str] | dict[str, Any] | dict[None, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'StreamCount'>` and value of type `Unknown` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'RemoteInstallationCount'>` and value of type `Unknown` on object of type `dict[<class 'InstallationCount'> | <class 'RealmCount'> | <class 'UserCount'>, int | Unknown]`

corporate/lib/stripe.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["invoice_period"]` and value of type `dict[str, int]` on object of type `dict[str, str | int | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["discount"]` and value of type `str | None` on object of type `dict[str, int | datetime]`

corporate/tests/test_stripe.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `Unknown | RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`

zerver/actions/message_flags.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["message_details"]` and value of type `dict[str, MessageDetailsDict]` on object of type `dict[str, str | list[int] | bool]`

zerver/actions/message_send.py

[error] unresolved-attribute - Attribute `realm_id` is not defined on `Message` in union `Unknown | Message`
[error] unresolved-attribute - Object of type `Message` has no attribute `realm_id`
[error] unresolved-attribute - Attribute `realm_id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Attribute `sender_id` is not defined on `Message` in union `Unknown | Message`
[error] unresolved-attribute - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - Attribute `realm_id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Attribute `sender_id` is not defined on `Message` in union `Unknown | Message`
[error] unresolved-attribute - Object of type `Message` has no attribute `sender_id`

zerver/actions/streams.py

[error] unresolved-attribute - Attribute `id` is not defined on `Subscription` in union `Unknown | Subscription`
[error] unresolved-attribute - Object of type `Subscription` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`

zerver/lib/export.py

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

zerver/lib/message_cache.py

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

zerver/lib/recipient_users.py

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

zerver/lib/send_email.py

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

zerver/lib/streams.py

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

zerver/lib/subscription_info.py

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

zerver/lib/user_groups.py

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

zerver/management/commands/export_search.py

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

zerver/models/custom_profile_fields.py

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

zerver/tests/test_audit_log.py

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

zerver/tests/test_auth_backends.py

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

zerver/tests/test_invite.py

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

zerver/tests/test_markdown.py

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

zerver/tests/test_middleware.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["time_started"]` and value of type `Unknown | int | float` on object of type `dict[str, str | int]`

zerver/tests/test_typed_endpoint.py

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

zerver/views/streams.py

[error] invalid-argument-type - Argument to function `compose_views` is incorrect: Expected `list[() -> HttpResponse]`, found `list[() -> Unknown]`

zerver/webhooks/gitlab/view.py

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