Ecosystem report

Old: main (merge base) 4f2529f3 New: 21930/merge 61add17c
Lint Rule Removed Added Changed
Total 271 32 303
invalid-argument-type 96 14 200
type-assertion-failure 128 0 18
invalid-assignment 21 4 63
invalid-return-type 7 1 11
possibly-missing-attribute 7 1 1
unresolved-attribute 0 9 0
invalid-await 0 0 6
no-matching-overload 5 1 0
not-subscriptable 4 0 0
unsupported-operator 0 1 3
unused-ignore-comment 2 1 0
not-iterable 1 0 1
Project Removed Added Changed
Total 271 32 303
pandas-stubs 124 1 0
rotki 15 0 57
altair 47 0 8
ibis 3 2 43
sympy 2 0 46
pandas 0 0 32
scipy-stubs 10 0 18
jax 5 3 10
core 11 3 2
static-frame 2 2 9
cwltool 0 0 12
cloud-init 8 0 2
meson 5 3 2
prefect 3 1 6
xarray 5 2 3
build 9 0 0
colour 6 0 0
paasta 2 1 3
zulip 0 5 1
pandera 0 1 4

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

tests/RepositoryAdvisory.py

[error] invalid-argument-type - :141:13 - Argument to bound method `offer_credits` is incorrect: Expected `Iterable[SimpleCredit | AdvisoryCredit]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`

github/RepositoryAdvisory.py

[error] invalid-argument-type - :153:13 - Argument to bound method `add_vulnerabilities` is incorrect: Expected `Iterable[SimpleAdvisoryVulnerability | AdvisoryVulnerability]`, found `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None] | str | None | list[str]]]`
[error] invalid-argument-type - :199:28 - Argument to bound method `offer_credits` is incorrect: Expected `Iterable[SimpleCredit | AdvisoryCredit]`, found `list[Unknown | dict[Unknown | str, Unknown | str | NamedUser]]`

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

tanjun/context/menu.py

[error] invalid-assignment - :57 -
Old: Object of type `frozenset[Unknown | CommandType]` is not assignable to `frozenset[Literal[CommandType.USER, CommandType.MESSAGE]]`
New: Object of type `frozenset[CommandType]` is not assignable to `frozenset[Literal[CommandType.USER, CommandType.MESSAGE]]`

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

tests/examples_arguments_syntax/histogram_responsive.py

[error] invalid-argument-type - :14:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interactive_cross_highlight.py

[error] invalid-argument-type - :14:27 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interactive_layered_crossfilter.py

[error] invalid-argument-type - :17:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interval_selection.py

[error] invalid-argument-type - :18:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :19:32 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/examples_arguments_syntax/interval_selection_map_quakes.py

[error] invalid-argument-type - :18:5 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :20:5 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | int]]`

tests/examples_arguments_syntax/scatter_with_histogram.py

[error] invalid-argument-type - :28:30 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/scatter_with_minimap.py

[error] invalid-argument-type - :15:31 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/seattle_weather_interactive.py

[error] invalid-argument-type - :21:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :22:29 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/select_mark_area.py

[error] invalid-argument-type - :26:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/selection_layer_bar_month.py

[error] invalid-argument-type - :13:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/histogram_responsive.py

[error] invalid-argument-type - :14:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interactive_cross_highlight.py

[error] invalid-argument-type - :14:27 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interactive_layered_crossfilter.py

[error] invalid-argument-type - :17:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interval_selection.py

[error] invalid-argument-type - :18:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :19:32 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/examples_methods_syntax/interval_selection_map_quakes.py

[error] invalid-argument-type - :18:5 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :20:5 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | int]]`

tests/examples_methods_syntax/scatter_with_minimap.py

[error] invalid-argument-type - :15:31 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/seattle_weather_interactive.py

[error] invalid-argument-type - :22:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :23:29 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

altair/datasets/_cache.py

[error] invalid-assignment - :65:53 - Object of type `dict[Unknown | <class 'Int64'> | <class 'Float64'> | ... omitted 7 union elements, Unknown | str]` is not assignable to `Mapping[type[DType], Literal["integer", "number", "boolean", "string", "object", ... omitted 5 literals]]`

altair/datasets/_reader.py

[error] invalid-assignment - :290:35 - Object of type `dict[Unknown | str, Unknown | Sequence[str]]` is not assignable to `Mapping[Literal["supported", "unsupported"], Sequence[Literal["airports", "annual_precip", "anscombe", "barley", "birdstrikes", ... omitted 68 literals]]]`

altair/utils/schemapi.py

[error] invalid-assignment - :1694:5 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[Literal["vega-datasets", "vega-embed", "vega-lite", "vegafusion", "vl-convert-python"], str]`

altair/vegalite/v6/api.py

[error] invalid-argument-type - :4172 -
Old: Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4172 -
Old: Argument to bound method `to_dict` is incorrect: Expected `bool`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `bool`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4172 -
Old: Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4172 -
Old: Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4173 -
Old: Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4173 -
Old: Argument to bound method `to_dict` is incorrect: Expected `bool`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `bool`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4173 -
Old: Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `bool | str | list[str] | ... omitted 3 union elements`
[error] invalid-argument-type - :4173 -
Old: Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
New: Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `bool | str | list[str] | ... omitted 3 union elements`

tests/test_datasets.py

[error] invalid-assignment - :56:52 - Object of type `dict[Unknown | str, Unknown | ParameterSet]` is not assignable to `Mapping[Literal["polars", "pandas", "pandas[pyarrow]", "pyarrow"], ParameterSet]`

tests/test_jupyter_chart.py

[error] invalid-argument-type - :208:51 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/utils/test_schemapi.py

[error] invalid-argument-type - :1116:36 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :1116:53 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/vegalite/v6/test_api.py

[error] invalid-argument-type - :632:39 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/vegalite/v6/test_params.py

[error] invalid-argument-type - :180:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :180:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`
[error] invalid-argument-type - :181:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :181:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[int, int]]`
[error] invalid-argument-type - :182:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :182:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, DateTime]]`
[error] invalid-argument-type - :183:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :183:52 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - :186:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :186:31 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date] | tuple[int, int]]`
[error] invalid-argument-type - :189:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :189:31 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date] | tuple[date, DateTime]]`
[error] invalid-argument-type - :192:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :193:9 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, DateTime] | tuple[int, int] | list[Unknown | str]]`
[error] invalid-argument-type - :211:36 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/vegalite/v6/test_theme.py

[error] invalid-argument-type - :1098:47 - Argument to function `__new__` is incorrect: Expected `Iterable[Literal["config"]]`, found `set[Unknown | str]`

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

apprise/plugins/fortysixelks.py

[error] invalid-assignment - :161 -
Old: Object of type `list[Unknown | (str & ~Literal[""]) | None]` is not assignable to `Iterable[str] | None`
New: Object of type `list[(str & ~Literal[""]) | None]` is not assignable to `Iterable[str] | None`

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

src/bokeh/models/callbacks.py

[error] invalid-assignment - :212 -
Old: Object of type `Required[HasProps]` is not assignable to `HasProps`
New: Object of type `Required[Unknown]` is not assignable to `HasProps`

src/bokeh/server/tornado.py

[error] invalid-argument-type - :295:71 - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Unknown & Top[(...) -> object]) | (Application & Top[(...) -> object])`
[error] invalid-argument-type - :295:71 - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Unknown & Top[(...) -> object]) | (Application & Top[(...) -> object])`

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

tests/test_main.py

[error] invalid-argument-type - :272:58 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :287:58 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :304:58 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :332:62 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :342:62 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :348:68 - Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :359:78 - Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :370:92 - Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
[error] invalid-argument-type - :375:82 - Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`

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

