Ecosystem report

Old: main (merge base) a0f2cd0d New: 22322/merge f3482e4c
Lint Rule Removed Added Changed
Total 42 31 79
invalid-argument-type 9 16 63
invalid-return-type 12 3 7
invalid-assignment 6 0 7
possibly-missing-attribute 1 11 1
unresolved-attribute 11 0 0
unused-ignore-comment 2 0 0
no-matching-overload 1 0 0
redundant-cast 0 1 0
unsupported-operator 0 0 1
Project Removed Added Changed
Total 42 31 79
ibis 0 0 46
core 22 11 4
static-frame 10 7 2
prefect 0 2 11
bokeh 1 0 7
rotki 5 2 0
Expression 0 4 0
attrs 0 0 3
egglog-python 0 2 0
mypy 2 0 0
AutoSplit 1 0 0
Tanjun 0 0 1
altair 0 1 0
dd-trace-py 0 0 1
freqtrade 1 0 0
jax 0 0 1
pandas 0 1 0
pwndbg 0 0 1
sockeye 0 1 0
strawberry 0 0 1

AutoSplit (https://github.com/Toufool/AutoSplit)

src/user_profile.py

[error] invalid-assignment - :145:44 - Invalid assignment to key "screenshot_on" with declared type `list[Literal["split", "start", "pause", "reset", "skip", "undo"]]` on TypedDict `UserProfileDict`: value of type `list[str]`

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

expression/collections/maptree.py

[error] invalid-argument-type - :113:25 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-argument-type - :136:29 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-argument-type - :121:27 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`
[error] invalid-argument-type - :141:61 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`

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

tanjun/dependencies/data.py

[error] invalid-return-type - :347 -
Old: Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]] | _T@cached_inject`
New: Return type does not match returned value: expected `_T@cached_inject`, found `_T@cached_inject | Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]]`

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

altair/utils/schemapi.py

[warning] redundant-cast - :1132:20 - Value is already of type `Self@copy`

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

tests/test_validators.py

[error] invalid-argument-type - :185 -
Old: Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :219 -
Old: Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

typing-examples/mypy.py

[error] invalid-argument-type - :250 -
Old: Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

src/bokeh/embed/bundle.py

[error] invalid-argument-type - :184:37 - Argument to bound method `clone` is incorrect: Expected `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]] | None`, found `list[str]`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - :213 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | Literal["below"]]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :214 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | Literal["left"]]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :221 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
New: Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :222 -
Old: Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
New: Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :223 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
New: Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :224 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
New: Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - :225 -
Old: Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
New: Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Any | str]`

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

homeassistant/components/advantage_air/__init__.py

[error] invalid-argument-type - :69 -
Old: Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None]`
New: Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None | Unknown]`

homeassistant/components/airvisual/__init__.py

[error] invalid-assignment - :220:5 - Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to attribute `runtime_data` of type `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/airvisual_pro/__init__.py

[error] invalid-argument-type - :91:43 - Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[dict[str, Any] | None]`

homeassistant/components/asuswrt/router.py

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

homeassistant/components/hvv_departures/binary_sensor.py

[error] unresolved-attribute - :123:27 - Object of type `None` has no attribute `items`
[warning] possibly-missing-attribute - :123:27 - Attribute `items` may be missing on object of type `None | Unknown`

homeassistant/components/iammeter/sensor.py

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

homeassistant/components/meteo_france/__init__.py

[error] unresolved-attribute - :96:18 - Object of type `None` has no attribute `position`
[warning] possibly-missing-attribute - :96:18 - Attribute `position` may be missing on object of type `None | Unknown`

homeassistant/components/nut/__init__.py

