Summary

Comparing branches/commits:
Old: main (merge base) 7a739d6b
New: 21476/merge dcb31260
Lint Rule Removed Added Changed
Total 12 3 796
invalid-assignment 8 3 796
unused-ignore-comment 4 0 0

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

tanjun/annotations.py

[error] invalid-assignment - :2323 -
Object of type `dict[Unknown | <class 'Attachment'> | <class 'bool'> | ... omitted 10 union elements, Unknown | NotImplementedType | tuple[(value: str, /) -> bool] | ... omitted 7 union elements]` is not assignable to `dict[Any, tuple[(...) -> Any, ...]]`
Old column: 1 New column: 99

tanjun/commands/slash.py

[error] invalid-assignment - :2078 -
Object of type `None | Mapping[str, str] | (Sequence[str] & Top[Mapping[Unknown, object]]) | (Sequence[tuple[str, str]] & Top[Mapping[Unknown, object]]) | (Sequence[CommandChoice] & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, str] | list[CommandChoice] | None`
Old column: 13 New column: 97

tanjun/context/menu.py

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

tanjun/permissions.py

[error] invalid-assignment - :231 -
Object of type `(Mapping[Snowflake, Role] & ~AlwaysFalsy) | (Cache & ~AlwaysTruthy) | None | CacheView[Snowflake, Role]` is not assignable to `Mapping[Snowflake, Role] | None`
Old column: 5 New column: 13

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

aiohttp/cookiejar.py

[error] invalid-assignment - :230 -
Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | BaseCookie[str] | Morsel[Any]] | Iterable[tuple[str, str | BaseCookie[str] | Morsel[Any]]] | BaseCookie[str]`
Old column: 13 New column: 23

aiohttp/multipart.py

[error] invalid-assignment - :957 -
Object of type `list[tuple[object, object]]` is not assignable to `Sequence[tuple[str, str]] | Mapping[str, str]`
Old column: 13 New column: 19

aiohttp/test_utils.py

[error] invalid-assignment - :655 -
Object of type `MagicMock` is not assignable to `Application | None`
Old column: 9 New column: 15

aiohttp/web.py

[error] invalid-assignment - :286 -
Object of type `object` is not assignable to `Application | Awaitable[Application]`
Old column: 9 New column: 15

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

aioredis/client.py

[error] invalid-assignment - :3430 -
Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `Sequence[bytes | str | memoryview[int]] | AbstractSet[AnyKeyT@_zaggregate]`
Old column: 13 New column: 34
[error] invalid-assignment - :3430 -
Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `ValuesView[int | float] | None`
Old column: 24 New column: 34
[error] invalid-assignment - :4114 -
Object of type `dict[Unknown, Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`
Old column: 9 New column: 55

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

src/aiortc/contrib/signaling.py

[error] invalid-assignment - :44 -
Object of type `dict[Unknown | str, Unknown | str | None | int]` is not assignable to `dict[str, int | str]`
Old column: 9 New column: 19

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

alerta/database/backends/mongodb/base.py

[error] invalid-assignment - :864 -
Implicit shadowing of function `pipeline`
Old column: 9 New column: 20

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

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]`
[error] invalid-assignment - :1689:1 - 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]`

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

apprise/apprise.py

[error] invalid-assignment - :292 -
Object of type `object` is not assignable to `AppriseAsset | None`
Old column: 13 New column: 21
[error] invalid-assignment - :369 -
Object of type `Literal["always"] | None` is not assignable to `bool`
Old column: 9 New column: 24

apprise/apprise_attachment.py

[error] invalid-assignment - :166 -
Object of type `tuple[AttachBase | str]` is not assignable to `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`
Old column: 13 New column: 27

apprise/apprise_config.py

[error] invalid-assignment - :195 -
Object of type `tuple[str & ~ConfigBase]` is not assignable to `str | ConfigBase | list[str | ConfigBase]`
Old column: 13 New column: 23
[error] invalid-assignment - :333 -
Object of type `Literal["always"] | None` is not assignable to `bool`
Old column: 9 New column: 24

apprise/config/base.py

[error] invalid-assignment - :528 -
Object of type `list[str | @Todo]` is not assignable to `str`
Old column: 13 New column: 23
[error] invalid-assignment - :677 -
Object of type `list[str | @Todo]` is not assignable to `str`
Old column: 13 New column: 23

apprise/plugins/base.py

[error] invalid-assignment - :643 -
Object of type `list[str | @Todo]` is not assignable to `str | None`
Old column: 13 New column: 20

apprise/plugins/email/base.py

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

apprise/plugins/fortysixelks.py

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

tests/test_attach_http.py

[error] invalid-assignment - :147 -
Object of type `dict[Unknown | str, Unknown | int | str]` is not assignable to `dict[str, str]`
Old column: 9 New column: 45

tests/test_plugin_syslog.py

[error] invalid-assignment - :45 -
Object of type `SimpleNamespace` is not assignable to `<module 'syslog'>`
Old column: 5 New column: 14

arviz (https://github.com/arviz-devs/arviz)

arviz/plots/ecdfplot.py

[error] invalid-assignment - :11 -
Implicit shadowing of function `ecdf`
Old column: 5 New column: 18

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

bench/test_benchmarks.py

[error] invalid-assignment - :151 -
Object of type `Literal["bar"]` is not assignable to `tuple[str]`
Old column: 5 New column: 21

src/attr/_make.py

[error] invalid-assignment - :1608 -
Object of type `tuple[Attribute | Unknown, ...]` is not assignable to `list[Attribute | Unknown]`
Old column: 5 New column: 13

src/attr/exceptions.py

[error] invalid-assignment - :20 -
Object of type `list[Unknown | str]` is not assignable to `tuple[str]`
Old column: 5 New column: 34

tests/test_annotations.py

[error] invalid-assignment - :644 -
Implicit shadowing of class `C`
Old column: 9 New column: 13

tests/test_make.py

[error] invalid-assignment - :620 -
Implicit shadowing of class `C`
Old column: 9 New column: 13

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

src/black/cache.py

[error] invalid-assignment - :144 -
Object of type `dict[str | Unknown, tuple[@Todo] | Unknown]` is not assignable to `dict[str, tuple[int | float, int, str]]`
Old column: 17 New column: 59

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

src/bokeh/core/has_props.py

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

src/bokeh/core/property/instance.py

[error] invalid-assignment - :99 -
Object of type `(@Todo & type) | ((() -> @Todo) & type)` is not assignable to `type[Serializable]`
Old column: 13 New column: 29

src/bokeh/embed/standalone.py

[error] invalid-assignment - :262 -
Object of type `list[object]` is not assignable to `Model | Sequence[Model] | dict[str, Model]`
Old column: 9 New column: 18

src/bokeh/layouts.py

[error] invalid-assignment - :591 -
Object of type `UIElement` is not assignable to `row | col`
Old column: 13 New column: 22

src/bokeh/model/model.py

[error] invalid-assignment - :219 -
Object of type `Bool` is not assignable to `bool`
Old column: 5 New column: 22

src/bokeh/models/__init__.py

[error] invalid-assignment - :108 -
Object of type `tuple[Literal["Model"], @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]` is not assignable to `tuple[@Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]`
Old column: 1 New column: 11

src/bokeh/models/annotations/__init__.py

[error] invalid-assignment - :44 -
Object of type `tuple[@Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]` is not assignable to `tuple[@Todo, @Todo, @Todo]`
Old column: 1 New column: 11

src/bokeh/models/callbacks.py

[error] invalid-assignment - :212 -
Object of type `Required[Unknown]` is not assignable to `HasProps`
Old column: 5 New column: 21
[error] invalid-assignment - :216 -
Object of type `Required[Unknown]` is not assignable to `str`
Old column: 5 New column: 17

src/bokeh/models/plots.py

[error] invalid-assignment - :646 -
Object of type `Override[int]` is not assignable to `int | None`
Old column: 5 New column: 25
[error] invalid-assignment - :648 -
Object of type `Override[int]` is not assignable to `int | None`
Old column: 5 New column: 26

src/bokeh/plotting/_legends.py

[error] invalid-assignment - :111 -
Object of type `Field` is not assignable to `str`
Old column: 5 New column: 13
[error] invalid-assignment - :132 -
Object of type `Value[str]` is not assignable to `str`
Old column: 9 New column: 17
[error] invalid-assignment - :139 -
Object of type `Value[str]` is not assignable to `str`
Old column: 5 New column: 13

src/bokeh/server/views/session_handler.py

[error] invalid-assignment - :87 -
Object of type `str | None` is not assignable to `ID | None`
Old column: 9 New column: 33
[error] invalid-assignment - :92 -
Object of type `Unknown | str | None` is not assignable to `ID | None`
Old column: 13 New column: 26

src/bokeh/sphinxext/_internal/bokeh_example_metadata.py

[error] invalid-assignment - :110 -
Object of type `GeneratorType[str, None, None]` is not assignable to `str | None`
Old column: 5 New column: 12

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

tests/unittests/test_templating.py

[error] invalid-assignment - :268 -
Object of type `BaseException` is not assignable to `JinjaSyntaxParsingException`
Old column: 9 New column: 46

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

colour/utilities/array.py

[error] invalid-assignment - :1219 -
Object of type `object` is not assignable to `(...) -> Unknown`
Old column: 9 New column: 20

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

comtypes/tools/codegenerator/helpers.py

[error] invalid-assignment - :15 -
Implicit shadowing of class `lcid`
Old column: 1 New column: 8

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

homeassistant/components/aprilaire/entity.py

[error] invalid-assignment - :37 -
Object of type `Unknown | None` is not assignable to `bool`
Old column: 9 New column: 27
[error] invalid-assignment - :41 -
Object of type `Unknown | None` is not assignable to `bool`
Old column: 9 New column: 25

homeassistant/components/bluetooth/passive_update_processor.py

[error] invalid-assignment - :99 -
Object of type `object` is not assignable to `type[EntityDescription]`
Old column: 9 New column: 30

homeassistant/components/ekeybionyx/config_flow.py

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

homeassistant/components/homekit/config_flow.py

[error] invalid-assignment - :502 -
Object of type `Any` is not assignable to `EntityFilterDict`
Old column: 9 New column: 25
[error] invalid-assignment - :546 -
Object of type `Any` is not assignable to `EntityFilterDict`
Old column: 9 New column: 43
[error] invalid-assignment - :649 -
Object of type `Any` is not assignable to `EntityFilterDict`
Old column: 9 New column: 43

homeassistant/components/ista_ecotrend/sensor.py

[error] invalid-assignment - :269 -
Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StatisticData]`
Old column: 13 New column: 47

homeassistant/components/min_max/sensor.py

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

homeassistant/components/mqtt/subscription.py

[error] invalid-assignment - :169 -
Implicit shadowing of function `async_unsubscribe_topics`
Old column: 1 New column: 28

homeassistant/components/recorder/migration.py

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

homeassistant/components/spotify/browse_media.py

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

homeassistant/components/thread/diagnostics.py

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

homeassistant/components/unifiprotect/migrate.py

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

homeassistant/components/weather/__init__.py

[error] invalid-assignment - :973 -
Object of type `set[Unknown | str]` is not assignable to `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`
Old column: 13 New column: 30

homeassistant/helpers/device_registry.py

