Ecosystem report

Old: main (merge base) 6ded4bed New: 23248/merge d3e2ad6c
Lint Rule Removed Added Changed
Total 14 46 175
invalid-argument-type 8 0 112
invalid-method-override 0 41 0
unresolved-attribute 0 4 32
invalid-return-type 3 0 10
unsupported-operator 0 0 8
invalid-assignment 0 0 7
not-iterable 0 0 4
type-assertion-failure 0 1 2
unused-type-ignore-comment 3 0 0
Project Removed Added Changed
Total 14 46 175
ibis 0 5 80
static-frame 0 3 49
vision 3 31 2
aiortc 6 0 18
prefect flaky 0 0 5
rich 0 0 4
jax 0 1 2
pip 0 0 3
schemathesis 3 0 0
sockeye 2 0 1
sympy flaky 0 3 0
mitmproxy 0 1 1
openlibrary 0 0 2
pandas-stubs 0 1 1
rotki 0 0 2
dd-trace-py 0 0 1
meson 0 0 1
pandas 0 0 1
scipy-stubs 0 0 1
spack 0 0 1

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

src/aiortc/rtcpeerconnection.py

[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`
[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] invalid-argument-type - Argument to function `and_direction` is incorrect: Expected `str`, found `str | None | @Todo`
[error] invalid-argument-type - Argument to function `and_direction` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `_offerDirection` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `_offerDirection` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None | @Todo`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `mid` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `mid` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] invalid-argument-type - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[error] invalid-argument-type - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None`
[error] invalid-argument-type - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[error] invalid-argument-type - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None`
[error] unresolved-attribute - Attribute `_set_mline_index` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `_set_mline_index` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `_set_mid` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `_set_mid` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None`
[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`
[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None`
[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`
[error] unresolved-attribute - Attribute `media` is not defined on `None` in union `SessionDescription | None`

src/aiortc/rtcsctptransport.py

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

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

tests/tracer/test_span.py

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

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

ibis/backends/athena/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/bigquery/__init__.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Schema | @Todo` and `Schema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Schema | @Todo` and `Schema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Schema | @Todo` and `Schema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Schema`

ibis/backends/clickhouse/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/databricks/__init__.py

[error] unresolved-attribute - Attribute `to_sqlglot_column_defs` is not defined on `None` in union `None | Schema | @Todo`
[error] unresolved-attribute - Attribute `to_sqlglot_column_defs` is not defined on `None` in union `None | Schema | Unknown`

ibis/backends/impala/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/mssql/__init__.py

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

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`

ibis/backends/sql/compilers/duckdb.py

[error] not-iterable - Object of type `(Attribute & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy)` may not be iterable
[error] not-iterable - Object of type `Attribute & ~AlwaysFalsy` is not iterable

ibis/backends/sql/compilers/postgres.py

[error] not-iterable - Object of type `Attribute | @Todo` may not be iterable
[error] not-iterable - Object of type `Attribute` is not iterable

ibis/backends/sql/compilers/risingwave.py

[error] not-iterable - Object of type `Attribute | @Todo` may not be iterable
[error] not-iterable - Object of type `Attribute` is not iterable

ibis/backends/tests/sql/test_select_sql.py

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

ibis/common/selectors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table | @Todo`, found `(Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]) | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`

ibis/expr/tests/test_format.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `list[Unknown | ((t) -> Unknown)]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `list[(t) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `dict[str, int]`

ibis/expr/tests/test_newrels.py

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

ibis/expr/types/arrays.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Column.__getitem__`