[error] invalid-argument-type - :119:40 - Argument to function `_unique_id_from_status` is incorrect: Expected `dict[str, str]`, found `dict[str, str] | None`
[warning] possibly-missing-attribute - :129:28 - Attribute `get` may be missing on object of type `dict[str, str] | None`
[error] invalid-argument-type - :156:9 - Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[dict[str, str] | None]`

homeassistant/components/powerwall/__init__.py

[error] invalid-assignment - :236:43 - Invalid assignment to key "coordinator" with declared type `DataUpdateCoordinator[PowerwallData] | None` on TypedDict `PowerwallRuntimeData`: value of type `DataUpdateCoordinator[PowerwallData | None]`

homeassistant/components/renault/services.py

[error] unresolved-attribute - :124:42 - Object of type `None` has no attribute `raw_data`
[warning] possibly-missing-attribute - :124:42 - Attribute `raw_data` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :133:9 - Object of type `None` has no attribute `update`
[warning] possibly-missing-attribute - :133:9 - Attribute `update` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :136:16 - Object of type `None` has no attribute `schedules`
[warning] possibly-missing-attribute - :136:16 - Attribute `schedules` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :138:47 - Object of type `None` has no attribute `schedules`
[warning] possibly-missing-attribute - :138:47 - Attribute `schedules` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :153:9 - Object of type `None` has no attribute `update`
[warning] possibly-missing-attribute - :153:9 - Attribute `update` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :156:16 - Object of type `None` has no attribute `schedules`
[warning] possibly-missing-attribute - :156:16 - Attribute `schedules` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :158:45 - Object of type `None` has no attribute `schedules`
[warning] possibly-missing-attribute - :158:45 - Attribute `schedules` may be missing on object of type `None | Unknown`

homeassistant/components/schluter/climate.py

[error] unresolved-attribute - :74:42 - Object of type `None` has no attribute `items`
[warning] possibly-missing-attribute - :74:42 - Attribute `items` may be missing on object of type `None | Unknown`

homeassistant/components/senz/__init__.py

[error] invalid-assignment - :79:46 - Object of type `DataUpdateCoordinator[dict[str, Unknown] | None]` is not assignable to `SENZDataUpdateCoordinator`

homeassistant/components/smarttub/controller.py

[error] invalid-assignment - :73:9 - Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to attribute `coordinator` of type `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/spotify/__init__.py

[error] invalid-assignment - :82:63 - Object of type `DataUpdateCoordinator[list[Unknown] | None]` is not assignable to `DataUpdateCoordinator[list[Unknown]]`

homeassistant/components/supla/__init__.py

[error] unresolved-attribute - :123:36 - Object of type `None` has no attribute `items`
[warning] possibly-missing-attribute - :123:36 - Attribute `items` may be missing on object of type `None | Unknown`

homeassistant/components/tesla_wall_connector/__init__.py

[error] invalid-assignment - :71 -
Old: Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to `DataUpdateCoordinator[dict[str, Any]]`
New: Object of type `DataUpdateCoordinator[dict[str, Any] | None | Unknown]` is not assignable to `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/util/variance.py

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

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

ddtrace/appsec/_exploit_prevention/stack_traces.py

[error] unsupported-operator - :66 -
Old: Operator `*` is not supported between objects of type `Unknown | EnvVariable[int]` and `Unknown | EnvVariable[float | int]`
New: Operator `*` is not supported between objects of type `Unknown | EnvVariable[int]` and `Unknown | EnvVariable[int | float]`

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

python/egglog/egraph.py

[error] invalid-argument-type - :2260:35 - Argument to function `__new__` is incorrect: Argument type `COST@_CostModel` does not satisfy upper bound `_Cost` of type variable `_COST`
[error] invalid-argument-type - :2260:63 - Argument to function `__new__` is incorrect: Argument type `COST@_CostModel` does not satisfy upper bound `_Cost` of type variable `_COST`

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

freqtrade/data/history/datahandlers/jsondatahandler.py

[error] no-matching-overload - :42:9 - No overload of bound method `to_json` matches arguments

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

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

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

ibis/backends/databricks/tests/test_datatypes.py

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

ibis/backends/flink/tests/test_ddl.py

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

ibis/backends/oracle/tests/test_datatypes.py

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

ibis/backends/tests/test_join.py

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

ibis/expr/tests/test_api.py

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

ibis/expr/tests/test_format.py

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

ibis/expr/tests/test_newrels.py

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

ibis/expr/tests/test_schema.py

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

ibis/expr/types/generic.py

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

ibis/formats/pandas.py

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

ibis/formats/polars.py

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

ibis/formats/tests/test_pandas.py

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

ibis/tests/expr/test_table.py

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

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

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-return-type - :1511 -
Old: Return type does not match returned value: expected `tuple[RefOrTmemType@_handle_transforms, Sequence[Transform]]`, found `tuple[Unknown | MultimemRef, list[Unknown]]`
New: Return type does not match returned value: expected `tuple[RefOrTmemType@_handle_transforms, Sequence[Transform]]`, found `tuple[RefOrTmemType@_handle_transforms | TMEMRef | Unknown | MultimemRef, list[Unknown]]`

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

mypy/config_parser.py

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

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

pandas/core/apply.py

[error] invalid-argument-type - :1762:59 - Argument to bound method `__init__` is incorrect: Expected `Iterable[((...) -> Unknown) | str]`, found `(((...) -> Unknown) & Top[list[Unknown]]) | list[((...) -> Unknown) | str] | (MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]] & Top[list[Unknown]])`

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

src/integrations/prefect-dbt/prefect_dbt/core/settings.py

[error] invalid-assignment - :94 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :99 -
Old: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables | dict[str, Any]` is not assignable to `dict[str, Any]`

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :86 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :87 -
Old: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables` is not assignable to `dict[str, Any]`

src/prefect/deployments/steps/core.py

[error] invalid-argument-type - :137 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`