cloudinit/sources/helpers/aliyun.py

[error] invalid-assignment - :202:9 - Cannot assign to a subscript on an object of type `int`
[error] invalid-argument-type - :205:12 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :206:25 - Attribute `keys` may be missing on object of type `Unknown | int | dict[Unknown, Unknown]`
[error] not-subscriptable - :207:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :208:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :209:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - :210:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-assignment - :174:9 - Cannot assign to a subscript on an object of type `int`

tests/unittests/test_ds_identify.py

[error] invalid-assignment - :1034 -
Old: Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `str` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: 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 - :1034 -
Old: Invalid subscript assignment with key of type `Literal["etc/cloud/ds-identify.cfg"]` and value of type `str` on object of type `list[Unknown | str]`
New: 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]`

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

colour/geometry/tests/test_vertices.py

[error] invalid-argument-type - :257:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :263:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :269:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :275:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :281:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :287:41 - Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`

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

homeassistant/components/asuswrt/diagnostics.py

[error] invalid-assignment - :65:9 - Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `list[Unknown]`
[warning] possibly-missing-attribute - :76:9 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`

homeassistant/components/anthropic/config_flow.py

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

homeassistant/components/google_air_quality/config_flow.py

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

homeassistant/components/google_generative_ai_conversation/config_flow.py

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

homeassistant/components/google_weather/config_flow.py

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

homeassistant/components/hitron_coda/device_tracker.py

[error] invalid-argument-type - :113 -
Old: Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `dict[Unknown | str, Unknown | None | str]`
New: Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `dict[str, str | Unknown | None]`

homeassistant/components/home_connect/coordinator.py

[error] invalid-argument-type - :133:13 - Method `__getitem__` of type `bound method defaultdict[tuple[str, Unknown], list[CALLBACK_TYPE]].__getitem__(key: tuple[str, Unknown], /) -> list[CALLBACK_TYPE]` cannot be called with key of type `tuple[object, ...]` on object of type `defaultdict[tuple[str, Unknown], list[CALLBACK_TYPE]]`

homeassistant/components/min_max/sensor.py

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

homeassistant/components/nibe_heatpump/coordinator.py

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

homeassistant/components/openai_conversation/config_flow.py

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

homeassistant/components/template/weather.py

[error] invalid-argument-type - :633:41 - Argument to bound method `async_update_listeners` is incorrect: Expected `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`, found `list[Unknown | str]`

homeassistant/components/tuya/diagnostics.py

[warning] possibly-missing-attribute - :163:13 - Attribute `append` may be missing on object of type `Unknown | str | None | bool | list[Unknown]`

homeassistant/components/weather/__init__.py

[error] invalid-assignment - :973:30 - Object of type `set[Unknown | str]` is not assignable to `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`
[error] not-iterable - :974:30 - Object of type `Iterable[Literal["daily", "hourly", "twice_daily"]] | None` may not be iterable

homeassistant/util/variance.py

[error] invalid-return-type - :47:12 - Return type does not match returned value: expected `(**_P@ignore_variance) -> _R@ignore_variance`, found `_Wrapped[_P@ignore_variance, _R@ignore_variance | int | float | datetime, _P@ignore_variance, _R@ignore_variance | int | float | datetime]`

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

cwltool/cwlviewer.py

[error] invalid-argument-type - :56 -
Old: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
New: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - :124 -
Old: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
New: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - :155 -
Old: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
New: Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`

cwltool/main.py

[error] invalid-argument-type - :301 -
Old: Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[Unknown | (int & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements]`
New: Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (@Todo & Top[Mapping[Unknown, object]]) | ... omitted 4 union elements]`
[warning] possibly-missing-attribute - :477 -
Old: Attribute `get` may be missing on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Attribute `get` may be missing on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :499 -
Old: Argument to bound method `_init_job` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Argument to bound method `_init_job` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :502 -
Old: Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :510 -
Old: Argument to function `printdeps` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Argument to function `printdeps` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :523 -
Old: Argument to bound method `store` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Argument to bound method `store` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] unsupported-operator - :526 -
Old: Operator `in` is not supported between objects of type `Literal["cwl:tool"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["cwl:tool"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] unsupported-operator - :528 -
Old: Operator `in` is not supported between objects of type `Literal["__id"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["__id"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] invalid-return-type - :530 -
Old: Return type does not match returned value: expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Return type does not match returned value: expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`

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

tests/debugging/exploration/_coverage.py

[error] invalid-argument-type - :67:13 - Method `__getitem__` of type `bound method defaultdict[Path, set[Unknown]].__getitem__(key: Path, /) -> set[Unknown]` cannot be called with key of type `Path | None` on object of type `defaultdict[Path, set[Unknown]]`

dedupe (https://github.com/dedupeio/dedupe)

dedupe/labeler.py

[error] invalid-assignment - :71:13 - Object of type `list[int]` is not assignable to `Iterable[Literal[0, 1]]`
[error] invalid-argument-type - :72:30 - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Literal[0, 1]]`
[error] invalid-argument-type - :74:78 - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Literal[0, 1]]`
[error] invalid-return-type - :76:16 - Return type does not match returned value: expected `list[Literal[0, 1]]`, found `Iterable[Literal[0, 1]]`

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

discord/interactions.py

[error] invalid-argument-type - :229:58 - Argument to bound method `_from_value` is incorrect: Expected `Sequence[Literal[0, 1, 2]]`, found `list[Unknown | int]`

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

dulwich/contrib/swift.py

[error] invalid-argument-type - :161 -
Old: Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[Unknown | tuple[Unknown | bytes, None, None, bool]]`
New: Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[Unknown | bytes, None, None, bool]]`
[error] invalid-argument-type - :921 -
Old: Argument to bound method `add_objects` is incorrect: Expected `Sequence[tuple[ShaFile, str | None]]`, found `list[Unknown | tuple[object, None]]`
New: Argument to bound method `add_objects` is incorrect: Expected `Sequence[tuple[ShaFile, str | None]]`, found `list[tuple[object, None]]`

dulwich/object_store.py

[error] invalid-argument-type - :2901 -
Old: Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[Unknown | tuple[Unknown | bytes, None, Unknown | int, bool]]`
New: Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[Unknown | bytes, None, Unknown | int, bool]]`

dulwich/walk.py

[error] invalid-assignment - :332 -
Old: Object of type `list[Unknown | ObjectID | (Sequence[ObjectID] & bytes)]` is not assignable to `ObjectID | Sequence[ObjectID]`
New: Object of type `list[ObjectID | (Sequence[ObjectID] & bytes)]` is not assignable to `ObjectID | Sequence[ObjectID]`

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

src/graphql/execution/execute.py

[error] invalid-assignment - :1676 -
Old: Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
New: Object of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
[error] invalid-argument-type - :1828 -
Old: Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
New: Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[StreamItemResult | CoroutineType[Any, Any, StreamItemResult]]`

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