[error] invalid-assignment - :1307 -
Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `EventDeviceRegistryUpdatedData`
Old column: 13 New column: 20
[error] invalid-assignment - :1309 -
Object of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` is not assignable to `EventDeviceRegistryUpdatedData`
Old column: 13 New column: 20

homeassistant/helpers/discovery_flow.py

[error] invalid-assignment - :59 -
Object of type `dict[str, object]` is not assignable to `ConfigFlowContext`
Old column: 9 New column: 19

homeassistant/helpers/schema_config_entry_flow.py

[error] invalid-assignment - :258 -
Object of type `(((dict[str, Any], /) -> Coroutine[Any, Any, str | None]) & ~(() -> object)) | (str & ~(() -> object)) | None` is not assignable to `str | None`
Old column: 13 New column: 40

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

benchmarks/bm/iast_fixtures/str_methods.py

[error] invalid-assignment - :1018 -
Object of type `bytes` is not assignable to `str`
Old column: 9 New column: 13

ddtrace/appsec/_iast/_taint_tracking/aspects.py

[error] invalid-assignment - :764 -
Object of type `list[str] | list[bytes] | list[bytearray] | list[str | Unknown | bytes]` is not assignable to `list[str | bytes | bytearray | None]`
Old column: 9 New column: 24

ddtrace/contrib/internal/ddtrace_api/patch.py

[error] invalid-assignment - :78 -
Object of type `tuple[list[Unknown], dict[Unknown, Unknown]]` is not assignable to `tuple[list[Unknown], ...]`
Old column: 5 New column: 20

ddtrace/internal/openfeature/writer.py

[error] invalid-assignment - :99 -
Object of type `Unknown | EnvVariable[bool]` is not assignable to `bool | None`
Old column: 13 New column: 23
[error] invalid-assignment - :102 -
Object of type `Unknown | EnvVariable[float]` is not assignable to `int | float | None`
Old column: 13 New column: 24

ddtrace/internal/settings/asm.py

[error] invalid-assignment - :195 -
Object of type `EnvVariable[float]` is not assignable to `int | float`
Old column: 5 New column: 30
[error] invalid-assignment - :199 -
Object of type `EnvVariable[int]` is not assignable to `int`
Old column: 5 New column: 39

ddtrace/internal/telemetry/writer.py

[error] invalid-assignment - :181 -
Object of type `(Unknown & ~AlwaysFalsy) | (EnvVariable[bool] & ~AlwaysFalsy) | bool` is not assignable to `bool | None`
Old column: 13 New column: 25

ddtrace/internal/writer/writer.py

[error] invalid-assignment - :173 -
Object of type `Unknown | EnvVariable[float]` is not assignable to `int | float | None`
Old column: 13 New column: 23
[error] invalid-assignment - :528 -
Object of type `Unknown | EnvVariable[float]` is not assignable to `int | float | None`
Old column: 13 New column: 23

ddtrace/vendor/packaging/_structures.py

[error] invalid-assignment - :37 -
Implicit shadowing of class `Infinity`
Old column: 1 New column: 12
[error] invalid-assignment - :70 -
Implicit shadowing of class `NegativeInfinity`
Old column: 1 New column: 20

ddtrace/vendor/psutil/__init__.py

[error] invalid-assignment - :38 -
Object of type `None` is not assignable to `<module 'pwd'>`
Old column: 5 New column: 11

ddtrace/vendor/psutil/_common.py

[error] invalid-assignment - :29 -
Object of type `None` is not assignable to `Literal[AddressFamily.AF_INET6]`
Old column: 5 New column: 16
[error] invalid-assignment - :33 -
Object of type `None` is not assignable to `Literal[AddressFamily.AF_UNIX]`
Old column: 5 New column: 15

tests/appsec/iast_packages/packages/pkg_pydantic.py

[error] invalid-assignment - :22 -
Object of type `None` is not assignable to `str`
Old column: 9 New column: 28

tests/contrib/aiobotocore/test_aiobotocore_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aiohttp/test_aiohttp_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aiohttp_jinja2/test_aiohttp_jinja2_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aiokafka/test_aiokafka_patch.py

[error] invalid-assignment - :8 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aiomysql/test_aiomysql_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aiopg/test_aiopg_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/algoliasearch/test_algoliasearch_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/aredis/test_aredis_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/asyncpg/test_asyncpg_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/azure_eventhubs/test_azure_eventhubs_patch.py

[error] invalid-assignment - :8 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/azure_functions/test_azure_functions_patch.py

[error] invalid-assignment - :8 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/azure_servicebus/test_azure_servicebus_patch.py

[error] invalid-assignment - :8 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/boto/test_boto_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/botocore/test_botocore_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/consul/test_consul_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/dogpile_cache/test_dogpile_cache_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/flask/test_flask_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/futures/test_futures_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/graphql/test_graphql_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/httplib/test_httplib_patch.py

[error] invalid-assignment - :8 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/httpx/test_httpx_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/jinja2/test_jinja2_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/kombu/test_kombu_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/logbook/test_logbook_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/logging/test_logging_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/loguru/test_loguru_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/mako/test_mako_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/mariadb/test_mariadb_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/molten/test_molten_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/mysql/test_mysql_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/mysqldb/test_mysqldb_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/psycopg/test_psycopg_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/psycopg2/test_psycopg_patch.py

[error] invalid-assignment - :17 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/pylibmc/test_pylibmc_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/pymemcache/test_pymemcache_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/pymysql/test_pymysql_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/pynamodb/test_pynamodb_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/pyodbc/test_pyodbc_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/redis/test_redis_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/rediscluster/test_rediscluster_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/requests/test_requests_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/sanic/test_sanic_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/sqlite3/test_sqlite3_patch.py

[error] invalid-assignment - :20 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/structlog/test_structlog_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/subprocess/test_subprocess_patch.py

[error] invalid-assignment - :9 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/tornado/test_tornado_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/unittest/test_unittest_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/valkey/test_valkey_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/vertica/test_vertica_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/contrib/yaaredis/test_yaaredis_patch.py

[error] invalid-assignment - :13 -
Implicit shadowing of function `unpatch`
Old column: 5 New column: 15

tests/profiling_v2/collector/test_threading.py

[error] invalid-assignment - :971 -
Object of type `tests.profiling_v2.collector.test_threading.BaseThreadingLockCollectorTest.<locals of function 'test_global_locks'>.TestBar` is not assignable to `tests.profiling_v2.collector.test_threading.TestBar`
Old column: 13 New column: 41

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

discord/automod.py

[error] invalid-assignment - :398:9 - Object of type `dict[Unknown | str, Unknown | str | dict[str, Any] | ... omitted 4 union elements]` is not assignable to `_AutoModerationRuleKeyword | _AutoModerationRuleKeywordPreset | _AutoModerationRuleOther`
[warning] unused-ignore-comment - :410:12 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[error] invalid-assignment - :141 -
Object of type `object` is not assignable to `(...) -> Any`
Old column: 13 New column: 24

discord/presences.py

[error] invalid-assignment - :60 -
Object of type `(ClientStatus & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `ClientStatus`
Old column: 9 New column: 16

discord/role.py

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

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

dulwich/pack.py

[error] invalid-assignment - :2583 -
Object of type `object` is not assignable to `(bytes, /) -> int`
Old column: 9 New column: 20

dulwich/porcelain.py

[error] invalid-assignment - :1327 -
Object of type `list[Unknown | (str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | ... omitted 3 union elements]` is not assignable to `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None`
Old column: 13 New column: 21
[error] invalid-assignment - :2176 -
Object of type `bytes` is not assignable to `str | PathLike[str] | None`
Old column: 13 New column: 20
[error] invalid-assignment - :2431 -
Object of type `tuple[int, bool]` is not assignable to `int | None`
Old column: 17 New column: 32

dulwich/worktree.py

[error] invalid-assignment - :298 -
Object of type `list[Unknown | str | bytes | (Iterable[str | bytes | PathLike[str]] & PathLike[object]) | PathLike[str]]` is not assignable to `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
Old column: 13 New column: 24

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

python/egglog/builtins.py

[error] invalid-assignment - :1136 -
Object of type `RuntimeFunction` is not assignable to `FunctionType`
Old column: 5 New column: 10

python/egglog/declarations.py

[error] invalid-assignment - :181 -
Object of type `list[Declarations]` is not assignable to `tuple[@Todo, ...]`
Old column: 9 New column: 18

python/egglog/egraph.py

[error] invalid-assignment - :240 -
Object of type `(object, object, /) -> object` is not assignable to `((BASE_EXPR@method, BASE_EXPR@method, /) -> BASE_EXPR@method) | None`
Old column: 5 New column: 13
[error] invalid-assignment - :1708 -
Object of type `RuntimeExpr` is not assignable to `EXPR@_RewriteBuilder`
Old column: 9 New column: 15
[error] invalid-assignment - :1736 -
Object of type `RuntimeExpr` is not assignable to `EXPR@_BirewriteBuilder`
Old column: 9 New column: 15
[error] invalid-assignment - :1761 -
Object of type `RuntimeExpr` is not assignable to `BASE_EXPR@_EqBuilder`
Old column: 9 New column: 17
[error] invalid-assignment - :1783 -
Object of type `RuntimeExpr` is not assignable to `BASE_EXPR@_NeBuilder`
Old column: 9 New column: 15
[error] invalid-assignment - :1807 -
Object of type `RuntimeExpr` is not assignable to `BASE_EXPR@_SetBuilder`
Old column: 9 New column: 15
[error] invalid-assignment - :1829 -
Object of type `RuntimeExpr` is not assignable to `EXPR@_UnionBuilder`
Old column: 9 New column: 15

python/tests/test_array_api.py

[error] invalid-assignment - :390 -
Object of type `tuple[EGraph, NDArray, NDArray, Program]` is not assignable to `None`
Old column: 13 New column: 29
[error] invalid-assignment - :390:16 - Object of type `tuple[EGraph, NDArray, NDArray, Program]` is not assignable to `None`

python/tests/test_high_level.py

[error] invalid-assignment - :1266 -
Implicit shadowing of function `my_cost_model`
Old column: 9 New column: 25

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

freqtrade/data/btanalysis/bt_fileutils.py

[error] invalid-assignment - :578 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 5 New column: 14

freqtrade/data/converter/converter.py

[error] invalid-assignment - :150 -
Object of type `Series[Any]` is not assignable to `DataFrame`
Old column: 9 New column: 14
[error] invalid-assignment - :153 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 13 New column: 18
[error] invalid-assignment - :155 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 9 New column: 14

freqtrade/data/converter/orderflow.py

[error] invalid-assignment - :109 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 9 New column: 18

freqtrade/data/dataprovider.py

[error] invalid-assignment - :223 -
Object of type `Series[Any]` is not assignable to `Timestamp`
Old column: 9 New column: 33
[error] invalid-assignment - :225 -
Object of type `Series[Any]` is not assignable to `Timestamp`
Old column: 9 New column: 37

freqtrade/data/metrics.py

[error] invalid-assignment - :193 -
Object of type `None` is not assignable to `Timestamp`
Old column: 5 New column: 31
[error] invalid-assignment - :194 -
Object of type `None` is not assignable to `Timestamp`
Old column: 5 New column: 30
[error] invalid-assignment - :199 -
Object of type `None` is not assignable to `Timestamp`
Old column: 5 New column: 39

freqtrade/exchange/exchange_utils.py

[error] invalid-assignment - :113 -
Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[TradeModeType]`
Old column: 9 New column: 48

freqtrade/exchange/kraken.py

[error] invalid-assignment - :182 -
Object of type `Series[Any]` is not assignable to `DataFrame`
Old column: 13 New column: 18

freqtrade/freqai/data_kitchen.py

[error] invalid-assignment - :389 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 13 New column: 18
[error] invalid-assignment - :391 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 13 New column: 18

freqtrade/misc.py

[error] invalid-assignment - :235 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 5 New column: 12

freqtrade/plugins/pairlist/PercentChangePairList.py

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

freqtrade/rpc/rpc.py

[error] invalid-assignment - :1434 -
Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
Old column: 17 New column: 29

freqtrade/strategy/interface.py

[error] invalid-assignment - :1374 -
Object of type `Series[Any] | None` is not assignable to `str | None`
Old column: 13 New column: 25
[error] invalid-assignment - :1382 -
Object of type `Series[Any] | None` is not assignable to `str | None`
Old column: 13 New column: 25

freqtrade/util/rich_tables.py

[error] invalid-assignment - :63 -
Object of type `Hashable` is not assignable to `str | None`
Old column: 9 New column: 22

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

src/graphql/execution/execute.py

[error] invalid-assignment - :216 -
Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(Any, /) -> @Todo`
Old column: 5 New column: 59

tests/pyutils/test_boxed_awaitabe_or_value.py

[error] invalid-assignment - :29 -
Object of type `BoxedAwaitableOrValue[Future[Unknown]]` is not assignable to `BoxedAwaitableOrValue[int]`
Old column: 9 New column: 45
[error] invalid-assignment - :36 -
Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, int]]` is not assignable to `BoxedAwaitableOrValue[int]`
Old column: 9 New column: 45
[error] invalid-assignment - :41 -
Object of type `BoxedAwaitableOrValue[Future[Unknown]]` is not assignable to `BoxedAwaitableOrValue[list[int]]`
Old column: 9 New column: 51
[error] invalid-assignment - :56 -
Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, int]]` is not assignable to `BoxedAwaitableOrValue[int]`
Old column: 9 New column: 45

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

src/hydra_zen/funcs.py

[error] invalid-assignment - :55 -
Object of type `() -> object` is not assignable to `(...) -> T@partial_with_wrapper`
Old column: 13 New column: 20
[error] invalid-assignment - :136 -
Object of type `(Sequence[str | (((...) -> Any, /) -> (...) -> Any)] & ~str) | ((((...) -> Any, /) -> (...) -> Any) & Sequence[object] & ~str)` is not assignable to `Sequence[str | (((...) -> Any, /) -> (...) -> Any)]`
Old column: 9 New column: 59

tests/annotations/declarations.py

[error] invalid-assignment - :461 -
Object of type `partial[Unknown]` is not assignable to `Partial[int]`
Old column: 5 New column: 9
[error] invalid-assignment - :471 -
Object of type `partial[Unknown]` is not assignable to `Partial[int]`
Old column: 5 New column: 23
[error] invalid-assignment - :472 -
Object of type `partial[Unknown]` is not assignable to `Partial[bool]`
Old column: 5 New column: 24

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

ibis/backends/duckdb/__init__.py

[error] invalid-assignment - :1662 -
Object of type `str` is not assignable to `Mapping[str, Any] | None`
Old column: 12 New column: 38

ibis/backends/polars/__init__.py

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

ibis/backends/snowflake/tests/conftest.py

[error] invalid-assignment - :175 -
Object of type `tuple[str, HTTPMessage]` is not assignable to `dict[str, Any]`
Old column: 23 New column: 27

ibis/backends/sql/compilers/base.py

[error] invalid-assignment - :590 -
Object of type `int | None` is not assignable to `str | None`
Old column: 13 New column: 21

ibis/backends/sql/datatypes.py

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

ibis/backends/sql/rewrites.py

[error] invalid-assignment - :53 -
Object of type `dict[Unknown, Unknown]` is not assignable to `FrozenDict[str, Value[Unknown, Any]]`
Old column: 5 New column: 46

ibis/common/patterns.py

[error] invalid-assignment - :1197 -
Object of type `CoercedTo[Unknown]` is not assignable to `type`
Old column: 9 New column: 16

ibis/common/temporal.py

[error] invalid-assignment - :120 -
Object of type `TimestampUnit` is not assignable to `str`
Old column: 9 New column: 16
[error] invalid-assignment - :196 -
Object of type `Decimal` is not assignable to `timedelta | Real`
Old column: 9 New column: 17

ibis/common/tests/test_grounds.py

[error] invalid-assignment - :321 -
Object of type `None` is not assignable to `str`
Old column: 9 New column: 20
[error] invalid-assignment - :1081 -
Object of type `tuple[()]` is not assignable to `tuple[int] | None`
Old column: 9 New column: 41
[error] invalid-assignment - :1086 -
Object of type `tuple[()]` is not assignable to `tuple[int] | None`
Old column: 9 New column: 39
[error] invalid-assignment - :1120 -
Object of type `Literal[1]` is not assignable to `CoercedTo[int]`
Old column: 9 New column: 22

ibis/examples/gen_registry.py

[error] invalid-assignment - :340 -
Implicit shadowing of function `write_pin`
Old column: 9 New column: 21

ibis/expr/operations/maps.py

[error] invalid-assignment - :44 -
Object of type `None` is not assignable to `Value[Unknown, Any]`
Old column: 5 New column: 22

ibis/expr/types/generic.py

[error] invalid-assignment - :2305 -
Object of type `(t) -> Unknown` is not assignable to `Value | None`
Old column: 13 New column: 18

ibis/expr/types/joins.py

[error] invalid-assignment - :341 -
Object of type `JoinReference` is not assignable to `Table`
Old column: 13 New column: 21

ibis/expr/types/relations.py

[error] invalid-assignment - :1278 -
Object of type `GeneratorType[Iterable[str] | Iterable[Value] | Iterable[Deferred], None, None]` is not assignable to `tuple[Iterable[str] | Iterable[Value] | Iterable[Deferred], ...]`
Old column: 9 New column: 14
[error] invalid-assignment - :1400 -
Object of type `tuple[Value, ...] | @Todo` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
Old column: 9 New column: 19
[error] invalid-assignment - :1401 -
Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[BooleanValue] | None`
Old column: 9 New column: 18
[error] invalid-assignment - :1404 -
Object of type `Mapping[str, Value]` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
Old column: 9 New column: 19
[error] invalid-assignment - :2970 -
Object of type `Iterator[Value]` is not assignable to `BooleanValue | Deferred | None`
Old column: 14 New column: 24
[error] invalid-assignment - :3015 -
Object of type `Iterator[Value]` is not assignable to `BooleanValue | Deferred | None`
Old column: 14 New column: 24
[error] invalid-assignment - :3079 -
Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[str] | None`
Old column: 13 New column: 22
[error] invalid-assignment - :4427 -
Object of type `list[Iterable[str]]` is not assignable to `Iterable[str]`
Old column: 9 New column: 20

ibis/expr/types/temporal_windows.py

[error] invalid-assignment - :72 -
Object of type `Mapping[str, Value]` is not assignable to `Sequence[str] | Value | Sequence[Value] | None`
Old column: 9 New column: 14
[error] invalid-assignment - :73 -
Object of type `Mapping[str, Value]` is not assignable to `Sequence[Scalar] | None`
Old column: 9 New column: 19

ibis/formats/pandas.py

[error] invalid-assignment - :71 -
Object of type `Top[list[Any]]` is not assignable to `Series[Any] | Iterable[tuple[str, dtype[Any] | ExtensionDtype]]`
Old column: 13 New column: 29

ibis/selectors.py

[error] invalid-assignment - :428 -
Object of type `frozenset[str | Unknown]` is not assignable to `tuple[str | Column, ...]`
Old column: 5 New column: 13
[error] invalid-assignment - :682 -
Object of type `Slice` is not assignable to `Iterable[int | str] | int | slice[Any, Any, Any]`
Old column: 13 New column: 19

ibis/tests/benchmarks/benchfuncs.py

[error] invalid-assignment - :170 -
Object of type `StringValue` is not assignable to `StringColumn`
Old column: 9 New column: 13
[error] invalid-assignment - :409 -
Object of type `Value` is not assignable to `StringValue`
Old column: 5 New column: 9

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

tests/ignite/engine/test_event_handlers.py

[error] invalid-assignment - :553 -
Implicit shadowing of function `foo`
Old column: 5 New column: 11

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

src/itsdangerous/serializer.py

[error] invalid-assignment - :95 -
Object of type `<module 'json'>` is not assignable to `_PDataSerializer[Any]`
Old column: 5 New column: 51

src/itsdangerous/url_safe.py

[error] invalid-assignment - :21 -
Object of type `<class '_CompactJSON'>` is not assignable to `_PDataSerializer[str]`
Old column: 5 New column: 49

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

jax/_src/ad_checkpoint.py

[error] invalid-assignment - :350 -
Object of type `tuple[Unknown, ...]` is not assignable to `bool`
Old column: 5 New column: 19

jax/_src/api.py

[error] invalid-assignment - :687 -
Implicit shadowing of function `fwd`
Old column: 5 New column: 11
[error] invalid-assignment - :688 -
Implicit shadowing of function `bwd`
Old column: 5 New column: 11
[error] invalid-assignment - :1283 -
Object of type `None` is not assignable to `list[str]`
Old column: 5 New column: 28

jax/_src/array.py

[error] invalid-assignment - :759 -
Object of type `Unknown | Sharding | None | AUTO` is not assignable to `Sharding | Format`
Old column: 3 New column: 14

jax/_src/dtypes.py

[error] invalid-assignment - :640 -
Object of type `(SupportsDType & tuple[object, ...]) | tuple[str | SupportsDType | dtype[Any], ...]` is not assignable to `tuple[str | SupportsDType | dtype[Any], ...]`
Old column: 3 New column: 45

jax/_src/lax/lax.py

[error] invalid-assignment - :4166 -
Object of type `Sequence[Unknown]` is not assignable to `tuple[Unknown, ...]`
Old column: 3 New column: 10

jax/_src/numpy/index_tricks.py

[error] invalid-assignment - :152 -
Object of type `(Array & tuple[object, ...]) | (ndarray[@Todo, dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]` is not assignable to `tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]`
Old column: 5 New column: 39

jax/_src/numpy/ufunc_api.py

[error] invalid-assignment - :271 -
Object of type `tuple[int, ...]` is not assignable to `int | None`
Old column: 7 New column: 14

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

[error] invalid-assignment - :394 -
Object of type `int` is not assignable to `Array`
Old column: 3 New column: 15
[error] invalid-assignment - :486 -
Object of type `int` is not assignable to `Array`
Old column: 3 New column: 15
[error] invalid-assignment - :487 -
Object of type `tuple[Unknown, ...]` is not assignable to `Array`
Old column: 3 New column: 11

jax/_src/pallas/mosaic/lowering.py

[error] invalid-assignment - :469 -
Object of type `tuple[str, ...]` is not assignable to `Sequence[Literal["parallel", "core_parallel", "subcore_parallel", "arbitrary"] | GridDimensionSemantics] | None`
Old column: 5 New column: 27
[error] invalid-assignment - :3220 -
Object of type `tuple[Jaxpr, bool]` is not assignable to `ClosedJaxpr`
Old column: 3 New column: 27
[error] invalid-assignment - :3701 -
Object of type `LoweringContext` is not assignable to `LoweringRuleContext`
Old column: 5 New column: 11

jax/_src/pallas/mosaic/sc_lowering.py

[error] invalid-assignment - :63 -
Object of type `MemoryRef` is not assignable to `AbstractRef | TransformedRef`
Old column: 5 New column: 12

jax/_src/pallas/mosaic_gpu/helpers.py

[error] invalid-assignment - :263 -
Object of type `signedinteger[_32Bit]` is not assignable to `int`
Old column: 3 New column: 16

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-assignment - :1394 -
Object of type `Unknown | MultimemRef` is not assignable to `RefOrTmemType@_extract_aliased_ref`
Old column: 9 New column: 15
[error] invalid-assignment - :1406 -
Object of type `str | SupportsDType | dtype[Any] | None` is not assignable to `dtype[Any]`
Old column: 5 New column: 13
[error] invalid-assignment - :2338 -
Object of type `_GeneratorContextManager[Unknown, None, None]` is not assignable to `LoweringRuleContext`
Old column: 9 New column: 15
[error] invalid-assignment - :2340 -
Object of type `nullcontext[None]` is not assignable to `LoweringRuleContext`
Old column: 9 New column: 15
[error] invalid-assignment - :2934 -
Object of type `tuple[Jaxpr, bool]` is not assignable to `ClosedJaxpr`
Old column: 3 New column: 27

jax/_src/pallas/pallas_call.py

[error] invalid-assignment - :115 -
Object of type `list[ShapedArray | Unknown | (AbstractValue & ~ShapedArrayWithMemorySpace)]` is not assignable to `tuple[AbstractValue, ...]`
Old column: 3 New column: 15
[error] invalid-assignment - :1191 -
Object of type `list[list[Any]]` is not assignable to `tuple[Any, ...]`
Old column: 33 New column: 40
[error] invalid-assignment - :1765 -
Object of type `dict[Unknown | str, Unknown | CompilerParams]` is not assignable to `Mapping[Literal["mosaic_tpu", "triton", "mosaic_gpu"], CompilerParams] | CompilerParams | None`
Old column: 5 New column: 23

jax/experimental/jax2tf/tests/sharding_test.py

[error] invalid-assignment - :200 -
Implicit shadowing of function `f_jax`
Old column: 5 New column: 13
[error] invalid-assignment - :403 -
Implicit shadowing of function `f_jax`
Old column: 5 New column: 13

jax/experimental/mosaic/gpu/fragmented_array.py

[error] invalid-assignment - :442 -
Object of type `list[int]` is not assignable to `tuple[int, ...]`
Old column: 5 New column: 13

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-assignment - :805 -
Object of type `list[Unknown]` is not assignable to `tuple[Unknown, ...]`
Old column: 5 New column: 24

jax/experimental/mosaic/gpu/layout_inference.py

[error] invalid-assignment - :455 -
Object of type `EquationSystem | Unsatisfiable` is not assignable to `EquationSystem`
Old column: 3 New column: 21

jax/experimental/mosaic/gpu/tcgen05.py

[error] invalid-assignment - :586 -
Object of type `tuple[tuple[int, ...], tuple[int, ...]] | tuple[None, None]` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]] | None`
Old column: 19 New column: 33
[error] invalid-assignment - :587 -
Object of type `tuple[tuple[int, ...], tuple[int, ...]]` is not assignable to `tuple[tuple[int, ...], tuple[int, ...]]`
Old column: 19 New column: 33

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