ibis/expr/types/generic.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[SortKey, ...]`, found `tuple[Value | None | @Todo, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[SortKey, ...]`, found `tuple[Value | None, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar`

ibis/expr/types/joins.py

[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...]`

ibis/expr/types/json.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Column.__getitem__`

ibis/expr/types/logical.py

[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-return-type - Return type does not match returned value: expected `BooleanColumn`, found `BooleanScalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `BooleanColumn`, found `BooleanScalar`
[error] invalid-return-type - Return type does not match returned value: expected `BooleanColumn`, found `BooleanScalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `BooleanColumn`, found `BooleanScalar`

ibis/expr/types/maps.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Column.__getitem__`

ibis/expr/types/numeric.py

[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-return-type - Return type does not match returned value: expected `FloatingColumn`, found `NumericScalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `FloatingColumn`, found `NumericScalar`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-return-type - Return type does not match returned value: expected `NumericColumn`, found `NumericScalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `NumericColumn`, found `NumericScalar`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar` and `int | float`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float | Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar` and `int | float | Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float | Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Scalar` and `int | float | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None`

ibis/expr/types/relations.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `tuple[Value, ...] | tuple[@Todo, ...]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `tuple[Value, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[ibis.expr.operations.core.Value[Unknown, Any], ...]`, found `tuple[ibis.expr.types.generic.Value, ...] | tuple[@Todo, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[ibis.expr.operations.core.Value[Unknown, Any], ...]`, found `tuple[ibis.expr.types.generic.Value, ...]`
[error] invalid-assignment - Object of type `tuple[Value, ...] | @Todo` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] invalid-assignment - Object of type `tuple[Value, ...]` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] invalid-assignment - Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[BooleanValue] | None`
[error] invalid-assignment - Object of type `tuple[Value, ...]` is not assignable to `Sequence[BooleanValue] | None`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...]`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `Column`, found `Scalar`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...]`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...]`
[error] invalid-assignment - Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[str] | None`
[error] invalid-assignment - Object of type `tuple[Value, ...]` is not assignable to `Sequence[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-assignment - Object of type `Attribute | @Todo` is not assignable to `tuple[str | Selector, ...]`
[error] invalid-assignment - Object of type `Attribute` is not assignable to `tuple[str | Selector, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Array[Unknown], Any]`, found `ibis.expr.types.generic.Value | @Todo`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Array[Unknown], Any]`, found `ibis.expr.types.generic.Value`

ibis/expr/types/strings.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Column.__getitem__`

ibis/expr/types/structs.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Column.__getitem__`

ibis/selectors.py

[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[str | Unknown | Buffer]`
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[Unknown | str | Buffer]`
[error] invalid-assignment - Object of type `frozenset[str | Unknown]` is not assignable to `tuple[str | Column, ...]`
[error] invalid-assignment - Object of type `frozenset[Unknown | str]` is not assignable to `tuple[str | Column, ...]`
[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute | @Todo`
[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table | @Todo`, found `(Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]) | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`

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

jax/collect_profile.py

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

jax/experimental/jax2tf/tests/tf_test_util.py

[error] invalid-method-override - Invalid override of method `assertDtypesMatch`: Definition is incompatible with `JaxTestCase.assertDtypesMatch`

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

mesonbuild/dependencies/cuda.py

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

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

mitmproxy/tools/console/commands.py

[error] invalid-argument-type - Argument to bound method `connect` is incorrect: Expected `(text) -> None`, found `(bound method Self@__init__.sig_mod(txt) -> Unknown) | @Todo`
[error] invalid-argument-type - Argument to bound method `connect` is incorrect: Expected `(text) -> None`, found `bound method Self@__init__.sig_mod(txt) -> Unknown`

test/mitmproxy/tools/console/test_flowview.py

[error] unresolved-attribute - Object of type `_lru_cache_wrapper[tuple[str, list[Unknown]]]` has no attribute `assert_called_with`

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

openlibrary/accounts/model.py

[error] invalid-return-type - Return type does not match returned value: expected `int`, found `(User & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | Literal[0]`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `(User & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | Literal[0]`

openlibrary/catalog/utils/__init__.py

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

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

pandas/core/methods/describe.py

[error] not-iterable - Object of type `Sized | Unknown` may not be iterable
[error] not-iterable - Object of type `Unknown | Sized` may not be iterable

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

tests/series/test_series.py

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

tests/test_string_accessors.py

[error] type-assertion-failure - Type `Index[bytes]` does not match asserted type `Index[bytes | Unknown]`
[error] type-assertion-failure - Type `Index[bytes]` does not match asserted type `Index[Unknown | bytes]`

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

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`

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

src/integrations/prefect-redis/prefect_redis/messaging.py

[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `str | timedelta | @Todo`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `str | timedelta`

src/prefect/cli/dev.py

[error] unresolved-attribute - Attribute `aio` is not defined on `(...) -> Any` in union `((...) -> Any) | @Todo`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `aio`
[error] unresolved-attribute - Attribute `aio` is not defined on `(...) -> Any` in union `((...) -> Any) | @Todo`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `aio`

src/prefect/server/api/server.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[Settings, bool], Unknown].__getitem__(key: tuple[Settings, bool], /) -> Unknown` cannot be called with key of type `tuple[str | @Todo, bool, bool]` on object of type `dict[tuple[Settings, bool], Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[Settings, bool], Unknown].__getitem__(key: tuple[Settings, bool], /) -> Unknown` cannot be called with key of type `tuple[str, bool, bool]` on object of type `dict[tuple[Settings, bool], Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str | @Todo, bool, bool]` and value of type `Unknown` on object of type `dict[tuple[Settings, bool], Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[str, bool, bool]` and value of type `Unknown` on object of type `dict[tuple[Settings, bool], Unknown]`

rich (https://github.com/Textualize/rich)

tests/test_tools.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`

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

rotkehlchen/tests/unit/test_makerdao.py

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

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

src/schemathesis/cli/ext/options.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `list[str]`
[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `list[Enum]`
[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `list[str]`

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

tests/integrate/test_ode.pyi

[error] type-assertion-failure - Type `@Todo` does not match asserted type `complex_ode | @Todo`
[error] type-assertion-failure - Type `@Todo` does not match asserted type `complex_ode`

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

sockeye/layers.py

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

sockeye/output_handler.py

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

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

lib/spack/spack/detection/path.py

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

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

static_frame/test/property/test_frame.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None | @Todo`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`

static_frame/test/unit/test_frame_iter.py

[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `shape` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements` is not assignable to `list[int]`
[error] invalid-assignment - Object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements` is not assignable to `list[int]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`

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

sympy/printing/lambdarepr.py

[error] invalid-method-override - Invalid override of method `_print_Rational`: Definition is incompatible with `MpmathPrinter._print_Rational`
[error] invalid-method-override - Invalid override of method `_print_Half`: Definition is incompatible with `MpmathPrinter._print_Half`
[error] invalid-method-override - Invalid override of method `_print_Pow`: Definition is incompatible with `MpmathPrinter._print_Pow`

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

torchvision/datasets/clevr.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/dtd.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/fgvc_aircraft.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/food101.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/imagenette.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/oxford_iiit_pet.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/rendered_sst2.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/sun397.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

references/depth/stereo/transforms.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `ColorJitter.forward`

references/detection/coco_utils.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `torchvision.datasets.coco.CocoDetection.__getitem__`

references/detection/transforms.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `torchvision.transforms.transforms.RandomHorizontalFlip.forward`

references/optical_flow/transforms.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `ColorJitter.forward`
[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `torchvision.transforms.transforms.RandomErasing.forward`
[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `torchvision.transforms.transforms.RandomHorizontalFlip.forward`
[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `torchvision.transforms.transforms.RandomVerticalFlip.forward`

references/segmentation/v2_extras.py

[error] invalid-method-override - Invalid override of method `make_params`: Definition is incompatible with `Transform.make_params`
[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `Transform.forward`

test/test_transforms_v2.py

[error] invalid-method-override - Invalid override of method `transform`: Definition is incompatible with `Transform.transform`

torchvision/datasets/fer2013.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/flowers102.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/hmdb51.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/kinetics.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/moving_mnist.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/pcam.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/stanford_cars.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/datasets/ucf101.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `VisionDataset.__getitem__`

torchvision/models/quantization/mobilenetv3.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `InvertedResidual.forward`

torchvision/ops/feature_pyramid_network.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `ExtraFPNBlock.forward`
[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `ExtraFPNBlock.forward`

torchvision/prototype/models/depth/stereo/raft_stereo.py

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

torchvision/transforms/transforms.py

[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `list[int | float]`, found `tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `list[int | float]`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - Argument to function `affine` is incorrect: Expected `list[int]`, found `int | float | tuple[int | float, int | float] | @Todo`

torchvision/transforms/v2/_misc.py

[error] invalid-method-override - Invalid override of method `check_inputs`: Definition is incompatible with `Transform.check_inputs`
[error] invalid-method-override - Invalid override of method `check_inputs`: Definition is incompatible with `Transform.check_inputs`

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

src/zope/interface/common/idatetime.py

[error] invalid-method-override - Invalid override of method `replace`: Definition is incompatible with `IDate.replace`