hydpy/auxs/calibtools.py

[error] invalid-argument-type - :3471 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[int | float]`, found `Sequence[int | float] | None`
[error] invalid-argument-type - :3472 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[int | float]`, found `Sequence[int | float] | None`
[error] invalid-argument-type - :3473 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[int | float]`, found `Sequence[int | float] | None`
[error] invalid-argument-type - :3474 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[str | None] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[str | None]`, found `Sequence[str | None] | None`

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

ibis/backends/clickhouse/tests/conftest.py

[warning] possibly-missing-attribute - :94:9 - Attribute `setdefault` may be missing on object of type `Mapping[str, Any] | dict[Unknown, Unknown]`
[error] unresolved-attribute - :94:9 - Object of type `Mapping[str, Any]` has no attribute `setdefault`
[warning] possibly-missing-attribute - :95:9 - Attribute `setdefault` may be missing on object of type `Mapping[str, Any] | dict[Unknown, Unknown]`
[error] unresolved-attribute - :95:9 - Object of type `Mapping[str, Any]` has no attribute `setdefault`

ibis/backends/databricks/tests/test_datatypes.py

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

ibis/backends/flink/tests/test_ddl.py

[error] invalid-argument-type - :262 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :456 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :484 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :486 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/backends/sql/compilers/base.py

[error] invalid-argument-type - :597 -
Old: Argument to bound method `translate` is incorrect: Expected `Mapping[Value, Any]`, found `Mapping[Expr, Any] | dict[Unknown, Unknown]`
New: Argument to bound method `translate` is incorrect: Expected `Mapping[Value, Any]`, found `Mapping[Expr, Any]`

ibis/expr/operations/udf.py

[error] invalid-assignment - :35:66 - Object of type `defaultdict[Unknown, count[int]]` is not assignable to `MutableMapping[type[Node], Iterable[int]]`

ibis/expr/tests/test_format.py

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

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - :66 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Boolean | Int64 | Float64 | String]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :86 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :91 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :96 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :107 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :116 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int8 | Float64 | Int32]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - :115 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Float64 | Boolean]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :172 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :224 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :317 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Array[Unknown]]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :325 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :326 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Float64 | Boolean | Date]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :327 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :328 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String | Boolean]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :330 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :332 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | ... omitted 3 union elements]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :334 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :335 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Boolean | Date]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :336 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Boolean | Date]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :365 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :376 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :393 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :419 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Timestamp]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :581 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Int32 | ... omitted 14 union elements]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/expr/types/generic.py

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

ibis/formats/pandas.py

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

ibis/formats/polars.py

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

ibis/formats/tests/test_pandas.py

[error] invalid-argument-type - :120 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :147 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean | Float64]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :424 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :440 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/tests/expr/test_table.py

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

ibis/util.py

[error] invalid-argument-type - :134 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `(V@promote_tuple & ~tuple[object, ...]) | (Iterable[V@promote_tuple] & ~tuple[object, ...])`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `(V@promote_tuple & ~tuple[object, ...]) | (Iterable[V@promote_tuple] & ~tuple[object, ...])`

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

tests/ignite/metrics/nlp/test_bleu.py

[error] invalid-argument-type - :26 -
Old: Argument to bound method `_corpus_bleu` is incorrect: Expected `Sequence[Sequence[Sequence[Any]]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `_corpus_bleu` is incorrect: Expected `Sequence[Sequence[Sequence[Any]]]`, found `list[list[int]]`

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

jax/_src/pallas/fuser/block_spec.py

[error] invalid-return-type - :854 -
Old: Return type does not match returned value: expected `Sequence[BlockSpec]`, found `list[Unknown | NoBlockSpec]`
New: Return type does not match returned value: expected `Sequence[BlockSpec]`, found `list[NoBlockSpec | @Todo(StarredExpression)]`
[error] invalid-return-type - :872 -
Old: Return type does not match returned value: expected `Sequence[BlockSpec]`, found `list[Unknown | NoBlockSpec]`
New: Return type does not match returned value: expected `Sequence[BlockSpec]`, found `list[NoBlockSpec]`
[error] invalid-argument-type - :881 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1796 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2314 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

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

[error] invalid-argument-type - :519 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - :643 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-assignment - :452:15 - Object of type `BarrierRef | DialectBarrierRef | CollectiveBarrierRef` is not assignable to `Barrier`
[error] invalid-argument-type - :454:22 - Argument to bound method `append` is incorrect: Expected `BarrierRef | DialectBarrierRef | CollectiveBarrierRef`, found `Barrier`

jax/_src/pallas/pallas_call.py

[error] invalid-assignment - :1471:23 - Object of type `dict[Unknown | str, Unknown | CompilerParams]` is not assignable to `Mapping[Literal["mosaic_tpu", "triton", "mosaic_gpu"], CompilerParams] | CompilerParams | None`
[error] invalid-return-type - :1487:10 - Return type does not match returned value: expected `Mapping[Literal["mosaic_tpu", "triton", "mosaic_gpu"], CompilerParams]`, found `(Mapping[Literal["mosaic_tpu", "triton", "mosaic_gpu"], CompilerParams] & Top[FrozenDict[Unknown, Unknown]]) | (CompilerParams & Top[FrozenDict[Unknown, Unknown]]) | FrozenDict[Unknown, Unknown]`

jax/_src/tree_util.py

[error] invalid-argument-type - :302:31 - Argument to bound method `register_node` is incorrect: Expected `(Hashable, Iterable[object], /) -> T@register_pytree_node`, found `(_AuxData@register_pytree_node, _Children@register_pytree_node, /) -> T@register_pytree_node`
[error] invalid-argument-type - :305:31 - Argument to bound method `register_node` is incorrect: Expected `(Hashable, Iterable[object], /) -> T@register_pytree_node`, found `(_AuxData@register_pytree_node, _Children@register_pytree_node, /) -> T@register_pytree_node`
[error] invalid-argument-type - :308:31 - Argument to bound method `register_node` is incorrect: Expected `(Hashable, Iterable[object], /) -> T@register_pytree_node`, found `(_AuxData@register_pytree_node, _Children@register_pytree_node, /) -> T@register_pytree_node`

jax/experimental/jax2tf/tests/jax_primitives_coverage_test.py

[error] unresolved-attribute - :106:7 - Object of type `Sequence[Harness]` has no attribute `append`

jax/experimental/jax2tf/tests/shape_poly_test.py

[error] invalid-argument-type - :461 -
Old: Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[Unknown | tuple[list[Unknown | str], list[Unknown | str]] | dict[str, str]]`
New: 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 - :484 -
Old: Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[Unknown | tuple[str, str] | str]`
New: Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[tuple[str, str] | str]`
[error] invalid-argument-type - :660 -
Old: Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[Unknown | dict[str, str]]`
New: Argument to function `check_shape_poly` is incorrect: Expected `Sequence[str | None]`, found `list[dict[str, str]]`

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

tests/test_loader.py

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

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

koda_validate/dictionary.py

[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
[error] invalid-return-type - :67:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`

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