[error] invalid-assignment - :81 -
Object of type `None` is not assignable to `bool`
Old column: 3 New column: 27

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

src/jinja2/exceptions.py

[error] invalid-assignment - :43 -
Object of type `str | Undefined | None` is not assignable to `str | None`
Old column: 13 New column: 23

src/jinja2/filters.py

[error] invalid-assignment - :169 -
Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, Any]]`
Old column: 9 New column: 48

src/jinja2/runtime.py

[error] invalid-assignment - :690 -
Object of type `(Unknown & ~(() -> object)) | bool | (((str | None, /) -> bool) & ~(() -> object))` is not assignable to `bool | None`
Old column: 17 New column: 38

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

kopf/_core/engines/admission.py

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

kopf/on.py

[error] invalid-assignment - :899 -
Object of type `frozenset[Unknown | str]` is not assignable to `Collection[Literal["CREATE", "UPDATE", "DELETE", "CONNECT"]] | None`
Old column: 9 New column: 22

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

examples/evm/asm_to_smtlib.py

[error] invalid-assignment - :115 -
Implicit shadowing of class `callbacks`
Old column: 1 New column: 13

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

misc/python/materialize/zippy/framework.py

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

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

mesonbuild/build.py

[error] invalid-assignment - :691 -
Object of type `list[Unknown | str | None]` is not assignable to `list[str | Literal[False]]`
Old column: 17 New column: 27
[error] invalid-assignment - :3365 -
Object of type `None` is not assignable to `list[str]`
Old column: 5 New column: 27
[error] invalid-assignment - :3367 -
Object of type `None` is not assignable to `str`
Old column: 5 New column: 22

mesonbuild/compilers/mixins/apple.py

[error] invalid-assignment - :27 -
Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str]`
Old column: 5 New column: 52

mesonbuild/dependencies/framework.py

[error] invalid-assignment - :41 -
Object of type `list[str] | None` is not assignable to `list[str]`
Old column: 13 New column: 21

mesonbuild/interpreter/compiler.py