src/prefect/flows.py

[error] invalid-argument-type - :1277:5 - Argument is incorrect: Expected `(**P@async_dispatch) -> Flow[(...), Any]`, found `def from_source(cls, source: str | Path | RunnerStorage | ReadableDeploymentStorage, entrypoint: str) -> Flow[(...), Any]`
[error] invalid-argument-type - :1277:21 - Argument to function `async_dispatch` is incorrect: Expected `((**P@async_dispatch) -> Coroutine[Any, Any, Flow[(...), Any]]) | classmethod[type[Any], ((cls, source: str | Path | RunnerStorage | ReadableDeploymentStorage, entrypoint: str)) | Flow[(...), Any], Coroutine[Any, Any, Flow[(...), Any]]]`, found `def afrom_source(cls, source: str | Path | RunnerStorage | ReadableDeploymentStorage, entrypoint: str) -> CoroutineType[Any, Any, Flow[(...), Any]]`

src/prefect/utilities/templating.py

[error] invalid-assignment - :320 -
Old: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` on object of type `dict[str, Any]`
New: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any]` on object of type `dict[str, Any]`
[error] invalid-return-type - :323 -
Old: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[T@resolve_block_document_references | dict[str, Any] | str | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[T@resolve_block_document_references | dict[str, Any] | Unknown]`
[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, T@resolve_variables | str | int | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, T@resolve_variables | Unknown]`
[error] invalid-return-type - :442 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `list[T@resolve_variables | str | int | ... omitted 5 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `list[T@resolve_variables | Unknown]`

src/prefect/workers/base.py

[error] invalid-argument-type - :232 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`
[error] invalid-argument-type - :234 -
Old: Argument expression after ** must be a mapping type: Found `T@resolve_variables | str | int | ... omitted 4 union elements`
New: Argument expression after ** must be a mapping type: Found `T@resolve_variables`

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

pwndbg/aglib/objc.py

[warning] possibly-missing-attribute - :389 -
Old: Attribute `get_list` may be missing on object of type `_RelativeListOfListsEntry[T@_ListArray] | None`
New: Attribute `get_list` may be missing on object of type `_RelativeListOfListsEntry[T@_ListArray | _T0] | None`

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

rotkehlchen/chain/aggregator.py

[error] invalid-argument-type - :392:38 - Argument to bound method `activate_module` is incorrect: Expected `Literal["makerdao_dsr", "makerdao_vaults", "uniswap", "loopring", "eth2", ... omitted 4 literals]`, found `str`
[error] invalid-argument-type - :1236:17 - Argument to bound method `check_chains_and_add_accounts` is incorrect: Expected `list[Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 5 literals]]`, found `list[SupportedBlockchain]`

rotkehlchen/chain/decoding/tools.py

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

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

sockeye/inference.py

[error] invalid-argument-type - :379:72 - Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `(Unknown & Top[dict[Unknown, Unknown]]) | (RestrictLexicon & Top[dict[Unknown, Unknown]]) | dict[str, RestrictLexicon]`

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

static_frame/core/batch.py

[error] invalid-return-type - :778:16 - Return type does not match returned value: expected `InterGetItemILocCompound[Batch]`, found `InterGetItemILocCompound[Batch | Bottom[Series[Any, Any]]]`
[error] invalid-return-type - :782:16 - Return type does not match returned value: expected `InterfaceGetItemBLoc[Batch]`, found `InterfaceGetItemBLoc[Batch | Bottom[Series[Any, Any]]]`

static_frame/core/bus.py

[error] invalid-return-type - :671:16 - Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Bus[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`
[error] invalid-return-type - :675:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Bus[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_ | Self@iloc]`
[error] invalid-argument-type - :675:40 - Argument to bound method `__init__` is incorrect: Argument type `Self@iloc` does not satisfy upper bound `generic[Any]` of type variable `TVDtype`

static_frame/core/index.py

[error] invalid-return-type - :763:16 - Return type does not match returned value: expected `InterfaceString[ndarray[Any, Any]]`, found `InterfaceString[ndarray[Any, Any] | Bottom[Series[Any, Any]]]`
[error] invalid-return-type - :781:16 - Return type does not match returned value: expected `InterfaceDatetime[ndarray[Any, Any]]`, found `InterfaceDatetime[ndarray[Any, Any] | Bottom[Series[Any, Any]]]`
[error] invalid-return-type - :801:16 - Return type does not match returned value: expected `InterfaceRe[ndarray[Any, Any]]`, found `InterfaceRe[ndarray[Any, Any] | Bottom[Series[Any, Any]]]`
[error] invalid-return-type - :580 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@loc, TVDtype@Index]`, found `InterGetItemLocReduces[Any | Bottom[Series[Any, Any]], TVDtype@Index]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@loc, TVDtype@Index]`, found `InterGetItemLocReduces[Bottom[Series[Any, Any]] | Any | TVContainer_co@loc, TVDtype@Index]`

static_frame/core/node_iter.py

[error] invalid-return-type - :866:16 - Return type does not match returned value: expected `IterNodeDelegate[TContainerAny@IterNode]`, found `IterNodeDelegate[TContainerAny@IterNode | Bottom[Series[Any, Any]] | Any | ... omitted 3 union elements]`
[error] invalid-return-type - :872:16 - Return type does not match returned value: expected `IterNodeDelegateReducible[TContainerAny@IterNode]`, found `IterNodeDelegateReducible[TContainerAny@IterNode | Bottom[Series[Any, Any]] | Any | ... omitted 3 union elements]`
[error] invalid-return-type - :878:16 - Return type does not match returned value: expected `IterNodeDelegateMapable[TContainerAny@IterNode]`, found `IterNodeDelegateMapable[TContainerAny@IterNode | Bottom[Series[Any, Any]] | Any | ... omitted 3 union elements]`

static_frame/core/node_selector.py

[error] invalid-argument-type - :456:39 - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> TVContainer_co@InterfaceSelectDuo`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-argument-type - :492:32 - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> TVContainer_co@InterfaceSelectTrio`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-argument-type - :536:39 - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> TVContainer_co@InterfaceSelectQuartet`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-return-type - :526 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@InterfaceSelectQuartet, Any]`, found `InterGetItemLocReduces[Unknown | Bottom[Series[Any, Any]], Any]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[TVContainer_co@InterfaceSelectQuartet, Any]`, found `InterGetItemLocReduces[Unknown | Bottom[Series[Any, Any]] | TVContainer_co@InterfaceSelectQuartet, Any]`

static_frame/core/series.py

[error] invalid-return-type - :772:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, TVDtype@Series]`
[error] invalid-return-type - :4072:16 - Return type does not match returned value: expected `InterGetItemILocReduces[SeriesHE[Any, Any], TVDtype@SeriesHE]`, found `InterGetItemILocReduces[Bottom[Series[Any, Any]] | ndarray[Never, Never] | TypeBlocks | ... omitted 7 union elements, TVDtype@SeriesHE]`

static_frame/core/yarn.py

[error] invalid-return-type - :418:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, object_]`

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

strawberry/schema/schema.py

[error] invalid-assignment - :827 -
Old: Object of type `AsyncIterator[ExecutionResult] | ExecutionResult | CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult]` is not assignable to `ExecutionResult | AsyncIterator[ExecutionResult]`
New: Object of type `CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult] | AsyncIterator[ExecutionResult] | ExecutionResult` is not assignable to `ExecutionResult | AsyncIterator[ExecutionResult]`

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

tornado/gen.py

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