mesonbuild/backend/ninjabackend.py

[error] unresolved-attribute - :1692:37 - Object of type `File` has no attribute `name`
[error] invalid-assignment - :1695:17 - Invalid subscript assignment with key of type `Unknown` and value of type `CustomTarget | CustomTargetIndex | GeneratedList` on object of type `OrderedDict[str, File]`

mesonbuild/mconf.py

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

mesonbuild/modules/__init__.py

[error] invalid-argument-type - :81 -
Old: Argument to bound method `find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str] | list[Unknown | (File & ~Top[list[Unknown]]) | str]`
New: Argument to bound method `find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str]`

mesonbuild/modules/codegen.py

[error] invalid-argument-type - :317:26 - Argument to bound method `extend` is incorrect: Expected `Iterable[Literal["lex", "flex", "reflex", "win_flex"]]`, found `list[Unknown | str]`
[error] invalid-assignment - :398:55 - Object of type `dict[Unknown | str, Unknown | list[str]]` is not assignable to `Mapping[Literal["yacc", "byacc", "bison", "win_bison"], list[str]]`

mesonbuild/modules/i18n.py

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

mesonbuild/mparser.py

[error] invalid-assignment - :681:47 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[str, Literal["==", "!=", "<", "<=", ">=", ... omitted 3 literals]]`
[error] invalid-assignment - :692:47 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[str, Literal["+", "-", "*", "/", "%"]]`
[error] invalid-assignment - :697:47 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[str, Literal["+", "-", "*", "/", "%"]]`

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

test/mitmproxy/test_http.py

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

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

mkosi/__init__.py

[error] invalid-argument-type - :2579 -
Old: Argument to bound method `sandbox` is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | str | None | Path]`
New: Argument to bound method `sandbox` is incorrect: Expected `Sequence[Path | str]`, found `list[str | Unknown | None | Path]`
[error] invalid-argument-type - :4415 -
Old: Argument to function `run` is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | Path | None | str]`
New: Argument to function `run` is incorrect: Expected `Sequence[Path | str]`, found `list[Path | None | str | @Todo(StarredExpression)]`

mkosi/qemu.py

[error] invalid-argument-type - :527 -
Old: Argument is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | Path | None | str]`
New: Argument is incorrect: Expected `Sequence[Path | str]`, found `list[Path | None | str]`

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

pymongo/asynchronous/auth.py

[error] invalid-assignment - :365 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: @Todo, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[CoroutineType[Any, Any, None]]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`
New: Object of type `dict[str, ((credentials: @Todo, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: @Todo, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[CoroutineType[Any, Any, None]]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`

pymongo/synchronous/auth.py

[error] invalid-assignment - :360 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: Connection) -> None) | ((credentials: @Todo, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[None]]` is not assignable to `Mapping[str, (...) -> None]`
New: Object of type `dict[str, ((credentials: @Todo, conn: Connection) -> None) | ((credentials: @Todo, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[None]]` is not assignable to `Mapping[str, (...) -> None]`

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

mypyc/irbuild/util.py

[error] invalid-assignment - :35 -
Old: Object of type `frozenset[Unknown | str]` is not assignable to `frozenset[Literal["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"]]`
New: Object of type `frozenset[str]` is not assignable to `frozenset[Literal["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"]]`

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

nox/_option_set.py

[error] invalid-assignment - :63:66 - Object of type `dataclasses.Field[Unknown | str | None]` is not assignable to `None | Literal["auto", "never", "always"]`

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

paasta_tools/contrib/service_shard_update.py

[warning] possibly-missing-attribute - :283:25 - Attribute `append` may be missing on object of type `Unknown | str`

paasta_tools/instance/kubernetes.py

[warning] possibly-missing-attribute - :381:17 - Attribute `append` may be missing on object of type `Unknown | str | int | list[Unknown]`

paasta_tools/kubernetes_tools.py

[warning] possibly-missing-attribute - :3177:17 - Attribute `extend` may be missing on object of type `Unknown | list[Unknown] | str`

paasta_tools/utils.py

[error] invalid-argument-type - :609 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :617 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`
[error] invalid-return-type - :630 -
Old: Return type does not match returned value: expected `Iterable[DockerParameter]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Return type does not match returned value: expected `Iterable[DockerParameter]`, found `list[dict[Unknown | str, Unknown | str]]`

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

pandas/core/reshape/merge.py

[error] invalid-argument-type - :2438 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Divergent] | list[Unknown | None | list[Divergent]]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Divergent]`
[error] unsupported-operator - :2442 -
Old: Operator `+` is not supported between objects of type `Unknown | None | list[Divergent] | list[Unknown | None | list[Divergent]]` and `list[Unknown]`
New: Operator `+` is not supported between objects of type `Unknown | None | list[Divergent]` and `list[Unknown]`

pandas/tests/arrays/sparse/test_accessor.py

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

pandas/tests/frame/methods/test_shift.py

[error] invalid-argument-type - :741 -
Old: Argument to bound method `shift` is incorrect: Expected `int | Sequence[int]`, found `list[Unknown | str]`
New: Argument to bound method `shift` is incorrect: Expected `int | Sequence[int]`, found `list[str]`

pandas/tests/frame/methods/test_sort_index.py

[error] invalid-argument-type - :284 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :359 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :364 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :372 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`

pandas/tests/frame/test_stack_unstack.py

[error] invalid-argument-type - :793 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :795 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :803 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :815 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`
[error] invalid-argument-type - :818 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :827 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`
[error] invalid-argument-type - :829 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str | int]]`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] invalid-argument-type - :1022 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | str]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | str]]`

pandas/tests/groupby/methods/test_value_counts.py

[error] invalid-argument-type - :1061 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`

pandas/tests/groupby/test_counting.py

[error] invalid-argument-type - :54 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :133 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`

pandas/tests/indexes/multi/test_sorting.py

[error] invalid-argument-type - :42 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`

pandas/tests/indexing/multiindex/test_multiindex.py

[error] invalid-argument-type - :230 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | tuple[str, str, str] | int | float]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | int | float]`

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