[error] invalid-assignment - :737 -
Object of type `(ExtractRequired & ~AlwaysFalsy) | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
Old column: 9 New column: 18
[error] invalid-assignment - :844 -
Object of type `(ExtractRequired & ~AlwaysFalsy) | dict[Unknown | str, Unknown | bool]` is not assignable to `ExtractRequired | None`
Old column: 9 New column: 18

mesonbuild/interpreter/dependencyfallbacks.py

[error] invalid-assignment - :178 -
Object of type `Unknown | str | None` is not assignable to `str`
Old column: 17 New column: 27

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - :3460 -
Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | @Todo | ... omitted 3 union elements]]`
Old column: 23 New column: 30
[error] invalid-assignment - :3469 -
Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | @Todo | ... omitted 3 union elements]]`
Old column: 23 New column: 30
[error] invalid-assignment - :3495 -
Object of type `dict[str | Unknown, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
Old column: 9 New column: 18

mesonbuild/mesonmain.py

[error] invalid-assignment - :180 -
Object of type `list[str] | None` is not assignable to `list[str]`
Old column: 9 New column: 16

mesonbuild/mintro.py

[error] invalid-assignment - :452 -
Object of type `dict[Unknown | str, Unknown | str | None | list[str] | list[Unknown | str]]` is not assignable to `dict[str, str | list[str] | list[dict[str, str]]]`
Old column: 5 New column: 80
[error] invalid-assignment - :461 -
Object of type `dict[Unknown | str, Unknown | str | None]` is not assignable to `dict[str, str]`
Old column: 9 New column: 31

mesonbuild/mlog.py

[error] invalid-assignment - :399 -
Object of type `Any | None` is not assignable to `bool`
Old column: 9 New column: 35

mesonbuild/modules/codegen.py

[error] invalid-assignment - :398 -
Object of type `dict[Unknown | str, Unknown | list[str]]` is not assignable to `Mapping[Literal["yacc", "byacc", "bison", "win_bison"], list[str]]`
Old column: 9 New column: 55

mesonbuild/modules/pkgconfig.py

[error] invalid-assignment - :578 -
Object of type `@Todo | None` is not assignable to `str | bool`
Old column: 29 New column: 43

mesonbuild/mparser.py

[error] invalid-assignment - :671 -
Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `Mapping[str, Literal["==", "!=", "<", "<=", ">=", ... omitted 3 literals]]`
Old column: 1 New column: 47

mesonbuild/mtest.py

[error] invalid-assignment - :2214 -
Object of type `bytes` is not assignable to `str`
Old column: 9 New column: 16

mesonbuild/rewriter.py

[error] invalid-assignment - :718 -
Object of type `None` is not assignable to `FunctionNode | ArrayNode`
Old column: 9 New column: 52
[error] invalid-assignment - :926 -
Object of type `AssignmentNode | None` is not assignable to `BaseNode`
Old column: 13 New column: 35

mesonbuild/scripts/coverage.py

[error] invalid-assignment - :17 -
Object of type `None` is not assignable to `str`
Old column: 9 New column: 21
[error] invalid-assignment - :19 -
Object of type `tuple[None, None] | tuple[str, str]` is not assignable to `str`
Old column: 9 New column: 36
[error] invalid-assignment - :21 -
Object of type `None` is not assignable to `str`
Old column: 9 New column: 24

mesonbuild/tooldetect.py

[error] invalid-assignment - :83 -
Object of type `tuple[None, None] | tuple[str, str]` is not assignable to `str`
Old column: 5 New column: 30
[error] invalid-assignment - :85 -
Object of type `None` is not assignable to `str`
Old column: 9 New column: 23

mesonbuild/utils/universal.py

[error] invalid-assignment - :236 -
Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
Old column: 9 New column: 26
[error] invalid-assignment - :239 -
Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
Old column: 9 New column: 26
[error] invalid-assignment - :242 -
Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
Old column: 9 New column: 26
[error] invalid-assignment - :1674 -
Object of type `Overload[(key: _T@extract_as_list, default: None = None, /) -> _U@extract_as_list | None, (key: _T@extract_as_list, default: _U@extract_as_list, /) -> _U@extract_as_list, (key: _T@extract_as_list, default: _T@get, /) -> _U@extract_as_list | _T@get]` is not assignable to `(_T@extract_as_list, /) -> _U@extract_as_list`
Old column: 5 New column: 35

mesonbuild/wrap/wrap.py

[error] invalid-assignment - :686 -
Object of type `list[Unknown | str | None]` is not assignable to `list[str]`
Old column: 13 New column: 28

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

docs/scripts/clirecording/clidirector.py

[error] invalid-assignment - :135 -
Object of type `int | float` is not assignable to `int | None`
Old column: 13 New column: 24

mitmproxy/tools/console/flowview.py

[error] invalid-assignment - :350 -
Object of type `Unknown | None` is not assignable to `Message`
Old column: 9 New column: 33

test/mitmproxy/addons/test_next_layer.py

[error] invalid-assignment - :444 -
Object of type `None` is not assignable to `Literal["SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3", ... omitted 4 literals]`
Old column: 5 New column: 31

test/mitmproxy/proxy/tutils.py

[error] invalid-assignment - :74 -
Object of type `str` is not assignable to `Command | Event`
Old column: 5 New column: 9
[error] invalid-assignment - :76 -
Object of type `str` is not assignable to `Command | Event`
Old column: 5 New column: 9
[error] invalid-assignment - :77 -
Object of type `str` is not assignable to `Command | Event`
Old column: 5 New column: 9
[error] invalid-assignment - :229 -
Object of type `list[Command | Event]` is not assignable to `list[Command]`
Old column: 17 New column: 24

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

mkdocs/config/config_options.py

[error] invalid-assignment - :692 -
Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(str, /) -> bool`
Old column: 5 New column: 45

mkdocs/utils/yaml.py

[error] invalid-assignment - :27 -
Object of type `(ScalarNode & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | Literal[""]` is not assignable to `str`
Old column: 5 New column: 18

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

mkosi/qemu.py

[error] invalid-assignment - :343 -
Object of type `list[Unknown | Path | None | str]` is not assignable to `list[Path | str]`
Old column: 5 New column: 33

mkosi/sysupdate.py

[error] invalid-assignment - :70 -
Object of type `list[Unknown | Path | None | str]` is not assignable to `list[Path | str]`
Old column: 9 New column: 33

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

pymongo/asynchronous/auth.py

[error] invalid-assignment - :365 -
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[Unknown]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`
Old column: 1 New column: 69

pymongo/asynchronous/database.py

[error] invalid-assignment - :933 -
Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
Old column: 13 New column: 31

pymongo/synchronous/auth.py

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

pymongo/synchronous/database.py

[error] invalid-assignment - :933 -
Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
Old column: 13 New column: 31

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

mypy/fscache.py

[error] invalid-assignment - :127 -
Object of type `bytes` is not assignable to `str`
Old column: 13 New column: 20

mypy/types.py

[error] invalid-assignment - :1178 -
Object of type `object` is not assignable to `T@accept`
Old column: 9 New column: 18
[error] invalid-assignment - :1204 -
Object of type `object` is not assignable to `T@accept`
Old column: 9 New column: 18
[error] invalid-assignment - :3191 -
Object of type `object` is not assignable to `T@accept`
Old column: 9 New column: 18
[error] invalid-assignment - :3493 -
Object of type `object` is not assignable to `T@accept`
Old column: 9 New column: 18
[error] invalid-assignment - :3635 -
Object of type `object` is not assignable to `T@accept`
Old column: 9 New column: 18

mypyc/irbuild/util.py

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

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

mypy_primer/utils.py

[error] invalid-assignment - :32 -
Object of type `str` is not assignable to `Path`
Old column: 9 New column: 16

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

nion/utils/Stream.py

[error] invalid-assignment - :344 -
Object of type `(Observable & AbstractStream[object]) | AbstractStream[Observable]` is not assignable to `AbstractStream[Observable]`
Old column: 13 New column: 29

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

openlibrary/plugins/worksearch/code.py

[error] invalid-assignment - :418 -
Object of type `None` is not assignable to `dict[Unknown, Unknown]`
Old column: 5 New column: 22
[error] invalid-assignment - :420 -
Object of type `None` is not assignable to `str`
Old column: 5 New column: 18
[error] invalid-assignment - :421 -
Object of type `None` is not assignable to `int | float`
Old column: 5 New column: 19

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

optuna/study/_tell.py

[error] invalid-assignment - :122 -
Object of type `(int & Sequence[object]) | (float & Sequence[object]) | Sequence[int | float]` is not assignable to `Sequence[int | float] | None`
Old column: 9 New column: 18

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

paasta_tools/cli/cmds/local_run.py

[error] invalid-assignment - :822 -
Object of type `dict[Unknown | str, Unknown]` is not assignable to `AWSSessionCreds`
Old column: 9 New column: 47
[error] invalid-assignment - :876 -
Object of type `dict[Unknown | str, Unknown]` is not assignable to `AWSSessionCreds`
Old column: 5 New column: 35

paasta_tools/cli/cmds/spark_run.py

[error] invalid-assignment - :1210 -
Object of type `dict[str, str] | None` is not assignable to `dict[str, str]`
Old column: 9 New column: 36

paasta_tools/cli/utils.py

[error] invalid-assignment - :1124 -
Object of type `str | None` is not assignable to `str`
Old column: 9 New column: 17

paasta_tools/contrib/rightsizer_soaconfigs_update.py

[error] invalid-assignment - :282 -
Object of type `dict[Unknown, Unknown]` is not assignable to `KubernetesRecommendation | CassandraRecommendation`
Old column: 9 New column: 73

paasta_tools/frameworks/native_service_config.py

[error] invalid-assignment - :176 -
Object of type `dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str] | ... omitted 3 union elements]` is not assignable to `TaskInfo`
Old column: 9 New column: 26

paasta_tools/instance/hpa_metrics_parser.py

[error] invalid-assignment - :24 -
Object of type `dict[Unknown, Unknown]` is not assignable to `HPAMetricsDict`
Old column: 9 New column: 34
[error] invalid-assignment - :41 -
Object of type `dict[Unknown, Unknown]` is not assignable to `HPAMetricsDict`
Old column: 9 New column: 34

paasta_tools/metrics/metastatus_lib.py

[error] invalid-assignment - :606 -
Object of type `Sequence[typing.TypeVar]` is not assignable to `Sequence[_GenericNodeT@group_slaves_by_key_func]`
Old column: 9 New column: 25

paasta_tools/utils.py

[error] invalid-assignment - :595 -
Object of type `list[Unknown | dict[Unknown | str, Unknown | str]]` is not assignable to `list[DockerParameter]`
Old column: 9 New column: 45
[error] invalid-assignment - :2125 -
Object of type `dict[Unknown, Unknown]` is not assignable to `SystemPaastaConfigDict`
Old column: 5 New column: 38
[error] invalid-assignment - :3606 -
Object of type `dict[Unknown | str, Unknown | str | None]` is not assignable to `BranchDictV2`
Old column: 9 New column: 37

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

pandas/core/arrays/datetimes.py

[error] invalid-assignment - :2891 -
Object of type `Timestamp` is not assignable to `_TimestampNoneT1@_maybe_normalize_endpoints`
Old column: 13 New column: 21
[error] invalid-assignment - :2894 -
Object of type `Timestamp` is not assignable to `_TimestampNoneT2@_maybe_normalize_endpoints`
Old column: 13 New column: 19

pandas/core/tools/datetimes.py

[error] invalid-assignment - :1062 -
Object of type `bool` is not assignable to `Timestamp | NaTType | Series | Index`
Old column: 13 New column: 22

pandas/io/formats/style.py

[error] invalid-assignment - :4232 -
Object of type `tuple[floating[Any], Literal["zero"]]` is not assignable to `int | float`
Old column: 9 New column: 20

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

tests/series/test_series.py

[error] invalid-assignment - :140 -
Object of type `Series[Timestamp]` is not assignable to `DatetimeIndex`
Old column: 5 New column: 28

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

pandera/backends/pandas/components.py

[error] invalid-assignment - :1054 -
Object of type `Hashable` is not assignable to `str | None`
Old column: 17 New column: 36

tests/modin/test_logical_dtypes.py

[error] invalid-assignment - :126 -
Object of type `Series[Any]` is not assignable to `list[bool]`
Old column: 5 New column: 21

tests/pandas/test_dtypes.py

[error] invalid-assignment - :170 -
Object of type `list[Unknown | tuple[dict[Unknown | <class 'int'> | <class 'Int'> | ... omitted 8 union elements, Unknown | str], list[Unknown | int]] | tuple[dict[Unknown | <class 'INT8'> | <class 'INT16'> | <class 'INT32'> | <class 'INT64'>, Unknown | str], list[Unknown | int | None]] | ... omitted 14 union elements]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`
Old column: 1 New column: 43

tests/pandas/test_logical_dtypes.py

[error] invalid-assignment - :121 -
Object of type `Series[Any]` is not assignable to `list[bool]`
Old column: 5 New column: 21

tests/pandas/test_model.py

[error] invalid-assignment - :2172 -
Object of type `pandas.core.frame.DataFrame` is not assignable to `pandera.typing.pandas.DataFrame[PanderaDataFrameModel]`
Old column: 9 New column: 58

tests/pandas/test_schemas.py

[error] invalid-assignment - :1789 -
Object of type `(type & ~<class 'int'>) | str` is not assignable to `type`
Old column: 5 New column: 18
[error] invalid-assignment - :1792 -
Object of type `(type & ~<class 'int'>) | str` is not assignable to `type`
Old column: 5 New column: 16

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

src/pip/_internal/network/session.py

[error] invalid-assignment - :357:9 - Object of type `Retry` is not assignable to `int`
[warning] unused-ignore-comment - :372:12 - Unused blanket `type: ignore` directive

src/pip/_internal/operations/install/wheel.py

[error] invalid-assignment - :227 -
Object of type `bytes` is not assignable to `str`
Old column: 9 New column: 16

src/pip/_vendor/distlib/compat.py

[error] invalid-assignment - :17 -
Object of type `None` is not assignable to `<module 'ssl'>`
Old column: 5 New column: 11

src/pip/_vendor/distlib/util.py

[error] invalid-assignment - :20 -
Object of type `None` is not assignable to `<module 'ssl'>`
Old column: 5 New column: 11

src/pip/_vendor/distro/distro.py

[error] invalid-assignment - :56 -
Object of type `<class 'dict'>` is not assignable to `typing.TypedDict`
Old column: 5 New column: 17

src/pip/_vendor/pkg_resources/__init__.py

[error] invalid-assignment - :2840 -
Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str | None, Iterable[str]]]`
Old column: 13 New column: 21

src/pip/_vendor/requests/help.py

[error] invalid-assignment - :19 -
Object of type `None` is not assignable to `<module 'pip._vendor.urllib3.contrib.pyopenssl'>`
Old column: 5 New column: 17

src/pip/_vendor/urllib3/connection.py

[error] invalid-assignment - :22 -
Object of type `None` is not assignable to `<module 'ssl'>`
Old column: 5 New column: 11

src/pip/_vendor/urllib3/contrib/socks.py

[error] invalid-assignment - :72 -
Object of type `None` is not assignable to `<module 'ssl'>`
Old column: 5 New column: 11

src/pip/_vendor/urllib3/util/ssl_.py

[error] invalid-assignment - :75 -
Object of type `Literal[2]` is not assignable to `Literal[_SSLMethod.PROTOCOL_SSLv23]`
Old column: 27 New column: 42
[error] invalid-assignment - :80 -
Object of type `Literal[_SSLMethod.PROTOCOL_SSLv23]` is not assignable to `Literal[_SSLMethod.PROTOCOL_TLS_CLIENT]`
Old column: 5 New column: 27
[error] invalid-assignment - :86 -
Object of type `tuple[Literal[16777216], Literal[33554432]]` is not assignable to `Literal[Options.OP_NO_SSLv2]`
Old column: 5 New column: 32
[error] invalid-assignment - :86 -
Object of type `tuple[Literal[16777216], Literal[33554432]]` is not assignable to `Literal[Options.OP_NO_SSLv3]`
Old column: 18 New column: 32
[error] invalid-assignment - :87 -
Object of type `Literal[131072]` is not assignable to `Literal[Options.OP_NO_COMPRESSION]`
Old column: 5 New column: 25
[error] invalid-assignment - :93 -
Object of type `Literal[16384]` is not assignable to `Literal[Options.OP_NO_TICKET]`
Old column: 5 New column: 20

src/pip/_vendor/urllib3/util/ssl_match_hostname.py

[error] invalid-assignment - :16 -
Object of type `None` is not assignable to `<module 'ipaddress'>`
Old column: 5 New column: 17

src/pip/_vendor/urllib3/util/wait.py

[error] invalid-assignment - :133 -
Implicit shadowing of function `wait_for_socket`
Old column: 9 New column: 27
[error] invalid-assignment - :135 -
Implicit shadowing of function `wait_for_socket`
Old column: 9 New column: 27
[error] invalid-assignment - :137 -
Implicit shadowing of function `wait_for_socket`
Old column: 9 New column: 27

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

src/poetry/utils/env/mock_env.py

[error] invalid-assignment - :34 -
Object of type `tuple[@Todo, Literal["final"], Literal[0]]` is not assignable to `tuple[int, int, int] | tuple[int, int, int, str, int]`
Old column: 13 New column: 28

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

src/integrations/prefect-databricks/prefect_databricks/models/jobs.py

[error] invalid-assignment - :3849 -
Object of type `Literal["{}"]` is not assignable to `dict[str, Any] | None`
Old column: 5 New column: 38

src/integrations/prefect-docker/prefect_docker/images.py

[error] invalid-assignment - :64 -
Object of type `dict[Unknown | str, Unknown | str | None | bool | dict[str, Any]]` is not assignable to `dict[str, dict[str, Any]]`
Old column: 5 New column: 19

src/integrations/prefect-gcp/prefect_gcp/bigquery.py

[error] invalid-assignment - :571 -
Object of type `None` is not assignable to `dict[str, Unknown]`
Old column: 5 New column: 44

src/integrations/prefect-gcp/prefect_gcp/cloud_storage.py

[error] invalid-assignment - :553 -
Object of type `PurePosixPath` is not assignable to `str`
Old column: 9 New column: 25
[error] invalid-assignment - :637 -
Object of type `None` is not assignable to `str`
Old column: 13 New column: 20
[error] invalid-assignment - :837 -
Object of type `None` is not assignable to `str`
Old column: 13 New column: 27

src/integrations/prefect-gcp/prefect_gcp/credentials.py

[error] invalid-assignment - :95 -
Object of type `dict[Unknown, Unknown]` is not assignable to `tuple[Unknown, ...]`
Old column: 9 New column: 26

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run_v2.py

[error] invalid-assignment - :146 -
Object of type `None` is not assignable to `str`
Old column: 5 New column: 22

src/integrations/prefect-kubernetes/prefect_kubernetes/worker.py

[error] invalid-assignment - :641 -
Object of type `Literal[KubernetesImagePullPolicy.IF_NOT_PRESENT]` is not assignable to `Literal["IfNotPresent", "Always", "Never"]`
Old column: 5 New column: 69

src/integrations/prefect-slack/prefect_slack/credentials.py

[error] invalid-assignment - :113 -
Implicit shadowing of class `NotificationError`
Old column: 17 New column: 37

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[error] invalid-assignment - :301 -
Object of type `str | bytes` is not assignable to `SecretStr | SecretBytes`
Old column: 13 New column: 22

src/integrations/prefect-snowflake/prefect_snowflake/database.py

[error] invalid-assignment - :110 -
Object of type `None` is not assignable to `dict[str, Unknown]`
Old column: 5 New column: 51

src/integrations/prefect-snowflake/prefect_snowflake/experimental/workers/spcs.py

[error] invalid-assignment - :679 -
Object of type `str` is not assignable to `UUID`
Old column: 9 New column: 23

src/prefect/_vendor/croniter/croniter.py

[error] invalid-assignment - :73 -
Implicit shadowing of class `OrderedDict`
Old column: 5 New column: 19

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :80:9 - Object of type `dict[str, Any]` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :78:9 - Object of type `dict[str, Any]` is not assignable to `dict[str, Any]`

src/prefect/deployments/__init__.py

[error] invalid-assignment - :10 -
Object of type `dict[Unknown | str, Unknown | tuple[str | None, str]]` is not assignable to `dict[str, tuple[str, str]]`
Old column: 1 New column: 43

src/prefect/deployments/base.py

[error] invalid-assignment - :39 -
Object of type `Path` is not assignable to `str`
Old column: 5 New column: 12

src/prefect/filesystems.py

[error] invalid-assignment - :139 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 25
[error] invalid-assignment - :141 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 25
[error] invalid-assignment - :144 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :146 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :174 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 25
[error] invalid-assignment - :176 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 25
[error] invalid-assignment - :179 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :181 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :238 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :273 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :442 -
Object of type `Path` is not assignable to `str | None`
Old column: 13 New column: 26
[error] invalid-assignment - :586 -
Object of type `None` is not assignable to `RemoteFileSystem`
Old column: 5 New column: 45

src/prefect/server/api/artifacts.py

[error] invalid-assignment - :34 -
Object of type `Artifact` is not assignable to `ArtifactCreate`
Old column: 5 New column: 16

src/prefect/server/api/deployments.py

[error] invalid-assignment - :154 -
Object of type `Deployment` is not assignable to `DeploymentCreate`
Old column: 9 New column: 22
[error] invalid-assignment - :638 -
Object of type `timedelta` is not assignable to `int | float`
Old column: 9 New column: 20
[error] invalid-assignment - :803 -
Object of type `FlowRun` is not assignable to `DeploymentFlowRunCreate`
Old column: 9 New column: 20

src/prefect/server/api/flow_runs.py

[error] invalid-assignment - :296 -
Object of type `timedelta` is not assignable to `int | float`
Old column: 9 New column: 28

src/prefect/server/api/flows.py

[error] invalid-assignment - :34 -
Object of type `Flow` is not assignable to `FlowCreate`
Old column: 5 New column: 12

src/prefect/server/api/saved_searches.py

[error] invalid-assignment - :33 -
Object of type `SavedSearch` is not assignable to `SavedSearchCreate`
Old column: 5 New column: 20

src/prefect/server/api/task_runs.py

[error] invalid-assignment - :73 -
Object of type `TaskRun` is not assignable to `TaskRunCreate`
Old column: 5 New column: 16
[error] invalid-assignment - :157 -
Object of type `timedelta` is not assignable to `int | float`
Old column: 9 New column: 28

src/prefect/utilities/collections.py

[error] invalid-assignment - :596 -
Implicit shadowing of function `_key`
Old column: 9 New column: 16

src/prefect/utilities/templating.py

[error] invalid-assignment - :199 -
Object of type `str` is not assignable to `T@apply_values`
Old column: 25 New column: 36
[error] invalid-assignment - :201 -
Object of type `str` is not assignable to `T@apply_values`
Old column: 21 New column: 32
[error] invalid-assignment - :432 -
Object of type `str` is not assignable to `T@resolve_variables`
Old column: 25 New column: 36
[error] invalid-assignment - :434 -
Object of type `str` is not assignable to `T@resolve_variables`
Old column: 25 New column: 36

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

pwndbg/aglib/__init__.py

[error] invalid-assignment - :20 -
Object of type `PwndbgArchitecture | None` is not assignable to `PwndbgArchitecture`
Old column: 1 New column: 28
[error] invalid-assignment - :50 -
Object of type `<module 'pwndbg.aglib.regs'>` is not assignable to `module`
Old column: 5 New column: 30

pwndbg/aglib/argv.py

[error] invalid-assignment - :11 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 22
[error] invalid-assignment - :14 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 18
[error] invalid-assignment - :17 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 18
[error] invalid-assignment - :20 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 22
[error] invalid-assignment - :23 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 19

pwndbg/aglib/disasm/arch.py

[error] invalid-assignment - :198 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19
[error] invalid-assignment - :202 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19
[error] invalid-assignment - :210 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19
[error] invalid-assignment - :220 -
Object of type `None` is not assignable to `Emulator`
Old column: 17 New column: 34
[error] invalid-assignment - :230 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 30
[error] invalid-assignment - :239 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19
[error] invalid-assignment - :263 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19
[error] invalid-assignment - :373 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 24
[error] invalid-assignment - :374 -
Object of type `None` is not assignable to `Emulator`
Old column: 13 New column: 19

pwndbg/aglib/disasm/disassembly.py

[error] invalid-assignment - :388 -
Object of type `None` is not assignable to `Emulator`
Old column: 5 New column: 41
[error] invalid-assignment - :467 -
Object of type `None` is not assignable to `Emulator`
Old column: 17 New column: 23

pwndbg/aglib/heap/mallocng.py

[error] invalid-assignment - :492 -
Object of type `None` is not assignable to `SlotState`
Old column: 13 New column: 36
[error] invalid-assignment - :498 -
Object of type `None` is not assignable to `SlotState`
Old column: 17 New column: 29

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-assignment - :71 -
Object of type `None` is not assignable to `int`
Old column: 1 New column: 22

pwndbg/aglib/kernel/rbtree.py

[error] invalid-assignment - :11 -
Object of type `None` is not assignable to `Type`
Old column: 1 New column: 37
[error] invalid-assignment - :12 -
Object of type `None` is not assignable to `Type`
Old column: 1 New column: 37
[error] invalid-assignment - :18 -
Object of type `Type | None` is not assignable to `Type`
Old column: 5 New column: 20
[error] invalid-assignment - :19 -
Object of type `Type | None` is not assignable to `Type`
Old column: 5 New column: 20

pwndbg/aglib/macho.py

[error] invalid-assignment - :187 -
Object of type `bytearray` is not assignable to `bytes`
Old column: 5 New column: 12

pwndbg/aglib/nearpc.py

[error] invalid-assignment - :115 -
Object of type `Value` is not assignable to `int`
Old column: 9 New column: 14
[error] invalid-assignment - :118 -
Object of type `int | None` is not assignable to `int`
Old column: 9 New column: 14

pwndbg/commands/binder.py

[error] invalid-assignment - :118 -
Object of type `int` is not assignable to `Value | str`
Old column: 17 New column: 25
[error] invalid-assignment - :120 -
Object of type `bool` is not assignable to `Value | str`
Old column: 17 New column: 25

pwndbg/commands/hijack_fd.py

[error] invalid-assignment - :64 -
Object of type `bytes` is not assignable to `str`
Old column: 5 New column: 16
[error] invalid-assignment - :192 -
Object of type `str` is not assignable to `Literal["tcp", "udp"]`
Old column: 17 New column: 37
[error] invalid-assignment - :194 -
Object of type `str` is not assignable to `Literal["ipv4", "ipv6"] | None`
Old column: 17 New column: 40
[error] invalid-assignment - :223 -
Object of type `str | int` is not assignable to `str`
Old column: 13 New column: 36

pwndbg/commands/ida.py

[error] invalid-assignment - :197 -
Object of type `str` is not assignable to `Value`
Old column: 5 New column: 12

pwndbg/commands/kchecksec.py

[error] invalid-assignment - :15 -
Object of type `None` is not assignable to `str`
Old column: 5 New column: 27

pwndbg/commands/mallocng.py

[error] invalid-assignment - :1153 -
Object of type `MallocContext | None` is not assignable to `MallocContext`
Old column: 5 New column: 35
[error] invalid-assignment - :1176 -
Object of type `MetaArea` is not assignable to `int | None`
Old column: 13 New column: 25

pwndbg/commands/plist.py

[error] invalid-assignment - :211 -
Object of type `Parameter` is not assignable to `int | None`
Old column: 9 New column: 17

pwndbg/commands/procinfo.py

[error] invalid-assignment - :179 -
Object of type `str | int | list[Unknown]` is not assignable to `int`
Old column: 17 New column: 29

pwndbg/commands/ptmalloc2.py

[error] invalid-assignment - :1006 -
Object of type `Parameter` is not assignable to `int | None`
Old column: 9 New column: 17

pwndbg/commands/rop.py

[error] invalid-assignment - :230 -
Object of type `int` is not assignable to `str`
Old column: 5 New column: 16

pwndbg/commands/sigreturn.py

[error] invalid-assignment - :35 -
Object of type `dict[Unknown | str, Unknown | set[Unknown | str | None] | set[Unknown | str]]` is not assignable to `dict[str, set[str]]`
Old column: 1 New column: 48

pwndbg/dbg/__init__.py

[error] invalid-assignment - :26 -
Object of type `None` is not assignable to `Debugger`
Old column: 1 New column: 17

pwndbg/dbg/gdb/__init__.py

[error] invalid-assignment - :543 -
Object of type `int | None` is not assignable to `int`
Old column: 17 New column: 25
[error] invalid-assignment - :555 -
Object of type `None` is not assignable to `int`
Old column: 17 New column: 25
[error] invalid-assignment - :727 -
Object of type `None` is not assignable to `Literal["little", "big"]`
Old column: 9 New column: 44
[error] invalid-assignment - :1314 -
Object of type `Unknown | Field` is not assignable to `str | int`
Old column: 13 New column: 19
[error] invalid-assignment - :1743 -
Object of type `str` is not assignable to `Literal["att", "intel"]`
Old column: 9 New column: 44

pwndbg/dbg/lldb/__init__.py

[error] invalid-assignment - :42 -
Object of type `None` is not assignable to `tuple[int, int]`
Old column: 1 New column: 33
[error] invalid-assignment - :506 -
Object of type `None` is not assignable to `LLDBType`
Old column: 9 New column: 24
[error] invalid-assignment - :1286 -
Object of type `LLDBValue` is not assignable to `int`
Old column: 9 New column: 17
[error] invalid-assignment - :1523 -
Object of type `LLDBType | None` is not assignable to `Type`
Old column: 21 New column: 33
[error] invalid-assignment - :2049 -
Object of type `Process | None` is not assignable to `LLDBProcess`
Old column: 9 New column: 33
[error] invalid-assignment - :2085 -
Object of type `Thread | None` is not assignable to `LLDBThread`
Old column: 9 New column: 30
[error] invalid-assignment - :2189 -
Object of type `Process | None` is not assignable to `LLDBProcess`
Old column: 9 New column: 33
[error] invalid-assignment - :2219 -
Object of type `str & ~Literal["default"]` is not assignable to `Literal["att", "intel"]`
Old column: 9 New column: 44

pwndbg/dbg/lldb/hooks.py

[error] invalid-assignment - :88 -
Object of type `Debugger` is not assignable to `LLDB`
Old column: 5 New column: 17

pwndbg/dbg/lldb/repl/__init__.py

[error] invalid-assignment - :390 -
Object of type `CancelledError` is not assignable to `Exception | None`
Old column: 21 New column: 32
[error] invalid-assignment - :394 -
Object of type `CancelledError` is not assignable to `Exception | None`
Old column: 21 New column: 32
[error] invalid-assignment - :420 -
Object of type `BaseException` is not assignable to `Exception | None`
Old column: 21 New column: 32
[error] invalid-assignment - :424 -
Object of type `CancelledError` is not assignable to `Exception | None`
Old column: 21 New column: 32
[error] invalid-assignment - :427 -
Object of type `UserCancelledError` is not assignable to `Exception | None`
Old column: 13 New column: 24
[error] invalid-assignment - :811 -
Object of type `Namespace` is not assignable to `list[str]`
Old column: 9 New column: 16
[error] invalid-assignment - :947 -
Object of type `Any | None` is not assignable to `list[str]`
Old column: 5 New column: 12
[error] invalid-assignment - :1182 -
Object of type `Any | None` is not assignable to `list[str]`
Old column: 5 New column: 12
[error] invalid-assignment - :1239 -
Object of type `Any | None` is not assignable to `list[str]`
Old column: 5 New column: 12
[error] invalid-assignment - :1291 -
Object of type `Any | None` is not assignable to `list[str]`
Old column: 5 New column: 12
[error] invalid-assignment - :1328 -
Object of type `Any | None` is not assignable to `list[str]`
Old column: 5 New column: 12

pwndbg/gdblib/tui/context.py

[error] invalid-assignment - :206 -
Implicit shadowing of function `_ansi_substr`
Old column: 9 New column: 24

pwndbg/hexdump.py

[error] invalid-assignment - :97 -
Object of type `list[int]` is not assignable to `bytes`
Old column: 9 New column: 16

pwndbg/integration/ida.py

[error] invalid-assignment - :703 -
Object of type `Unknown | None` is not assignable to `str`
Old column: 9 New column: 25

pwndbg/lib/elftypes.py

[error] invalid-assignment - :358 -
Object of type `str` is not assignable to `int`
Old column: 17 New column: 25
[error] invalid-assignment - :365 -
Object of type `Literal["couldnt read AUXV!"]` is not assignable to `int`
Old column: 17 New column: 25

pwndbg/lib/zig.py

[error] invalid-assignment - :170 -
Object of type `str` is not assignable to `list[Path] | None`
Old column: 5 New column: 16

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

pydantic/__init__.py

[error] invalid-assignment - :249 -
Object of type `dict[Unknown | str, Unknown | tuple[str | None, str]]` is not assignable to `dict[str, tuple[str, str]]`
Old column: 1 New column: 50

pydantic/_internal/_generate_schema.py

[error] invalid-assignment - :2482:5 - Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[@Todo, Literal["no-info", "with-info"]], ((...) -> Any, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, /) -> InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`
[error] invalid-assignment - :2479:1 - Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[@Todo, Literal["no-info", "with-info"]], ((...) -> Any, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, /) -> InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`
[error] invalid-assignment - :131 -
Object of type `list[Unknown | typing.Tuple | <class 'tuple'>]` is not assignable to `list[type]`
Old column: 1 New column: 27
[error] invalid-assignment - :132 -
Object of type `list[Unknown | typing.List | <class 'list'> | <class 'MutableSequence'>]` is not assignable to `list[type]`
Old column: 1 New column: 26
[error] invalid-assignment - :133 -
Object of type `list[Unknown | typing.Set | <class 'set'> | <class 'MutableSet'>]` is not assignable to `list[type]`
Old column: 1 New column: 25
[error] invalid-assignment - :134 -
Object of type `list[Unknown | typing.FrozenSet | <class 'frozenset'> | <class 'AbstractSet'>]` is not assignable to `list[type]`
Old column: 1 New column: 32
[error] invalid-assignment - :135 -
Object of type `list[Unknown | typing.Dict | <class 'dict'>]` is not assignable to `list[type]`
Old column: 1 New column: 26
[error] invalid-assignment - :139 -
Object of type `list[Unknown | typing.Type | <class 'type'>]` is not assignable to `list[type]`
Old column: 1 New column: 26
[error] invalid-assignment - :160 -
Object of type `list[Unknown | <class 'deque'> | typing.Deque]` is not assignable to `list[type]`
Old column: 1 New column: 27

pydantic/json_schema.py

[error] invalid-assignment - :1808 -
Object of type `Any | None` is not assignable to `ConfigDict`
Old column: 9 New column: 30

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

pylint/checkers/classes/class_checker.py

[error] invalid-assignment - :493 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

pylint/checkers/deprecated.py

[error] invalid-assignment - :37 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 71
[error] invalid-assignment - :46 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 68
[error] invalid-assignment - :55 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 68
[error] invalid-assignment - :64 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 70
[error] invalid-assignment - :73 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 67
[error] invalid-assignment - :82 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 71

pylint/checkers/exceptions.py

[error] invalid-assignment - :62 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

pylint/checkers/format.py

[error] invalid-assignment - :54 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str] | tuple[str, str, str, dict[Unknown | str, Unknown | str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

pylint/checkers/imports.py

[error] invalid-assignment - :227 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]] | tuple[str, str, str]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

pylint/checkers/stdlib.py

[error] invalid-assignment - :488 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | tuple[int, int]]] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 5 New column: 47

pylint/checkers/typecheck.py

[error] invalid-assignment - :220 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]] | tuple[str, str, str]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

pylint/checkers/variables.py

[error] invalid-assignment - :351 -
Object of type `dict[Unknown | str, Unknown | tuple[str, str, str] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
Old column: 1 New column: 43

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

pyppeteer/__init__.py

[error] invalid-assignment - :27 -
Implicit shadowing of function `version`
Old column: 1 New column: 11

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

src/_pytest/_py/path.py

[error] invalid-assignment - :626 -
Object of type `ModuleType` is not assignable to `<module 'hashlib'>`
Old column: 17 New column: 23

src/_pytest/junitxml.py

[error] invalid-assignment - :372 -
Implicit shadowing of function `record_func`
Old column: 9 New column: 23

src/_pytest/terminal.py

[error] invalid-assignment - :1583 -
Object of type `tuple[str, None, object]` is not assignable to `tuple[str, int | None, str]`
Old column: 13 New column: 48

testing/_py/test_local.py

[error] invalid-assignment - :930 -
Implicit shadowing of class `ExecutionFailed`
Old column: 13 New column: 31

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

Pythonwin/pywin/framework/intpyapp.py

[error] invalid-assignment - :173 -
Object of type `None` is not assignable to `<module 'Pythonwin.pywin.framework.intpydde'>`
Old column: 13 New column: 24

com/win32com/test/errorSemantics.py

[error] invalid-assignment - :178 -
Object of type `None` is not assignable to `<module 'logging'>`
Old column: 5 New column: 15

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

rotkehlchen/api/rest.py

[error] invalid-assignment - :4074 -
Object of type `zip[Unknown] | tuple[list[Unknown | None], list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`
Old column: 30 New column: 39

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

[error] invalid-assignment - :50 -
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]`
Old column: 1 New column: 54

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

[error] invalid-assignment - :9 -
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]`
Old column: 1 New column: 29

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

