Ecosystem report

Old: main (merge base) 146340ca New: 23848/merge 91d91caf
Lint Rule Removed Added Changed
Total 65 82 78
invalid-argument-type 16 3 64
no-matching-overload 35 16 0
invalid-await 0 40 0
type-assertion-failure 9 15 9
invalid-assignment 4 5 4
invalid-return-type 0 2 1
unused-type-ignore-comment 1 1 0
Project Removed Added Changed
Total 65 82 78
ibis 0 0 64
pandas-stubs 9 30 9
prefect flaky 0 42 0
scipy 30 0 0
pandas 9 0 2
colour 8 1 0
meson 2 6 0
anyio 2 0 0
bokeh 1 1 0
xarray 2 0 0
aioredis 0 0 1
core 0 1 0
dd-trace-py 1 0 0
mongo-python-driver 0 0 1
paasta 0 0 1
pandera 1 0 0
scipy-stubs 0 1 0
pydantic flaky 0 0 0
scikit-build-core flaky 0 0 0

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

aioredis/client.py

[error] invalid-assignment - Object of type `dict[bytes | str | memoryview[int], Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`
[error] invalid-assignment - Object of type `dict[Unknown, Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`

anyio (https://github.com/agronholm/anyio)

src/anyio/_core/_fileio.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`

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

src/bokeh/layouts.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[L@_parse_children_arg]`, found `tuple[L@_parse_children_arg | list[L@_parse_children_arg], ...]`
[error] invalid-return-type - Return type does not match returned value: expected `list[L@_parse_children_arg]`, found `list[L@_parse_children_arg | list[L@_parse_children_arg]]`

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

colour/appearance/scam.py

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

colour/graph/conversion.py

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

colour/notation/munsell/centore2014.py

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

colour/utilities/tests/test_array.py

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

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

homeassistant/helpers/service.py

[error] invalid-assignment - Object of type `object` is not assignable to `ServiceResponse`

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

setup.py

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

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

ibis/backends/athena/__init__.py

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

ibis/backends/bigquery/datatypes.py

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

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

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

ibis/backends/databricks/__init__.py

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

ibis/backends/databricks/tests/test_datatypes.py

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

ibis/backends/datafusion/__init__.py

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

ibis/backends/duckdb/__init__.py

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

ibis/backends/exasol/__init__.py

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

ibis/backends/flink/tests/test_ddl.py

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

ibis/backends/materialize/__init__.py

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

ibis/backends/oracle/tests/test_datatypes.py

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

ibis/backends/polars/rewrites.py

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

ibis/backends/postgres/__init__.py

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

ibis/backends/risingwave/__init__.py

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

ibis/backends/snowflake/__init__.py

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

ibis/backends/sqlite/__init__.py

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

ibis/backends/tests/test_join.py

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

ibis/backends/trino/__init__.py

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

ibis/expr/tests/test_api.py

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

ibis/expr/tests/test_format.py

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

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Boolean | Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int8 | Float64 | Int32]`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Float64 | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Float64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Timestamp]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Int32 | Int16 | ... omitted 14 union elements]`

ibis/expr/types/generic.py

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

ibis/formats/pandas.py

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

ibis/formats/polars.py

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

ibis/formats/tests/test_pandas.py

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

ibis/tests/expr/test_table.py

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

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

mesonbuild/cmake/interpreter.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `str | int | Path | BaseNode`

mesonbuild/interpreter/type_checking.py

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

mesonbuild/mparser.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to `Mapping[str, Literal["==", "!=", "<", "<=", ">=", ... omitted 3 literals]]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to `Mapping[str, Literal["+", "-", "*", "/", "%"]]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to `Mapping[str, Literal["+", "-", "*", "/", "%"]]`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `None`

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

bson/json_util.py

[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `(Any, JSONOptions, /) -> Any` on object of type `dict[int, (Any, JSONOptions, /) -> Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `type | ((Any, JSONOptions, /) -> Any)` on object of type `dict[int, (Any, JSONOptions, /) -> Any]`

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

paasta_tools/tron_tools.py

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

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

pandas/core/dtypes/dtypes.py

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

pandas/plotting/_matplotlib/core.py

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

pandas/tests/frame/methods/test_diff.py

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

pandas/tests/groupby/test_groupby_dropna.py

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

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

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

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

tests/arrays/test_string_arrow.py

[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `ArrowStringArray`

tests/arrays/test_base_string_.py

[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`

tests/arrays/test_string_.py

[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `BaseStringArray[None]` does not match asserted type `StringArray`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `StringArray`

tests/frame/test_frame.py

[error] type-assertion-failure - Type `Unknown` is not equivalent to `Never`

tests/test_groupby.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

tests/test_pandas.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Never`

tests/test_resampler.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments

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

tests/polars/test_polars_dataframe_generic.py

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

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

src/prefect/runtime/flow_run.py

[error] invalid-assignment - Object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | ... omitted 3 union elements, ((x) -> Unknown) | <class 'int'> | <class 'float'> | <class 'str'> | ((dt: str) -> datetime)]` is not assignable to `dict[type[int | float | str | Unknown] | <class 'NoneType'>, (Any, /) -> Any]`

src/integrations/prefect-docker/tests/test_containers.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-docker/tests/test_images.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_custom_objects.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_deployments.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_jobs.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_pods.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/prefect/utilities/_engine.py

flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`

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

scipy/special/tests/test_ndtri_exp.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[floating[Any] | int]`

scipy/optimize/_differentialevolution.py

[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[int | Unknown | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[Any]]`

scipy/stats/tests/test_axis_nan_policy.py

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

scipy/stats/tests/test_mstats_basic.py

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

scipy/stats/tests/test_stats.py

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

subprojects/cobyqa/cobyqa/main.py

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

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/trustregion.py

[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_64Bit] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `list[signedinteger[_64Bit] | int | Unknown]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`

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

tests/stats/test_mode.pyi

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

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

xarray/core/groupby.py

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

xarray/tests/test_concat.py

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