[error] invalid-assignment - :781 -
Old: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
New: Object of type `dict[tuple[int, int], list[tuple[str, str | int | float]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
[error] invalid-assignment - :793 -
Old: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
New: Object of type `dict[tuple[int, int], list[tuple[str, str | int | float]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - :478 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | Timestamp | str]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`
[error] invalid-argument-type - :488 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | Timestamp | str]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`

pandas/tests/series/methods/test_sort_index.py

[error] invalid-argument-type - :83 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :101 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :220 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :231 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | int]]`

pandas/tests/strings/test_split_partition.py

[error] invalid-argument-type - :280 -
Old: Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | tuple[str, str, str] | list[Unknown | int | float] | list[Unknown | None]]`
New: 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]]`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - :285 -
Old: Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[Unknown | BaseOffset | list[BaseOffset] | None]`
New: Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[BaseOffset | Unknown | list[BaseOffset] | None]`
[error] invalid-argument-type - :293 -
Old: Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[Unknown | BaseOffset | list[BaseOffset] | None]`
New: Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[BaseOffset | Unknown | list[BaseOffset] | None]`

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

pandas-stubs/_typing.pyi

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

tests/arrays/test_arrays.py

[error] type-assertion-failure - :11:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :12:11 - Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_cumul.py

[error] type-assertion-failure - :13:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :14:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :15:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :16:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:9 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:9 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:9 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:9 - Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_extension_array.py

[error] type-assertion-failure - :25:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:9 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:9 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 - Type `ExtensionArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 - Type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`

tests/indexes/test_multi_indexes.py

[error] type-assertion-failure - :62:11 - Type `MultiIndex` does not match asserted type `Unknown`

tests/arrays/test_arrow_string_array.py

[error] type-assertion-failure - :37:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :77:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:9 - Type `ArrowStringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 - Type `StringDtype[Literal["pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:12 - Type `Literal["pyarrow"]` does not match asserted type `Unknown`

tests/arrays/test_base_string_array.py

[error] type-assertion-failure - :34:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:9 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 - Type `BaseStringArray[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `StringDtype[Literal["python", "pyarrow"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:12 - Type `Literal["python", "pyarrow"]` does not match asserted type `Unknown`

tests/arrays/test_floating_array.py

[error] type-assertion-failure - :18:11 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :19:11 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:13 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:9 - Type `FloatingArray` does not match asserted type `Unknown`

tests/arrays/test_string_array.py

[error] type-assertion-failure - :37:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :49:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:9 - Type `StringArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:11 - Type `StringDtype[Literal["python"]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:12 - Type `Literal["python"]` does not match asserted type `Unknown`

tests/frame/test_frame.py

[error] type-assertion-failure - :1769:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1770:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1795:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1796:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3533:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :3533:21 - No overload of bound method `select_dtypes` matches arguments
[error] type-assertion-failure - :3537:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :3537:21 - No overload of bound method `select_dtypes` matches arguments
[error] type-assertion-failure - :3541:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :3541:21 - No overload of bound method `select_dtypes` matches arguments
[error] type-assertion-failure - :3545:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :3546:13 - No overload of bound method `select_dtypes` matches arguments

tests/indexes/test_indexes.py

[error] type-assertion-failure - :757:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`

tests/test_extension.py

[error] type-assertion-failure - :35:11 - Type `list[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :77:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:11 - Type `BooleanArray` does not match asserted type `Unknown`

tests/test_interval_index.py

[error] type-assertion-failure - :53:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:11 - Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:11 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `Unknown`

tests/test_io.py

[error] invalid-argument-type - :1370:43 - Argument to function `read_html` is incorrect: Expected `Literal["lxml", "html5lib", "bs4"] | Sequence[Literal["lxml", "html5lib", "bs4"]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :1372:41 - Argument to function `read_html` is incorrect: Expected `Literal["lxml", "html5lib", "bs4"] | Sequence[Literal["lxml", "html5lib", "bs4"]] | None`, found `list[Unknown | str]`

tests/test_pandas.py

[error] type-assertion-failure - :728:9 - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :761:9 - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`

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

pandera/api/pandas/array.py

[error] not-iterable - :23 -
Old: Object of type `Unknown | (list[Check] & ~Check) | (list[Unknown] & ~Check) | list[Unknown | Check] | None` may not be iterable
New: Object of type `Unknown | list[Check] | None` may not be iterable

pandera/backends/polars/base.py

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

tests/pandas/test_schemas.py

[error] invalid-argument-type - :620 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Check] & ~Check) | (list[Unknown] & ~Check) | list[Unknown | Check] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Check] | None`
[error] invalid-argument-type - :621 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Check] & ~Check) | (list[Unknown] & ~Check) | list[Unknown | Check] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Check] | None`
[error] invalid-argument-type - :622 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Check] & ~Check) | (list[Unknown] & ~Check) | list[Unknown | Check] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Check] | None`

paroxython (https://github.com/laowantong/paroxython)

paroxython/derived_labels_db.py

[error] invalid-argument-type - :189:13 - Method `__getitem__` of type `bound method defaultdict[LabelName, dict[Span, Any]].__getitem__(key: LabelName, /) -> dict[Span, Any]` cannot be called with key of type `str | Unknown` on object of type `defaultdict[LabelName, dict[Span, Any]]`

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

src/pip/_internal/commands/search.py

[error] invalid-assignment - :101:13 - Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | str | list[Unknown | str]]` on object of type `OrderedDict[str, TransformedHit]`

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

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-await - :461 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :535 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :610 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :685 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :760 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :835 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable

src/prefect/server/models/concurrency_limits_v2.py

[error] invalid-return-type - :16:12 - Return type does not match returned value: expected `ColumnElement[int | float]`, found `greatest[int]`
[error] invalid-return-type - :69:12 - Return type does not match returned value: expected `ColumnElement[int | float]`, found `greatest[int]`

src/prefect/tasks.py

[error] invalid-return-type - :1208:16 - Return type does not match returned value: expected `T@__call__ | State[T@__call__] | None`, found `State[T@__call__] | T@__call__ | State[Never]`
[error] no-matching-overload - :1208:16 - No overload of function `run_task` matches arguments

pybind11 (https://github.com/pybind/pybind11)

tests/test_pytypes.py

[error] invalid-argument-type - :457 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`

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

lib/Crypto/PublicKey/RSA.py

[error] invalid-argument-type - :368 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[Unknown | int | IntegerBase]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | Unknown | IntegerBase]`

lib/Crypto/SelfTest/Util/test_asn1.py

[error] invalid-argument-type - :329 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[Unknown | int | DerInteger | bytes]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | DerInteger | bytes]`

lib/Crypto/Signature/pkcs1_15.py

[error] invalid-argument-type - :192 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[Unknown | bytes]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`
[error] invalid-argument-type - :198 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[Unknown | bytes]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`

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

pydantic/_internal/_generate_schema.py