[error] invalid-assignment - :23 -
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]`
Old column: 1 New column: 24

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

[error] invalid-assignment - :8 -
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]`
Old column: 1 New column: 30

rotkehlchen/chain/constants.py

[error] invalid-assignment - :21 -
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]`
Old column: 1 New column: 30

rotkehlchen/chain/ethereum/airdrops.py

[error] invalid-assignment - :68 -
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]`
Old column: 1 New column: 42
[error] invalid-assignment - :70 -
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]`
Old column: 1 New column: 44

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

[error] invalid-assignment - :8 -
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]`
Old column: 1 New column: 33
[error] invalid-assignment - :9 -
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]`
Old column: 1 New column: 43

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

[error] invalid-assignment - :33 -
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]`
Old column: 1 New column: 39

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

[error] invalid-assignment - :43 -
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]`
Old column: 1 New column: 28

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

[error] invalid-assignment - :11 -
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]`
Old column: 1 New column: 40

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

[error] invalid-assignment - :10 -
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]`
Old column: 1 New column: 39

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

[error] invalid-assignment - :19 -
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]`
Old column: 1 New column: 25

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

[error] invalid-assignment - :77 -
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]`
Old column: 1 New column: 33

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

[error] invalid-assignment - :14 -
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]`
Old column: 1 New column: 29

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