[error] invalid-assignment - :2472:5 - Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[Literal["before", "after", "wrap", "plain"], Literal["no-info", "with-info"]], ((...) -> Any, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, /) -> InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`

pydantic/v1/utils.py

[error] invalid-return-type - :613 -
Old: Return type does not match returned value: expected `Mapping[int | str, Any]`, found `AbstractSet[int | str] | Mapping[int | str, Any] | dict[Unknown, ellipsis]`
New: Return type does not match returned value: expected `Mapping[int | str, Any]`, found `AbstractSet[int | str] | Mapping[int | str, Any] | dict[int | str, ellipsis]`

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

src/_pytest/python.py

[error] invalid-argument-type - :953:45 - Method `__getitem__` of type `bound method defaultdict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `str | _HiddenParam` on object of type `defaultdict[str, int]`
[error] invalid-argument-type - :955:25 - Method `__getitem__` of type `bound method defaultdict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `str | _HiddenParam` on object of type `defaultdict[str, int]`
[error] invalid-argument-type - :956:49 - Method `__getitem__` of type `bound method defaultdict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `str | _HiddenParam` on object of type `defaultdict[str, int]`
[error] invalid-argument-type - :958:21 - Method `__getitem__` of type `bound method defaultdict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `str | _HiddenParam` on object of type `defaultdict[str, int]`

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

rotkehlchen/chain/ethereum/modules/yearn/utils.py

[error] invalid-argument-type - :71:17 - Argument to function `globaldb_set_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType]`

rotkehlchen/chain/evm/decoding/curve/lend/utils.py

[error] invalid-argument-type - :107:13 - Argument to function `globaldb_set_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType | ChecksumAddress]`
[error] invalid-argument-type - :112:13 - Argument to function `globaldb_set_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType | ChecksumAddress]`
[error] invalid-argument-type - :118:17 - Argument to function `globaldb_set_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType | ChecksumAddress]`

rotkehlchen/chain/evm/decoding/velodrome/decoder.py

[error] invalid-argument-type - :480:17 - Argument to function `globaldb_get_general_cache_values` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_LP_TOKENS, CacheType.CURVE_POOL_TOKENS, CacheType.VELODROME_POOL_ADDRESS, CacheType.VELODROME_GAUGE_ADDRESS, CacheType.VELODROME_GAUGE_BRIBE_ADDRESS, ... omitted 22 literals]]`, found `list[Unknown | CacheType]`
[error] invalid-argument-type - :486:17 - Argument to function `globaldb_get_general_cache_values` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_LP_TOKENS, CacheType.CURVE_POOL_TOKENS, CacheType.VELODROME_POOL_ADDRESS, CacheType.VELODROME_GAUGE_ADDRESS, CacheType.VELODROME_GAUGE_BRIBE_ADDRESS, ... omitted 22 literals]]`, found `list[Unknown | CacheType]`

rotkehlchen/balances/historical.py

[error] invalid-assignment - :73 -
Old: Invalid subscript assignment with key of type `Unknown` and value of type `dict[Unknown | str, Unknown | FVal]` on object of type `dict[Asset, HistoricalBalance]`
New: Invalid subscript assignment with key of type `Asset` and value of type `dict[Unknown | str, Unknown | FVal]` on object of type `dict[Asset, HistoricalBalance]`

rotkehlchen/chain/arbitrum_one/modules/arbitrum_one_bridge/decoder.py

[error] invalid-assignment - :50 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/arbitrum_one/modules/thegraph/constants.py

[error] invalid-assignment - :12 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/arbitrum_one/modules/umami/constants.py

[error] invalid-assignment - :9 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/base/modules/echo/constants.py

[error] invalid-assignment - :23 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/base/modules/runmoney/constants.py

[error] invalid-assignment - :8 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/constants.py

[error] invalid-assignment - :22 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/airdrops.py

[error] invalid-assignment - :68 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :70 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/defi/price.py

[error] invalid-argument-type - :280 -
Old: Argument is incorrect: Expected `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`, found `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]`
New: Argument is incorrect: Expected `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`, found `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]`

rotkehlchen/chain/ethereum/modules/curve/balances.py

[error] invalid-assignment - :28 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/curve/crvusd/constants.py

[error] invalid-assignment - :8 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :9 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/eigenlayer/balances.py

[error] invalid-assignment - :33 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/eigenlayer/constants.py

[error] invalid-assignment - :43 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/hedgey/constants.py

[error] invalid-assignment - :11 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/juicebox/constants.py

[error] invalid-assignment - :10 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/lido_csm/constants.py

[error] invalid-assignment - :18 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :20 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :22 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :52 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/ethereum/modules/pendle/constants.py

[error] invalid-assignment - :9 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :19 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :77 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/balancer/v3/constants.py

[error] invalid-assignment - :14 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :12 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :13 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/constants.py

[error] invalid-assignment - :34 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/curve/lend/constants.py

[error] invalid-assignment - :5 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :6 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/curve/lend/decoder.py

[error] invalid-argument-type - :122:21 - Argument to function `globaldb_get_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType | str]`

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

[error] invalid-argument-type - :27:66 - Invalid argument to key "inputs" with declared type `Sequence[ABIComponentIndexed]` on TypedDict `ABIEvent`: value of type `list[Unknown | dict[Unknown | str, Unknown | bool | str]]`
[error] invalid-argument-type - :29:71 - Invalid argument to key "inputs" with declared type `Sequence[ABIComponentIndexed]` on TypedDict `ABIEvent`: value of type `list[Unknown | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | bool | str]]`
[error] invalid-assignment - :24 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/giveth/balances.py

[error] invalid-assignment - :28 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :6 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :25 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/quickswap/v3/constants.py

[error] invalid-assignment - :8 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :9 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/quickswap/v4/constants.py

[error] invalid-assignment - :7 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :8 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :13 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :14 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/stakedao/utils.py

[error] invalid-assignment - :30 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | str | list[Unknown] | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :31 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :15:60 - Object of type `list[Unknown | dict[Unknown | str, Unknown | bool | list[Unknown | dict[Unknown | str, Unknown | bool | str]] | str]]` is not assignable to `Sequence[ABIEvent]`
[error] invalid-assignment - :14 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown] | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/decoding/uniswap/v4/constants.py

[error] invalid-assignment - :12 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str] | dict[Unknown | str, Unknown | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
[error] invalid-assignment - :13 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

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

[error] invalid-assignment - :16 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/evm/proxies_inquirer.py

[error] invalid-argument-type - :58 -
Old: Argument is incorrect: Expected `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`, found `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]`
New: Argument is incorrect: Expected `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`, found `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]`

rotkehlchen/chain/gnosis/node_inquirer.py

[error] invalid-assignment - :38 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/chain/gnosis/transactions.py

[error] invalid-assignment - :24 -
Old: Object of type `list[Unknown | dict[Unknown | str, Unknown | bool | list[Unknown | dict[Unknown | str, Unknown | bool | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`
New: Object of type `list[dict[Unknown | str, Unknown | bool | list[Unknown | dict[Unknown | str, Unknown | bool | str]] | str]]` is not assignable to `Sequence[ABIFunction | ABIConstructor | ABIFallback | ... omitted 3 union elements]`

rotkehlchen/tests/integration/test_zksynclite.py

[error] invalid-argument-type - :153 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`
[error] invalid-argument-type - :156 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`

rotkehlchen/tests/unit/decoders/test_curve_lend.py

[error] invalid-argument-type - :85:13 - Argument to function `globaldb_set_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 26 literals]]`, found `list[Unknown | CacheType | ChecksumAddress]`

rotkehlchen/tests/unit/test_blockchain_balances.py

[error] invalid-argument-type - :85 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`
[error] invalid-argument-type - :101 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`

rotkehlchen/tests/unit/test_evm_names.py

[error] invalid-assignment - :40:49 - Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[Literal["blockchain_account", "ens_names", "ethereum_tokens", "global_addressbook", "hardcoded_mappings", "private_addressbook"], str]`
[error] invalid-argument-type - :49:59 - Argument to bound method `get_prioritized_names` is incorrect: Expected `Sequence[Literal["blockchain_account", "ens_names", "ethereum_tokens", "global_addressbook", "hardcoded_mappings", "private_addressbook"]]`, found `list[str]`
[error] invalid-assignment - :66:56 - Object of type `dict[Unknown | str, Unknown | None | str]` is not assignable to `Mapping[Literal["blockchain_account", "ens_names", "ethereum_tokens", "global_addressbook", "hardcoded_mappings", "private_addressbook"], str | None]`
[error] invalid-argument-type - :75:59 - Argument to bound method `get_prioritized_names` is incorrect: Expected `Sequence[Literal["blockchain_account", "ens_names", "ethereum_tokens", "global_addressbook", "hardcoded_mappings", "private_addressbook"]]`, found `list[str]`

rotkehlchen/tests/unit/test_structures.py

[error] invalid-argument-type - :191 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`
[error] invalid-argument-type - :195 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`
[error] invalid-argument-type - :214 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`
[error] invalid-argument-type - :218 -
Old: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Unknown | Asset, Unknown | dict[Unknown | str, Unknown | Balance]]`
New: Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `dict[Asset, dict[str, Balance]]`

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

tests/test_settings.py

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

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

scipy/special/tests/test_orthogonal_eval.py

[error] invalid-argument-type - :56 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | int`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int`
[error] invalid-argument-type - :161 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | int`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int`

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

tests/sparse/test_construct.pyi

[error] type-assertion-failure - :40:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:1 - Type `dia_array[float64] | dia_array[complex128]` does not match asserted type `Unknown`
[error] type-assertion-failure - :291:1 - Type `coo_array[numpy.bool[builtins.bool], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :301:1 - Type `dok_array[numpy.bool[builtins.bool], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :252 -
Old: Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_array[floating[_32Bit]]` does not match asserted type `bsr_array[Unknown]`
[error] type-assertion-failure - :253 -
Old: Type `bsr_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `bsr_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :254 -
Old: Type `bsr_array[signedinteger[_64Bit]]` does not match asserted type `Unknown`
New: Type `bsr_array[signedinteger[_64Bit]]` does not match asserted type `bsr_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :255 -
Old: Type `bsr_array[float64]` does not match asserted type `Unknown`
New: Type `bsr_array[float64]` does not match asserted type `bsr_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :256 -
Old: Type `bsr_array[complex128]` does not match asserted type `Unknown`
New: Type `bsr_array[complex128]` does not match asserted type `bsr_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :257 -
Old: Type `coo_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `coo_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `coo_array[numpy.bool[builtins.bool], tuple[int, int]]`
[error] type-assertion-failure - :258 -
Old: Type `csc_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `Unknown`
New: Type `csc_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `csc_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :259 -
Old: Type `csr_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `csr_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `csr_array[numpy.bool[builtins.bool], tuple[int, int]]`
[error] type-assertion-failure - :260 -
Old: Type `dia_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `Unknown`
New: Type `dia_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `dia_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :261 -
Old: Type `dok_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `dok_array[complexfloating[_32Bit, _32Bit], tuple[int, int]]` does not match asserted type `dok_array[numpy.bool[builtins.bool], tuple[int, int]]`
[error] type-assertion-failure - :262 -
Old: Type `lil_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `Unknown`
New: Type `lil_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `lil_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :289 -
Old: Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `coo_array[Unknown, tuple[int, int]]`
[error] type-assertion-failure - :292 -
Old: Type `coo_array[signedinteger[_64Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `coo_array[signedinteger[_64Bit], tuple[int, int]]` does not match asserted type `coo_array[numpy.bool[builtins.bool], tuple[int, int]]`
[error] type-assertion-failure - :297 -
Old: Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_array[floating[_32Bit]]` does not match asserted type `bsr_array[Unknown]`
[error] type-assertion-failure - :298 -
Old: Type `csc_array[float64]` does not match asserted type `Unknown`
New: Type `csc_array[float64]` does not match asserted type `csc_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :299 -
Old: Type `csr_array[complex128, tuple[int, int]]` does not match asserted type `Unknown`
New: Type `csr_array[complex128, tuple[int, int]]` does not match asserted type `csr_array[numpy.bool[builtins.bool], tuple[int, int]]`
[error] type-assertion-failure - :300 -
Old: Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `Unknown`
New: Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `dia_array[numpy.bool[builtins.bool]]`
[error] type-assertion-failure - :302 -
Old: Type `lil_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `Unknown`
New: Type `lil_array[complexfloating[_32Bit, _32Bit]]` does not match asserted type `lil_array[numpy.bool[builtins.bool]]`

tests/stats/test_mode.pyi

[error] type-assertion-failure - :29:1 - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:1 - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`

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

tests/test_contracts.py

[error] invalid-argument-type - :571 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[Unknown | CustomFailContractPreProcess]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPreProcess]`
[error] invalid-argument-type - :585 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[Unknown | CustomFailContractPostProcess]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPostProcess]`

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

lib/spack/spack/test/cmd/checksum.py

[error] invalid-argument-type - :251 -
Old: Argument to function `interactive_version_filter` is incorrect: Expected `Iterable[StandardVersion]`, found `list[Unknown | StandardVersion | GitVersion]`
New: Argument to function `interactive_version_filter` is incorrect: Expected `Iterable[StandardVersion]`, found `list[StandardVersion | GitVersion]`

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

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

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

static_frame/core/bus.py

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

static_frame/core/index.py

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

static_frame/core/node_selector.py

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

static_frame/core/store.py

[error] invalid-argument-type - :181:36 - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `@Todo | tuple[str, ...]`
[error] invalid-argument-type - :183:36 - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `range`

static_frame/core/yarn.py

[error] invalid-return-type - :418 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Top[Yarn[Any]] | TypeBlocks | Batch | ... omitted 6 union elements, generic[object]]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Top[Index[Any]] | TypeBlocks | Top[Bus[Any]] | ... omitted 6 union elements, generic[object]]`

static_frame/profile/__main__.py

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

static_frame/test/unit/test_bus.py

[error] invalid-argument-type - :2068 -
Old: Argument to bound method `from_label_map` is incorrect: Expected `Mapping[Hashable, (...) -> ndarray[Any, Any]]`, found `dict[str, (l, v) -> Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, (l, v) -> Unknown]`, found `dict[Hashable, (l, v) -> Unknown]`
[error] invalid-argument-type - :2101 -
Old: Argument to bound method `from_label_map` is incorrect: Expected `Mapping[Hashable, (...) -> ndarray[Any, Any]]`, found `dict[str, (l, v) -> Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, (l, v) -> Unknown]`, found `dict[Hashable, (l, v) -> Unknown]`
[error] invalid-argument-type - :2134 -
Old: Argument to bound method `from_label_map` is incorrect: Expected `Mapping[Hashable, (...) -> ndarray[Any, Any]]`, found `dict[str, Overload[(a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum, (a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (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, (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@sum, 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@sum, (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@sum, 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@sum]]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Overload[(a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum, (a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (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, (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@sum, 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@sum, (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@sum, 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@sum]]`, found `dict[Hashable, Overload[(a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum, (a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _HasDType[dtype[_ScalarT@sum]] | _HasNumPyDType[dtype[_ScalarT@sum]], 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@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (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, (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@sum, 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@sum, (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@sum, 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@sum]]`
[error] invalid-argument-type - :2162 -
Old: Argument to bound method `from_label_map` is incorrect: Expected `Mapping[Hashable, (...) -> ndarray[Any, Any]]`, found `dict[str, (l, v) -> Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, (l, v) -> Unknown]`, found `dict[Hashable, (l, v) -> Unknown]`

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

strawberry/federation/schema.py

[error] invalid-assignment - :83 -
Old: Object of type `list[Unknown | <NewType pseudo-class 'FederationAny'>]` is not assignable to `Iterable[type]`
New: Object of type `list[@Todo(StarredExpression) | <NewType pseudo-class 'FederationAny'>]` is not assignable to `Iterable[type]`

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

sympy/combinatorics/fp_groups.py

[error] invalid-argument-type - :25 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `bound method FpGroup._generators() -> Unknown`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `bound method FpGroup._generators() -> Unknown`

sympy/core/tests/test_match.py

[error] invalid-argument-type - :418 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | <class 'sin'> | Symbol]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[<class 'sin'> | Symbol]`

sympy/core/tests/test_subs.py

[error] no-matching-overload - :558:12 - No overload of bound method `subs` matches arguments

sympy/functions/special/bessel.py

[error] invalid-argument-type - :1527 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1528 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1529 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1530 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1704 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1705 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1706 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1707 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1859 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1860 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1861 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :1862 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :2023 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :2024 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :2025 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - :2026 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`

sympy/geometry/plane.py

[error] invalid-argument-type - :66 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :193 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[error] invalid-assignment - :1116:54 - Object of type `defaultdict[Unknown, int]` is not assignable to `dict[tuple[int, int], Expr | int | float | complex]`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - :1042 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :1043 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :1044 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | list[Unknown | int]]]`
New: 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 - :1060 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1061 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1062 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1063 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - :631 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | int | list[Unknown | int]]`
New: 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 - :632 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :640 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :641 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :642 -
Old: Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[Unknown | list[Unknown | list[Unknown | int]]]`
New: 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 - :658 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :659 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :660 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :661 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/polys/domains/tests/test_domains.py

[error] invalid-argument-type - :816 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`

sympy/polys/tests/test_densearith.py

[error] invalid-argument-type - :160 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :161 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :174 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :175 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int] | list[Unknown]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int] | list[Unknown]]`

sympy/polys/tests/test_galoistools.py

[error] invalid-argument-type - :552 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :617 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`
[error] invalid-argument-type - :625 -
Old: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[Unknown | list[Unknown | int]]`
New: Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[Unknown | int]]`

sympy/stats/joint_rv_types.py

[error] invalid-argument-type - :192 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `ImmutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`

sympy/utilities/tests/test_wester.py

[error] invalid-argument-type - :1467 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

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

tornado/gen.py

[error] invalid-argument-type - :255 -
Old: Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _VT@next | _T@next`
New: Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`

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

src/trio/_core/_tests/test_run.py

[error] invalid-assignment - :2853:22 - Object of type `ExceptionGroup[Exception]` is not assignable to `ValueError | ExceptionGroup[ValueError]`

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

torchvision/ops/poolers.py

[error] invalid-argument-type - :283 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `tuple[int] | list[int] | int`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `tuple[int] | list[int] | int`

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

src/werkzeug/wsgi.py

[error] invalid-assignment - :244 -
Old: Object of type `list[Unknown | (() -> None) | (Iterable[() -> None] & Top[(...) -> object])]` is not assignable to `None | (() -> None) | Iterable[() -> None]`
New: Object of type `list[(() -> None) | (Iterable[() -> None] & Top[(...) -> object])]` is not assignable to `None | (() -> None) | Iterable[() -> None]`