[error] invalid-assignment - :12 -
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]`
Old column: 1 New column: 24
[error] invalid-assignment - :13 -
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]`
Old column: 1 New column: 28

rotkehlchen/chain/evm/decoding/constants.py

[error] invalid-assignment - :34 -
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]`
Old column: 1 New column: 20

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

[error] invalid-assignment - :5 -
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]`
Old column: 1 New column: 24
[error] invalid-assignment - :6 -
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]`
Old column: 1 New column: 35

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

[error] invalid-assignment - :24 -
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]`
Old column: 1 New column: 33

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

[error] invalid-assignment - :28 -
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]`
Old column: 1 New column: 35

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

[error] invalid-assignment - :6 -
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]`
Old column: 1 New column: 25

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

[error] invalid-assignment - :25 -
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]`
Old column: 1 New column: 33

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

[error] invalid-assignment - :8 -
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]`
Old column: 1 New column: 44
[error] invalid-assignment - :9 -
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]`
Old column: 1 New column: 37

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

[error] invalid-assignment - :7 -
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]`
Old column: 1 New column: 44
[error] invalid-assignment - :8 -
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]`
Old column: 1 New column: 37

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

[error] invalid-assignment - :13 -
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]`
Old column: 1 New column: 34
[error] invalid-assignment - :14 -
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]`
Old column: 1 New column: 34

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

[error] invalid-assignment - :15 -
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]`
Old column: 1 New column: 60

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

[error] invalid-assignment - :40 -
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]`
Old column: 1 New column: 43

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

[error] invalid-assignment - :12 -
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]`
Old column: 1 New column: 36
[error] invalid-assignment - :13 -
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]`
Old column: 1 New column: 30

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

[error] invalid-assignment - :16 -
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]`
Old column: 1 New column: 26

rotkehlchen/chain/gnosis/node_inquirer.py

[error] invalid-assignment - :37 -
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]`
Old column: 1 New column: 42

rotkehlchen/chain/gnosis/transactions.py

[error] invalid-assignment - :24 -
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]`
Old column: 1 New column: 34

rotkehlchen/exchanges/coinbase.py

[error] invalid-assignment - :524 -
Object of type `dict[str, list[dict[Unknown, Unknown]]]` is not assignable to `defaultdict[str, list[dict[Unknown, Unknown]]]`
Old column: 20 New column: 40

rotkehlchen/tests/unit/test_evm_names.py

[error] invalid-assignment - :40 -
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]`
Old column: 5 New column: 49
[error] invalid-assignment - :66 -
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]`
Old column: 5 New column: 56

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

schema_salad/metaschema.py

[error] invalid-assignment - :351 -
Object of type `(MutableMapping[str, Any] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])` is not assignable to `MutableMapping[str, Any]`
Old column: 9 New column: 19

schema_salad/python_codegen_support.py

[error] invalid-assignment - :348 -
Object of type `(MutableMapping[str, Any] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])` is not assignable to `MutableMapping[str, Any]`
Old column: 9 New column: 19

schema_salad/sourceline.py

[error] invalid-assignment - :26 -
Object of type `bytes` is not assignable to `str`
Old column: 9 New column: 18

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

src/schemathesis/auths.py

[error] invalid-assignment - :369 -
Object of type `CachingAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
Old column: 17 New column: 28
[error] invalid-assignment - :371 -
Object of type `KeyedCachingAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
Old column: 17 New column: 28
[error] invalid-assignment - :378 -
Object of type `SelectiveAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
Old column: 13 New column: 24

src/schemathesis/core/deserialization.py

[error] invalid-assignment - :137 -
Object of type `type` is not assignable to `type[SafeLoader]`
Old column: 5 New column: 34

src/schemathesis/pytest/lazy.py

[error] invalid-assignment - :272 -
Implicit shadowing of function `wrapped_test`
Old column: 17 New column: 32

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

[error] invalid-assignment - :145 -
Object of type `typing.TypeVar` is not assignable to `list[@Todo]`
Old column: 13 New column: 25
[error] invalid-assignment - :152 -
Object of type `typing.TypeVar` is not assignable to `list[@Todo]`
Old column: 13 New column: 25

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

scipy/_build_utils/tempita/_looper.py

[error] invalid-assignment - :77 -
Implicit shadowing of function `index`
Old column: 5 New column: 13
[error] invalid-assignment - :81 -
Implicit shadowing of function `number`
Old column: 5 New column: 14
[error] invalid-assignment - :85 -
Implicit shadowing of function `item`
Old column: 5 New column: 12
[error] invalid-assignment - :92 -
Implicit shadowing of function `__next__`
Old column: 5 New column: 16
[error] invalid-assignment - :98 -
Implicit shadowing of function `previous`
Old column: 5 New column: 16
[error] invalid-assignment - :102 -
Implicit shadowing of function `odd`
Old column: 5 New column: 11
[error] invalid-assignment - :106 -
Implicit shadowing of function `even`
Old column: 5 New column: 12
[error] invalid-assignment - :110 -
Implicit shadowing of function `first`
Old column: 5 New column: 13
[error] invalid-assignment - :114 -
Implicit shadowing of function `last`
Old column: 5 New column: 12
[error] invalid-assignment - :118 -
Implicit shadowing of function `length`
Old column: 5 New column: 14

scipy/_build_utils/tempita/_tempita.py

[error] invalid-assignment - :163 -
Implicit shadowing of function `from_filename`
Old column: 5 New column: 21

scipy/_lib/_array_api_docs_tables.py

[error] invalid-assignment - :215 -
Object of type `dict[Unknown, Unknown]` is not assignable to `list[str] | None`
Old column: 9 New column: 30

scipy/_lib/_pep440.py

[error] invalid-assignment - :74 -
Implicit shadowing of class `Infinity`
Old column: 1 New column: 12
[error] invalid-assignment - :109 -
Implicit shadowing of class `NegativeInfinity`
Old column: 1 New column: 20

scipy/_lib/array_api_extra/tests/test_testing.py

[error] invalid-assignment - :301 -
Object of type `None` is not assignable to `ufunc`
Old column: 5 New column: 11

scipy/fft/_helper.py

[error] invalid-assignment - :75 -
Implicit shadowing of function `next_fast_len`
Old column: 1 New column: 17
[error] invalid-assignment - :141 -
Implicit shadowing of function `prev_fast_len`
Old column: 1 New column: 17

scipy/integrate/_ivp/rk.py

[error] invalid-assignment - :76 -
Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
Old column: 5 New column: 21
[error] invalid-assignment - :77 -
Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
Old column: 5 New column: 21
[error] invalid-assignment - :78 -
Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
Old column: 5 New column: 21
[error] invalid-assignment - :79 -
Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
Old column: 5 New column: 21
[error] invalid-assignment - :80 -
Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
Old column: 5 New column: 21
[error] invalid-assignment - :81 -
Object of type `NotImplementedType` is not assignable to `int`
Old column: 5 New column: 18
[error] invalid-assignment - :82 -
Object of type `NotImplementedType` is not assignable to `int`
Old column: 5 New column: 34
[error] invalid-assignment - :83 -
Object of type `NotImplementedType` is not assignable to `int`
Old column: 5 New column: 21

scipy/io/_netcdf.py

[error] invalid-assignment - :903 -
Implicit shadowing of function `isrec`
Old column: 5 New column: 13
[error] invalid-assignment - :912 -
Implicit shadowing of function `shape`
Old column: 5 New column: 13

scipy/linalg/blas.py

[error] invalid-assignment - :228 -
Object of type `None` is not assignable to `Never`
Old column: 5 New column: 14

scipy/linalg/lapack.py

[error] invalid-assignment - :876 -
Object of type `None` is not assignable to `Never`
Old column: 5 New column: 16

scipy/linalg/tests/test_blas.py

[error] invalid-assignment - :21 -
Object of type `None` is not assignable to `Never`
Old column: 5 New column: 13

scipy/linalg/tests/test_lapack.py

[error] invalid-assignment - :29 -
Object of type `None` is not assignable to `Never`
Old column: 5 New column: 15

scipy/optimize/_trustregion_constr/report.py

[error] invalid-assignment - :4 -
Object of type `NotImplementedType` is not assignable to `list[str]`
Old column: 5 New column: 31
[error] invalid-assignment - :5 -
Object of type `NotImplementedType` is not assignable to `list[int]`
Old column: 5 New column: 32
[error] invalid-assignment - :6 -
Object of type `NotImplementedType` is not assignable to `list[str]`
Old column: 5 New column: 36

scipy/optimize/tests/test_minimize_constrained.py

[error] invalid-assignment - :683 -
Implicit shadowing of function `constraint`
Old column: 9 New column: 22

scipy/sparse/_compressed.py

[error] invalid-assignment - :1307 -
Implicit shadowing of class `csr_array`
Old column: 5 New column: 17

scipy/special/_ellip_harm.py

[error] invalid-assignment - :167 -
Implicit shadowing of function `_ellip_normal_vec`
Old column: 1 New column: 21

scipy/special/tests/test_ellip_harm.py

[error] invalid-assignment - :149 -
Implicit shadowing of function `_ellip_norm`
Old column: 5 New column: 19

scipy/stats/_continuous_distns.py

[error] invalid-assignment - :5200 -
Implicit shadowing of function `logpdf_single`
Old column: 9 New column: 25
[error] invalid-assignment - :5223 -
Implicit shadowing of function `_cdf_single`
Old column: 9 New column: 23

subprojects/highs/src/highspy/highs.py

[error] invalid-assignment - :368 -
Object of type `Iterable[highs_var | Integral] & Top[Mapping[Unknown, object]]` is not assignable to `Mapping[Any, highs_var | Integral]`
Old column: 13 New column: 65
[error] invalid-assignment - :648 -
Object of type `(Any & Top[Mapping[Unknown, object]] & ~float & ~int) | (Mapping[Any, Any] & ~float & ~int) | (Sequence[Any] & Top[Mapping[Unknown, object]] & ~float & ~int)` is not assignable to `Mapping[Any, int | float]`
Old column: 21 New column: 58
[error] invalid-assignment - :667 -
Object of type `(Any & Top[Mapping[Unknown, object]] & ~HighsVarType) | (Mapping[Any, Any] & ~HighsVarType) | (Sequence[Any] & Top[Mapping[Unknown, object]] & ~HighsVarType)` is not assignable to `Mapping[Any, HighsVarType]`
Old column: 21 New column: 53
[error] invalid-assignment - :853 -
Object of type `Mapping[Any, highs_var] | (Iterable[highs_var] & Top[Mapping[Unknown, object]]) | (highs_var & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_var]`
Old column: 17 New column: 47
[error] invalid-assignment - :984 -
Object of type `(highs_linear_expression & Top[Mapping[Unknown, object]]) | (Iterable[highs_linear_expression] & Top[Mapping[Unknown, object]]) | (tuple[highs_linear_expression | Iterable[highs_linear_expression], ...] & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_linear_expression]`
Old column: 17 New column: 61
[error] invalid-assignment - :1105 -
Object of type `Mapping[Any, highs_cons] | (Sequence[highs_cons] & Top[Mapping[Unknown, object]]) | (highs_cons & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[Any, highs_cons]`
Old column: 21 New column: 52
[error] invalid-assignment - :1185 -
Object of type `ndarray[object, dtype[object]]` is not assignable to `ndarray[Any, dtype[object_]]`
Old column: 13 New column: 56

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

scrapy/core/downloader/__init__.py

[error] invalid-assignment - :98 -
Object of type `object` is not assignable to `int | float`
Old column: 9 New column: 17
[error] invalid-assignment - :108 -
Object of type `object` is not assignable to `int`
Old column: 9 New column: 23

scrapy/downloadermiddlewares/cookies.py

[error] invalid-assignment - :182 -
Object of type `tuple[dict[Unknown | str, Unknown], ...]` is not assignable to `Iterable[VerboseCookie]`
Old column: 13 New column: 23

scrapy/exporters.py

[error] invalid-assignment - :289 -
Object of type `ValuesView[object]` is not assignable to `Iterable[str]`
Old column: 17 New column: 26

scrapy/http/headers.py

[error] invalid-assignment - :37 -
Object of type `ItemsView[object, object] | (Iterable[tuple[AnyStr@update, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[AnyStr@update, Any] | Iterable[tuple[AnyStr@update, Any]]`
Old column: 9 New column: 15

scrapy/utils/datatypes.py

[error] invalid-assignment - :90 -
Object of type `ItemsView[object, object] | (Iterable[tuple[AnyStr@update, Any]] & ~Top[Mapping[Unknown, object]])` is not assignable to `Mapping[AnyStr@update, Any] | Iterable[tuple[AnyStr@update, Any]]`
Old column: 9 New column: 15

scrapy/utils/decorators.py

[error] invalid-assignment - :40 -
Implicit shadowing of function `deco`
Old column: 9 New column: 16

tests/test_pipeline_files.py

[error] invalid-assignment - :368 -
Object of type `<class 'list'>` is not assignable to `list[str]`
Old column: 5 New column: 28
[error] invalid-assignment - :369 -
Object of type `<class 'list'>` is not assignable to `list[dict[str, str]]`
Old column: 5 New column: 35
[error] invalid-assignment - :371 -
Object of type `<class 'list'>` is not assignable to `list[str]`
Old column: 5 New column: 35
[error] invalid-assignment - :372 -
Object of type `<class 'list'>` is not assignable to `list[dict[str, str]]`
Old column: 5 New column: 42

tests/test_pipeline_images.py

[error] invalid-assignment - :332 -
Object of type `<class 'list'>` is not assignable to `list[str]`
Old column: 5 New column: 29
[error] invalid-assignment - :333 -
Object of type `<class 'list'>` is not assignable to `list[dict[str, str]]`
Old column: 5 New column: 36
[error] invalid-assignment - :335 -
Object of type `<class 'list'>` is not assignable to `list[str]`
Old column: 5 New column: 36
[error] invalid-assignment - :336 -
Object of type `<class 'list'>` is not assignable to `list[dict[str, str]]`
Old column: 5 New column: 43

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

pkg_resources/__init__.py

[error] invalid-assignment - :2874 -
Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str | None, Iterable[str]]]`
Old column: 13 New column: 21

setuptools/_distutils/archive_util.py

[error] invalid-assignment - :14 -
Object of type `None` is not assignable to `<module 'zipfile'>`
Old column: 5 New column: 15
[error] invalid-assignment - :25 -
Implicit shadowing of function `getpwnam`
Old column: 5 New column: 16
[error] invalid-assignment - :30 -
Implicit shadowing of function `getgrnam`
Old column: 5 New column: 16

setuptools/_distutils/tests/test_check.py

[error] invalid-assignment - :14 -
Object of type `None` is not assignable to `<module 'pygments'>`
Old column: 5 New column: 16

setuptools/_distutils/tests/unix_compat.py

[error] invalid-assignment - :7 -
Object of type `None` is not assignable to `<module 'grp'>`
Old column: 5 New column: 17
[error] invalid-assignment - :7 -
Object of type `None` is not assignable to `<module 'pwd'>`
Old column: 11 New column: 17

setuptools/_vendor/backports/tarfile/__init__.py

[error] invalid-assignment - :54 -
Object of type `None` is not assignable to `<module 'pwd'>`
Old column: 5 New column: 11
[error] invalid-assignment - :58 -
Object of type `None` is not assignable to `<module 'grp'>`
Old column: 5 New column: 11

setuptools/_vendor/typeguard/_decorators.py

[error] invalid-assignment - :221 -
Object of type `(() -> object) | ((...) -> object)` is not assignable to `T_CallableOrType@typechecked | None`
Old column: 9 New column: 18

setuptools/config/_validate_pyproject/formats.py

[error] invalid-assignment - :219 -
Implicit shadowing of function `trove_classifier`
Old column: 5 New column: 24

setuptools/glob.py

[error] invalid-assignment - :76 -
Object of type `Iterator[str]` is not assignable to `Iterable[AnyStr@_iglob]`
Old column: 9 New column: 34

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

sockeye/model.py

[error] invalid-assignment - :812 -
Object of type `list[Unknown | None]` is not assignable to `list[int] | None`
Old column: 9 New column: 23

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

lib/spack/spack/bootstrap/core.py

[error] invalid-assignment - :225 -
Object of type `dict[Unknown, Unknown]` is not assignable to `QueryInfo`
Old column: 17 New column: 35
[error] invalid-assignment - :233 -
Object of type `tuple[partial[Unknown], dict[Unknown, Unknown]]` is not assignable to `QueryInfo`
Old column: 18 New column: 25
[error] invalid-assignment - :246 -
Object of type `tuple[partial[Unknown], dict[Unknown, Unknown]]` is not assignable to `QueryInfo`
Old column: 18 New column: 25
[error] invalid-assignment - :267 -
Object of type `dict[Unknown, Unknown]` is not assignable to `QueryInfo`
Old column: 9 New column: 27
[error] invalid-assignment - :307 -
Object of type `dict[Unknown, Unknown]` is not assignable to `QueryInfo`
Old column: 9 New column: 27

lib/spack/spack/config.py

[error] invalid-assignment - :627 -
Object of type `ConfigScope` is not assignable to `str`
Old column: 9 New column: 17
[error] invalid-assignment - :673 -
Object of type `ConfigScope` is not assignable to `str | None`
Old column: 9 New column: 17

lib/spack/spack/detection/path.py

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

lib/spack/spack/directives.py

[error] invalid-assignment - :298 -
Object of type `list[Unknown | ~str]` is not assignable to `((...) -> None) | str | list[((...) -> None) | str] | None`
Old column: 5 New column: 15

lib/spack/spack/externals.py

[error] invalid-assignment - :291 -
Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `DependencyDict`
Old column: 17 New column: 41

lib/spack/spack/installer.py

[error] invalid-assignment - :2205 -
Object of type `(set[str] & ~AlwaysFalsy) | list[str]` is not assignable to `set[str] | None`
Old column: 9 New column: 25

lib/spack/spack/util/package_hash.py

[error] invalid-assignment - :360 -
Object of type `str` is not assignable to `bytes | None`
Old column: 5 New column: 14

lib/spack/spack/util/pattern.py

[error] invalid-assignment - :92 -
Implicit shadowing of function `getter`
Old column: 21 New column: 30

lib/spack/spack/vendor/distro/distro.py

[error] invalid-assignment - :56 -
Object of type `<class 'dict'>` is not assignable to `typing.TypedDict`
Old column: 5 New column: 17

lib/spack/spack/vendor/jinja2/exceptions.py

[error] invalid-assignment - :43 -
Object of type `str | Undefined | None` is not assignable to `str | None`
Old column: 13 New column: 23

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

[error] invalid-assignment - :219 -
Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, Any]]`
Old column: 9 New column: 50

lib/spack/spack/vendor/jinja2/runtime.py

[error] invalid-assignment - :734 -
Object of type `(Unknown & ~(() -> object)) | bool | (((str | None, /) -> bool) & ~(() -> object))` is not assignable to `bool | None`
Old column: 17 New column: 38

lib/spack/spack/vendor/pyrsistent/_transformations.py

[error] invalid-assignment - :5 -
Implicit shadowing of function `signature`
Old column: 5 New column: 17

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

sphinx/builders/xml.py

[error] invalid-assignment - :90 -
Object of type `NodeVisitor` is not assignable to `XMLTranslator`
Old column: 9 New column: 34

sphinx/domains/c/__init__.py

[error] invalid-assignment - :235 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 33
[error] invalid-assignment - :303 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 31
[error] invalid-assignment - :315 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 31

sphinx/domains/cpp/__init__.py

[error] invalid-assignment - :350 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 33
[error] invalid-assignment - :419 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 31
[error] invalid-assignment - :437 -
Object of type `Symbol | None` is not assignable to `Symbol`
Old column: 9 New column: 31

sphinx/domains/cpp/_ast.py

[error] invalid-assignment - :317 -
Object of type `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None` is not assignable to `list[Any]`
Old column: 21 New column: 39

sphinx/domains/cpp/_parser.py

[error] invalid-assignment - :1326 -
Object of type `None` is not assignable to `ASTExpression`
Old column: 25 New column: 47

sphinx/domains/cpp/_symbol.py

[error] invalid-assignment - :424 -
Object of type `None` is not assignable to `ASTTemplateArgs`
Old column: 21 New column: 37

sphinx/environment/__init__.py

[error] invalid-assignment - :393 -
Object of type `(str & (() -> object)) | (((Node, /) -> bool) & (() -> object))` is not assignable to `Literal[False] | ((Node, /) -> bool)`
Old column: 13 New column: 25

sphinx/util/template.py

[error] invalid-assignment - :46 -
Object of type `list[Unknown | str | (Sequence[str | PathLike[str]] & PathLike[object])]` is not assignable to `Sequence[str | PathLike[str]]`
Old column: 13 New column: 27

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

starlette/routing.py

[error] invalid-assignment - :67 -
Object of type `((Request, /) -> Awaitable[Response] | Response) | partial[Unknown]` is not assignable to `(Request, /) -> Awaitable[Response]`
Old column: 5 New column: 51

tests/middleware/test_errors.py

[error] invalid-assignment - :24 -
Implicit shadowing of function `app`
Old column: 5 New column: 11
[error] invalid-assignment - :35 -
Implicit shadowing of function `app`
Old column: 5 New column: 11
[error] invalid-assignment - :47 -
Implicit shadowing of function `app`
Old column: 5 New column: 11
[error] invalid-assignment - :61 -
Implicit shadowing of function `app`
Old column: 5 New column: 11
[error] invalid-assignment - :75 -
Implicit shadowing of function `app`
Old column: 5 New column: 11

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

static_frame/core/container_util.py

[error] invalid-assignment - :185 -
Object of type `Top[defaultdict[Unknown, Unknown]]` is not assignable to `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`
Old column: 13 New column: 22

static_frame/core/frame.py

[error] invalid-assignment - :4670 -
Object of type `Unknown | tuple[str, ...]` is not assignable to `tuple[Hashable]`
Old column: 13 New column: 42
[error] invalid-assignment - :10428 -
Object of type `tuple[@Todo | int | integer[Any] | ... omitted 4 union elements, Hashable]` is not assignable to `tuple[int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements]`
Old column: 13 New column: 19

static_frame/core/index_hierarchy.py

[error] invalid-assignment - :1746 -
Object of type `int | (list[int] & Top[integer[Any]])` is not assignable to `int | None`
Old column: 13 New column: 19
[error] invalid-assignment - :2550 -
Object of type `int | (list[int] & Top[integer[Any]])` is not assignable to `int | None`
Old column: 13 New column: 19

static_frame/core/pivot.py

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

static_frame/core/series.py

[error] invalid-assignment - :3352 -
Object of type `signedinteger[@Todo]` is not assignable to `ndarray[Any, Any]`
Old column: 9 New column: 29

static_frame/core/type_blocks.py

[error] invalid-assignment - :3345 -
Object of type `GeneratorType[(Iterable[Any] & ~TypeBlocks) | ndarray[Any, Any], None, None]` is not assignable to `Iterable[ndarray[Any, Any]]`
Old column: 17 New column: 34

static_frame/core/util.py

[error] invalid-assignment - :246:1 - Object of type `tuple[tuple[Literal["days"], Literal["D"]], tuple[Literal["seconds"], Literal["s"]], tuple[Literal["microseconds"], Literal["us"]]]` is not assignable to `tuple[tuple[str, Literal["D", "s", "us"]]]`
[warning] unused-ignore-comment - :250:4 - Unused blanket `type: ignore` directive

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

strawberry/experimental/pydantic/error_type.py

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

strawberry/federation/schema.py

[error] invalid-assignment - :80 -
Object of type `list[Unknown | NewType]` is not assignable to `Iterable[type]`
Old column: 9 New column: 17

strawberry/schema/config.py

[error] invalid-assignment - :20 -
Object of type `None` is not assignable to `bool`
Old column: 5 New column: 38

strawberry/types/arguments.py

[error] invalid-assignment - :164 -
Object of type `object` is not assignable to `EnumDefinition`
Old column: 9 New column: 43
[error] invalid-assignment - :245 -
Object of type `object` is not assignable to `EnumDefinition`
Old column: 9 New column: 43

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

sympy/core/basic.py

[error] invalid-assignment - :1088 -
Object of type `(Mapping[Basic | int | float | complex, Basic | int | float | complex] & Top[set[Unknown]]) | (Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]] & Top[set[Unknown]])` is not assignable to `Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`
Old column: 17 New column: 25

sympy/core/evalf.py

[error] invalid-assignment - :1274 -
Object of type `int | Unknown` is not assignable to `Rational`
Old column: 9 New column: 16
[error] invalid-assignment - :1410 -
Object of type `dict[Unknown | <class 'Symbol'> | <class 'Dummy'> | ... omitted 31 union elements, Unknown | ((x: Expr, prec: int, options: dict[str, Any]) -> Any) | ((expr: Float, prec: int, options: dict[str, Any]) -> Any) | ... omitted 17 union elements]` is not assignable to `dict[type[Expr], (Expr, int, dict[str, Any], /) -> Any]`
Old column: 5 New column: 19

sympy/functions/elementary/exponential.py

[error] invalid-assignment - :434 -
Implicit shadowing of class `cos`
Old column: 9 New column: 20
[error] invalid-assignment - :434 -
Implicit shadowing of class `sin`
Old column: 14 New column: 20

sympy/matrices/matrixbase.py

[error] invalid-assignment - :3951 -
Object of type `list[Unknown | list[Unknown | One]]` is not assignable to `list[MatrixBase]`
Old column: 9 New column: 35

sympy/multipledispatch/tests/test_core.py

[error] invalid-assignment - :12 -
Implicit shadowing of function `dispatch`
Old column: 1 New column: 12

sympy/parsing/autolev/test-examples/ruletest10.py

[error] invalid-assignment - :9 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5
[error] invalid-assignment - :11 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5
[error] invalid-assignment - :13 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5
[error] invalid-assignment - :23 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5

sympy/parsing/autolev/test-examples/ruletest6.py

[error] invalid-assignment - :24 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5

sympy/parsing/autolev/test-examples/ruletest7.py

[error] invalid-assignment - :34 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5

sympy/parsing/autolev/test-examples/ruletest9.py

[error] invalid-assignment - :44 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5
[error] invalid-assignment - :49 -
Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
Old column: 1 New column: 5

sympy/printing/pretty/pretty.py

[error] invalid-assignment - :1151 -
Object of type `str` is not assignable to `stringPict`
Old column: 9 New column: 27

sympy/sets/tests/test_sets.py

[error] invalid-assignment - :57 -
Implicit shadowing of function `f`
Old column: 5 New column: 9

sympy/tensor/array/tests/test_arrayop.py

[error] invalid-assignment - :58 -
Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
Old column: 9 New column: 13
[error] invalid-assignment - :59 -
Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
Old column: 9 New column: 13

sympy/testing/pytest.py

[error] invalid-assignment - :200 -
Implicit shadowing of function `wrapper`
Old column: 9 New column: 19
[error] invalid-assignment - :212 -
Implicit shadowing of function `func_wrapper`
Old column: 13 New column: 28
[error] invalid-assignment - :223 -
Implicit shadowing of function `func_wrapper`
Old column: 9 New column: 24
[error] invalid-assignment - :234 -
Implicit shadowing of function `func_wrapper`
Old column: 9 New column: 24

sympy/utilities/decorator.py

[error] invalid-assignment - :97 -
Implicit shadowing of function `func_wrapper`
Old column: 5 New column: 20

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

tornado/gen.py

[error] invalid-assignment - :903 -
Implicit shadowing of function `convert_yielded`
Old column: 1 New column: 19

tornado/util.py

[error] invalid-assignment - :438 -
Implicit shadowing of function `websocket_mask`
Old column: 9 New column: 27

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

src/trio/_socket.py

[error] invalid-assignment - :1123 -
Implicit shadowing of function `recv`
Old column: 5 New column: 12
[error] invalid-assignment - :1142 -
Implicit shadowing of function `recv_into`
Old column: 5 New column: 17
[error] invalid-assignment - :1160 -
Implicit shadowing of function `recvfrom`
Old column: 5 New column: 16
[error] invalid-assignment - :1179 -
Implicit shadowing of function `recvfrom_into`
Old column: 5 New column: 21
[error] invalid-assignment - :1201 -
Implicit shadowing of function `recvmsg`
Old column: 9 New column: 19
[error] invalid-assignment - :1224 -
Implicit shadowing of function `recvmsg_into`
Old column: 9 New column: 24
[error] invalid-assignment - :1238 -
Implicit shadowing of function `send`
Old column: 5 New column: 12

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

src/urllib3/connectionpool.py

[error] invalid-assignment - :479 -
Object of type `OSError | TimeoutError | BaseSSLError | CertificateError | SSLError` is not assignable to `Exception`
Old column: 13 New column: 32
[error] invalid-assignment - :824 -
Object of type `TimeoutError | HTTPException | OSError | ... omitted 5 union elements` is not assignable to `Exception`
Old column: 13 New column: 32

src/urllib3/fields.py

[error] invalid-assignment - :281 -
Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`
Old column: 13 New column: 24