tests/test_routing.py

[error] invalid-argument-type - :615 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Unknown | Submount | EndpointPrefix | Subdomain]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Submount | EndpointPrefix | Subdomain]`

tests/test_send_file.py

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

tests/test_test.py

[error] invalid-argument-type - :223 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[Unknown | str, Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[str, Unknown | str]`
[error] invalid-argument-type - :227 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[Unknown | str, Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[str, Unknown | str]`

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

xarray/coding/cftime_offsets.py

[error] invalid-assignment - :687 -
Old: Object of type `dict[Unknown | str, Unknown | type[BaseCFTimeOffset] | partial[QuarterBegin] | partial[QuarterEnd]]` is not assignable to `Mapping[str, type[BaseCFTimeOffset]]`
New: Object of type `dict[str, type[BaseCFTimeOffset] | partial[QuarterBegin] | partial[QuarterEnd]]` is not assignable to `Mapping[str, type[BaseCFTimeOffset]]`

xarray/core/dataset.py

[error] unsupported-operator - :6196:28 - Operator `-` is not supported between objects of type `set[str] | set[Unknown]` and `set[Hashable]`
[error] invalid-return-type - :8873 -
Old: Return type does not match returned value: expected `T_Xarray@map_blocks`, found `T_Xarray@map_blocks | DataArray | Dataset`
New: Return type does not match returned value: expected `T_Xarray@map_blocks`, found `DataArray | Dataset`

xarray/core/datatree.py

[error] invalid-argument-type - :1341:13 - Argument to function `__new__` is incorrect: Expected `Iterable[tuple[str | Unknown, _CoordWrapper]]`, found `Iterable[tuple[str, Unknown]] | ItemsView[str, DataArray | Variable | Any | ... omitted 9 union elements] | dict_items[Unknown, Unknown]`

xarray/core/groupby.py

[error] invalid-argument-type - :500:36 - Argument to bound method `__init__` is incorrect: Expected `DataArray`, found `T_DataWithCoords@_resolve_group`

xarray/tests/test_backends.py

[error] invalid-argument-type - :3796:34 - 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 - :3796:47 - 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 - :3813:25 - 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 - :3813:38 - 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]]]`

xarray/tests/test_dataarray.py

[error] invalid-argument-type - :2700 -
Old: Argument to function `__new__` is incorrect: Expected `Sequence[SequenceNotStr[Hashable]]`, found `list[Unknown | Index[Any]]`
New: Argument to function `__new__` is incorrect: Expected `Sequence[SequenceNotStr[Hashable]]`, found `list[Index[Any]]`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/__init__.py

[error] invalid-argument-type - :88 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `<class 'IInterfaceDeclaration'>`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IInterfaceDeclaration'>`

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

zerver/actions/streams.py

[error] unresolved-attribute - :432:58 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :807:16 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :808:42 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :809:49 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :992:17 - Object of type `Stream` has no attribute `recipient_id`

zerver/lib/event_schema.py

[error] invalid-argument-type - :337 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `object`
New: Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `object`