src/urllib3/filepost.py

[error] invalid-assignment - :40 -
Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`
Old column: 9 New column: 20

src/urllib3/util/wait.py

[error] invalid-assignment - :107 -
Implicit shadowing of function `wait_for_socket`
Old column: 9 New column: 27
[error] invalid-assignment - :109 -
Implicit shadowing of function `wait_for_socket`
Old column: 9 New column: 27

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

references/classification/utils.py

[error] invalid-assignment - :420 -
Object of type `tuple[type, ...]` is not assignable to `list[type] | None`
Old column: 5 New column: 20

references/depth/stereo/transforms.py

[error] invalid-assignment - :580 -
Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]` is not assignable to `tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]`
Old column: 9 New column: 17

test/datasets_utils.py

[error] invalid-assignment - :1043 -
Object of type `Literal["abcdefghijklmnopqrstuvwxyz"]` is not assignable to `tuple[str, ...]`
Old column: 9 New column: 18
[error] invalid-assignment - :1045 -
Object of type `str` is not assignable to `tuple[str, ...]`
Old column: 9 New column: 18

test/test_datasets.py

[error] invalid-assignment - :3118 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 16
[error] invalid-assignment - :3190 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 16
[error] invalid-assignment - :3272 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 16
[error] invalid-assignment - :3392 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 20
[error] invalid-assignment - :3405 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 20
[error] invalid-assignment - :3463 -
Object of type `Path` is not assignable to `str`
Old column: 9 New column: 20

test/test_image.py

[error] invalid-assignment - :46 -
Object of type `tuple[int, ...]` is not assignable to `Literal["12.0.0"]`
Old column: 1 New column: 18

test/test_utils.py

[error] invalid-assignment - :17 -
Object of type `tuple[int, ...]` is not assignable to `Literal["12.0.0"]`
Old column: 1 New column: 18

torchvision/models/detection/rpn.py

[error] invalid-assignment - :359 -
Object of type `list[Unknown]` is not assignable to `dict[str, Unknown]`
Old column: 9 New column: 20

torchvision/models/detection/transform.py

[error] invalid-assignment - :110 -
Object of type `tuple[int]` is not assignable to `int`
Old column: 13 New column: 24

torchvision/ops/feature_pyramid_network.py

[error] invalid-assignment - :185 -
Object of type `list[Unknown]` is not assignable to `dict[str, Unknown]`
Old column: 9 New column: 13

torchvision/ops/poolers.py

[error] invalid-assignment - :280 -
Object of type `tuple[int, int]` is not assignable to `int | tuple[int] | list[int]`
Old column: 13 New column: 27

torchvision/prototype/datasets/_builtin/cub200.py

[error] invalid-assignment - :175 -
Object of type `tuple[tuple[str, tuple[str, BinaryIO]], Any]` is not assignable to `tuple[tuple[str, tuple[str, BinaryIO]], Any]`
Old column: 9 New column: 27

torchvision/prototype/datasets/_home.py

[error] invalid-assignment - :24 -
Object of type `str | None` is not assignable to `bool | None`
Old column: 5 New column: 11

torchvision/transforms/functional.py

[error] invalid-assignment - :573 -
Object of type `tuple[int, int]` is not assignable to `list[int]`
Old column: 9 New column: 23
[error] invalid-assignment - :575 -
Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
Old column: 9 New column: 23
[error] invalid-assignment - :799 -
Object of type `tuple[int, int]` is not assignable to `list[int]`
Old column: 9 New column: 16
[error] invalid-assignment - :801 -
Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
Old column: 9 New column: 16
[error] invalid-assignment - :850 -
Object of type `tuple[int, int]` is not assignable to `list[int]`
Old column: 9 New column: 16
[error] invalid-assignment - :852 -
Object of type `tuple[@Todo, @Todo]` is not assignable to `list[int]`
Old column: 9 New column: 16
[error] invalid-assignment - :1205 -
Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`
Old column: 9 New column: 17
[error] invalid-assignment - :1225 -
Object of type `list[Unknown | int | float]` is not assignable to `list[int] | None`
Old column: 13 New column: 22

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-assignment - :649 -
Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`
Old column: 9 New column: 17

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

src/werkzeug/middleware/shared_data.py

[error] invalid-assignment - :121 -
Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | tuple[str, str]] | Iterable[tuple[str, str | tuple[str, str]]]`
Old column: 13 New column: 23

src/werkzeug/test.py

[error] invalid-assignment - :815 -
Object of type `type` is not assignable to `type[Response] | None`
Old column: 13 New column: 32

src/werkzeug/wsgi.py

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

tests/test_utils.py

[error] invalid-assignment - :73 -
Implicit shadowing of function `prop`
Old column: 9 New column: 16

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

xarray/backends/writers.py

[error] invalid-assignment - :838:9 - Object of type `Literal["netcdf4", "h5netcdf", "scipy"]` is not assignable to `Literal["netcdf4", "h5netcdf", "pydap"] | None`
[warning] unused-ignore-comment - :841:12 - Unused blanket `type: ignore` directive

xarray/coding/cftime_offsets.py

[error] invalid-assignment - :687 -
Object of type `dict[Unknown | str, Unknown | type[BaseCFTimeOffset] | partial[Unknown]]` is not assignable to `Mapping[str, type[BaseCFTimeOffset]]`
Old column: 1 New column: 54
[error] invalid-assignment - :1520 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1522 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1524 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1530 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 13 New column: 20
[error] invalid-assignment - :1532 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 13 New column: 20
[error] invalid-assignment - :1535 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 13 New column: 20
[error] invalid-assignment - :1538 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 13 New column: 20
[error] invalid-assignment - :1540 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1542 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1544 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1546 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16
[error] invalid-assignment - :1548 -
Object of type `str` is not assignable to `T_FreqStr@_legacy_to_new_freq`
Old column: 9 New column: 16

xarray/core/common.py

[error] invalid-assignment - :1702 -
Object of type `(_SupportsDType[dtype[Any]] & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | (tuple[Any, SupportsIndex | Sequence[SupportsIndex]] & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements` is not assignable to `Mapping[Any, dtype[Any] | None | _SupportsDType[dtype[Any]] | ... omitted 4 union elements]`
Old column: 13 New column: 22

xarray/core/groupby.py

[error] invalid-assignment - :475 -
Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
Old column: 9 New column: 20
[error] invalid-assignment - :488 -
Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
Old column: 9 New column: 20

xarray/groupers.py

[error] invalid-assignment - :413 -
Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
Old column: 13 New column: 21

xarray/tests/test_cftimeindex_resample.py

[error] invalid-assignment - :259 -
Object of type `dict[str, str | int]` is not assignable to `DateRangeKwargs`
Old column: 5 New column: 37

xarray/tests/test_variable.py

[error] invalid-assignment - :2811 -
Object of type `Index[Any]` is not assignable to `T_DuckArray@TestAsCompatibleData`
Old column: 13 New column: 35
[error] invalid-assignment - :2818 -
Object of type `Series[Any]` is not assignable to `T_DuckArray@TestAsCompatibleData`
Old column: 13 New column: 36

xarray/util/generate_aggregations.py

[error] invalid-assignment - :273 -
Object of type `<class 'tuple'>` is not assignable to `tuple[str, ...]`
Old column: 5 New column: 41

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

src/zope/interface/tests/odd.py

[error] invalid-assignment - :98 -
Implicit shadowing of class `MetaClass`
Old column: 1 New column: 13

src/zope/interface/tests/test_odd_declarations.py

[error] invalid-assignment - :60 -
Implicit shadowing of class `Odd`
Old column: 1 New column: 7
[error] invalid-assignment - :269 -
Implicit shadowing of class `A`
Old column: 9 New column: 13
[error] invalid-assignment - :274 -
Implicit shadowing of class `B`
Old column: 9 New column: 13

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

corporate/tests/test_stripe.py

[error] invalid-assignment - :799 -
Implicit shadowing of function `upgrade_func`
Old column: 13 New column: 28

zerver/actions/message_send.py

[error] invalid-assignment - :1135 -
Object of type `dict[str, Unknown | None]` is not assignable to `UserData`
Old column: 13 New column: 35

zerver/lib/export.py

[error] invalid-assignment - :1954 -
Object of type `dict[str, list[dict[str, Any] | Unknown] | list[int] | Unknown]` is not assignable to `MessagePartial`
Old column: 9 New column: 34

zerver/lib/message.py

[error] invalid-assignment - :932 -
Object of type `dict[str, dict[int, RawUnreadDirectMessageDict] | dict[int, RawUnreadStreamDict] | set[int] | dict[int, RawUnreadDirectMessageGroupDict] | bool]` is not assignable to `RawUnreadMessagesResult`
Old column: 5 New column: 52
[error] invalid-assignment - :1157 -
Object of type `dict[str, list[UnreadDirectMessageInfo] | list[UnreadStreamInfo] | list[UnreadDirectMessageGroupInfo] | list[int] | int]` is not assignable to `UnreadMessagesResult`
Old column: 5 New column: 36

zerver/lib/subscription_info.py

[error] invalid-assignment - :807 -
Object of type `dict[Any, dict[str, Any] | Unknown]` is not assignable to `dict[int, RawStreamDict]`
Old column: 5 New column: 49
[error] invalid-assignment - :830 -
Object of type `QuerySet[Subscription, dict[str, Any]]` is not assignable to `Iterable[RawSubscriptionDict]`
Old column: 5 New column: 54

zerver/lib/user_groups.py

[error] invalid-assignment - :708 -
Object of type `dict[str, Unknown | int | None | list[int] | UserGroupMembersDict]` is not assignable to `UserGroupDict`
Old column: 9 New column: 37

zerver/models/realm_emoji.py

[error] invalid-assignment - :88 -
Object of type `dict[str, str | Unknown | None]` is not assignable to `EmojiInfo`
Old column: 9 New column: 33

zerver/tests/test_message_dict.py

[error] invalid-assignment - :360 -
Object of type `list[Unknown | dict[str, str | int]]` is not assignable to `list[UserDisplayRecipient]`
Old column: 9 New column: 57

zerver/tests/test_subs.py

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

zerver/views/streams.py

[error] invalid-assignment - :595 -
Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StreamDict]`
Old column: 5 New column: 41

zproject/backends.py

[error] invalid-assignment - :3460 -
Object of type `dict[str, str | Any]` is not assignable to `ExternalAuthMethodDictT`
Old column: 13 New column: 50