Ecosystem report

Old: main (merge base) e84b0f49 New: 23034/merge 8198a935
Lint Rule Removed Added Changed
Total 658 594 219
type-assertion-failure 573 73 195
unsupported-operator 0 283 1
no-matching-overload 21 186 0
invalid-argument-type 3 30 15
unresolved-attribute 30 1 1
invalid-assignment 16 0 3
invalid-return-type 8 9 2
unused-type-ignore-comment 6 1 0
possibly-missing-attribute 0 4 2
not-subscriptable 0 5 0
invalid-method-override 0 2 0
not-iterable 1 0 0
Project Removed Added Changed
Total 658 594 219
pandas-stubs 585 458 198
sympy 0 92 0
pandas 4 9 8
scipy 15 2 4
scipy-stubs 16 3 2
jax 0 9 4
rich 0 9 0
pycryptodome 0 7 0
static-frame 6 1 0
pwndbg 6 0 0
PyGithub 5 0 0
scikit-learn 1 1 2
hydpy 3 0 0
pip 1 1 0
setuptools 2 0 0
strawberry 2 0 0
trio 2 0 0
xarray 2 0 0
aiortc 1 0 0
cibuildwheel 1 0 0

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

github/GithubObject.py

[warning] unused-type-ignore-comment - :309:45 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :316:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :376:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :400:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :414:44 - Unused blanket `type: ignore` directive

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

src/aiortc/rtcrtpsender.py

[error] invalid-assignment - :290:25 - Object of type `int` is not assignable to attribute `target_bitrate` on type `Encoder & <Protocol with members 'target_bitrate'> & ~AlwaysFalsy`

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

cibuildwheel/platforms/__init__.py

[error] invalid-assignment - :31:67 - Object of type `dict[Literal["linux", "macos", "windows", "pyodide", "android", "ios"], PlatformModule | ModuleType]` is not assignable to `dict[Literal["linux", "macos", "windows", "pyodide", "android", "ios"], PlatformModule]`

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

homeassistant/components/media_source/__init__.py

[error] invalid-argument-type - :74:56 - Argument to function `_process_media_source_platform` is incorrect: Expected `MediaSourceProtocol`, found `<module 'homeassistant.components.media_source.local_source'>`

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

cwltool/executors.py

[error] invalid-assignment - :217:25 - Object of type `Builder` is not assignable to attribute `builder` on type `JobBase | (WorkflowJob & <Protocol with members 'builder'>) | ExpressionJob | (CallbackJob & <Protocol with members 'builder'>)`

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

ddtrace/appsec/_iast/_ast/visitor.py

[error] invalid-assignment - :675:17 - Object of type `Load` is not assignable to attribute `ctx` on type `expr & <Protocol with members 'ctx'>`

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

hydpy/core/masktools.py

[error] invalid-return-type - :43:16 - Return type does not match returned value: expected `Self@array2mask`, found `ndarray[tuple[Any, ...], Unknown]`

hydpy/core/sequencetools.py

[error] unresolved-attribute - :393:9 - Unresolved attribute `aggregation` on type `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :394:16 - Return type does not match returned value: expected `InfoArray`, found `ndarray[tuple[Any, ...], Unknown]`

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

src/hydra_zen/structured_configs/_type_guards.py

[error] invalid-argument-type - :80:32 - Argument to function `_get_target` is incorrect: Expected `HasTarget`, found `<class 'Just'>`

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

src/itsdangerous/serializer.py

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

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

jax/_src/lax/convolution.py

[error] invalid-argument-type - :815 -
Old: Argument to function `is_constant_shape` is incorrect: Expected `Sequence[int | Any]`, found `Unknown | ndarray[tuple[Any, ...], Unknown]`
New: Argument to function `is_constant_shape` is incorrect: Expected `Sequence[int | Any]`, found `Unknown | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`

jax/_src/lax/lax.py

[error] invalid-argument-type - :4586 -
Old: Argument to function `full_like` is incorrect: Expected `DuckTypedArray | int | float | complex`, found `None | Unknown`
New: Argument to function `full_like` is incorrect: Expected `DuckTypedArray | complex | numpy.bool[builtins.bool] | ... omitted 3 union elements`, found `None | Unknown`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - :7034:10 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] not-subscriptable - :7036:23 - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - :7036:44 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :7096:10 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] not-subscriptable - :7098:23 - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - :7098:44 - Cannot subscript object of type `object` with no `__getitem__` method

jax/_src/numpy/util.py

[error] invalid-return-type - :361:12 - Return type does not match returned value: expected `int`, found `object`
[error] invalid-return-type - :405:12 - Return type does not match returned value: expected `tuple[int, ...]`, found `object`
[error] invalid-return-type - :459:12 - Return type does not match returned value: expected `int`, found `object`

jax/experimental/jax2tf/tests/sharding_test.py

[error] invalid-argument-type - :515 -
Old: Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[Unknown]]`
New: Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[floating[_32Bit]]]`
[error] invalid-argument-type - :593 -
Old: Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[Unknown]]`
New: Argument is incorrect: Expected `(...) -> Unknown`, found `ndarray[tuple[int, int], dtype[floating[_32Bit]]]`

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

kopf/_cogs/configs/configuration.py

[error] invalid-assignment - :350:13 - Object of type `int` is not assignable to attribute `_max_workers` on type `Executor & <Protocol with members '_max_workers'>`

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

pymongo/ssl_support.py

[error] invalid-assignment - :105:13 - Object of type `bool` is not assignable to attribute `check_ocsp_endpoint` on type `pymongo.pyopenssl_context.SSLContext | (ssl.SSLContext & <Protocol with members 'check_ocsp_endpoint'>)`

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

openlibrary/plugins/upstream/utils.py

[error] invalid-return-type - :1532:20 - Return type does not match returned value: expected `str`, found `Literal[b""]`

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

pandas/tests/groupby/test_cumulative.py

[error] no-matching-overload - :35:14 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :40:14 - No overload of function `__new__` matches arguments

pandas/core/arrays/period.py

[error] invalid-return-type - :1471 -
Old: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[ndarray[tuple[Any, ...], dtype[Unknown]], BaseOffset | Unknown | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], BaseOffset | Unknown | None]`

pandas/core/arrays/timedeltas.py

[error] invalid-argument-type - :251 -
Old: Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`
New: Argument to function `datetime_data` is incorrect: Expected `str | type[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :277 -
Old: Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`
New: Argument to function `datetime_data` is incorrect: Expected `str | type[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`

pandas/core/dtypes/cast.py

[error] invalid-argument-type - :501 -
Old: Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `Unknown | int | float`
New: Argument to function `datetime_data` is incorrect: Expected `str | type[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `Unknown | int | float`

pandas/core/frame.py

[error] invalid-assignment - :13323:23 - Object of type `Top[list[Unknown]] & ~AlwaysFalsy` is not assignable to `list[Hashable]`

pandas/core/indexers/utils.py

[warning] possibly-missing-attribute - :575 -
Old: Attribute `to_numpy` may be missing on object of type `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Attribute `to_numpy` may be missing on object of type `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`

pandas/core/indexes/base.py

[error] invalid-return-type - :1882:16 - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Hashable & ~None)]`

pandas/io/common.py

[error] invalid-argument-type - :919:24 - Argument to bound method `append` is incorrect: Expected `BaseBuffer`, found `(GzipFile & ~str) | (IO[bytes] & ~str) | (Unknown & ~str)`
[error] invalid-argument-type - :947:54 - Argument to function `_is_binary_mode` is incorrect: Expected `str | PathLike[str] | BaseBuffer`, found `(BaseBuffer & ~str) | (GzipFile & ~str) | (Unknown & ~str) | IO[Any]`

pandas/io/formats/excel.py

[error] invalid-argument-type - :729:31 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]], (key: str, /) -> ndarray[tuple[object, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[object, ...], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
[error] not-iterable - :785:34 - Object of type `Unknown | (Top[list[Unknown]] & ~AlwaysFalsy) | (tuple[object, ...] & ~AlwaysFalsy) | (ndarray[tuple[object, ...], dtype[object]] & ~AlwaysFalsy) | (Index & ~AlwaysFalsy)` may not be iterable

pandas/tests/arrays/sparse/test_accessor.py

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

pandas/tests/frame/test_constructors.py

[error] unresolved-attribute - :2795 -
Old: Unresolved attribute `name` on type `ndarray[tuple[Any, ...], Unknown]`
New: Unresolved attribute `name` on type `Self@__new__`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - :1878:25 - Argument to bound method `to_stata` is incorrect: Expected `str | PathLike[str] | WriteBuffer[bytes]`, found `GzipFile`
[error] invalid-argument-type - :1880:33 - Argument to function `read_stata` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes]`, found `GzipFile`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :444:15 - Operator `*` is not supported between objects of type `Timedelta` and `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] unsupported-operator - :448:15 - Operator `*` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` and `Timedelta`
[error] unsupported-operator - :601:13 - Operator `/` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[float64]]` and `Timedelta`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - :986 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`

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

tests/scalars/timedelta/test_arithmetic.py

[error] unsupported-operator - :30:14 - Operator `*` is not supported between objects of type `Timedelta` and `int | float | complex`
[error] unsupported-operator - :31:14 - Operator `*` is not supported between objects of type `int | float | complex` and `Timedelta`

tests/arrays/test_cumul.py

[error] type-assertion-failure - :14:11 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :15:11 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :16:11 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :17:11 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :20:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :24:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :28:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :32:9 - Type `IntegerArray` does not match asserted type `FloatingArray`

tests/arrays/test_base_string_.py

[error] type-assertion-failure - :96:9 - Type `BaseStringArray[None]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :45:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :46:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :48:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :49:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :50:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :52:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :53:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :55:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :56:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :63:11 - Type `BaseStringArray[None]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:9 - Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :58 -
Old: Type `BaseStringArray[None]` does not match asserted type `FloatingArray`
New: Type `BaseStringArray[None]` does not match asserted type `Unknown`

tests/arrays/test_boolean.py

[error] type-assertion-failure - :42:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :44:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :46:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :47:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :49:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :51:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :52:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :59:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:9 - Type `BooleanArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :54 -
Old: Type `BooleanArray` does not match asserted type `FloatingArray`
New: Type `BooleanArray` does not match asserted type `Unknown`

tests/arrays/test_datetime_array.py

[error] type-assertion-failure - :72:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :73:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :77:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :79:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :82:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :85:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :88:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :92:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :96:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :101:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :102:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :103:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :105:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :106:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :107:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :109:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :110:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :113:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :117:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :119:9 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :221:11 - Type `BaseStringArray[None]` does not match asserted type `Unknown`
[error] unresolved-attribute - :221:23 - Object of type `FloatingArray` has no attribute `month_name`
[error] type-assertion-failure - :222:11 - Type `BaseStringArray[None]` does not match asserted type `Unknown`
[error] unresolved-attribute - :222:23 - Object of type `FloatingArray` has no attribute `day_name`
[error] type-assertion-failure - :223:11 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :223:23 - Object of type `FloatingArray` has no attribute `time`
[error] type-assertion-failure - :224:11 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :224:23 - Object of type `FloatingArray` has no attribute `timetz`
[error] type-assertion-failure - :225:11 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :225:23 - Object of type `FloatingArray` has no attribute `date`
[error] type-assertion-failure - :226:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :226:23 - Object of type `FloatingArray` has no attribute `year`
[error] type-assertion-failure - :227:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :227:23 - Object of type `FloatingArray` has no attribute `month`
[error] type-assertion-failure - :228:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :228:23 - Object of type `FloatingArray` has no attribute `day`
[error] type-assertion-failure - :229:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :229:23 - Object of type `FloatingArray` has no attribute `hour`
[error] type-assertion-failure - :230:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :230:23 - Object of type `FloatingArray` has no attribute `minute`
[error] type-assertion-failure - :231:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :231:23 - Object of type `FloatingArray` has no attribute `second`
[error] type-assertion-failure - :232:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :232:23 - Object of type `FloatingArray` has no attribute `microsecond`
[error] type-assertion-failure - :233:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :233:23 - Object of type `FloatingArray` has no attribute `nanosecond`
[error] type-assertion-failure - :234:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :234:23 - Object of type `FloatingArray` has no attribute `dayofweek`
[error] type-assertion-failure - :235:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :235:23 - Object of type `FloatingArray` has no attribute `weekday`
[error] type-assertion-failure - :236:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :236:23 - Object of type `FloatingArray` has no attribute `dayofyear`
[error] type-assertion-failure - :237:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :237:23 - Object of type `FloatingArray` has no attribute `quarter`
[error] type-assertion-failure - :238:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :238:23 - Object of type `FloatingArray` has no attribute `days_in_month`
[error] type-assertion-failure - :239:11 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :239:23 - Object of type `FloatingArray` has no attribute `daysinmonth`
[error] type-assertion-failure - :240:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :240:23 - Object of type `FloatingArray` has no attribute `is_month_start`
[error] type-assertion-failure - :241:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :241:23 - Object of type `FloatingArray` has no attribute `is_month_end`
[error] type-assertion-failure - :242:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :242:23 - Object of type `FloatingArray` has no attribute `is_quarter_start`
[error] type-assertion-failure - :243:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :243:23 - Object of type `FloatingArray` has no attribute `is_quarter_end`
[error] type-assertion-failure - :244:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :244:23 - Object of type `FloatingArray` has no attribute `is_year_start`
[error] type-assertion-failure - :245:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :245:23 - Object of type `FloatingArray` has no attribute `is_year_end`
[error] type-assertion-failure - :246:11 - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :246:23 - Object of type `FloatingArray` has no attribute `is_leap_year`
[error] type-assertion-failure - :248:9 - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] unresolved-attribute - :248:21 - Object of type `FloatingArray` has no attribute `to_julian_date`
[error] type-assertion-failure - :256:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :257:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :258:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :259:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :262:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :263:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :265:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :268:11 - Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :270:11 - Type `DatetimeArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :118 -
Old: Type `DatetimeArray` does not match asserted type `FloatingArray`
New: Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `DatetimeArray` does not match asserted type `FloatingArray`
New: Type `DatetimeArray` does not match asserted type `Unknown`

tests/arrays/test_floating.py

[error] type-assertion-failure - :60:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :77:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :83:11 - Type `FloatingArray` does not match asserted type `Unknown`

tests/arrays/test_interger.py

[error] type-assertion-failure - :49:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :51:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :53:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :54:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :56:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :58:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :59:9 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :66:11 - Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 - Type `IntegerArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :61 -
Old: Type `IntegerArray` does not match asserted type `FloatingArray`
New: Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_interval.py

[error] type-assertion-failure - :25:11 - Type `IntervalArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :26:11 - Type `IntervalArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :31:11 - Type `IntervalArray` does not match asserted type `FloatingArray`

tests/arrays/test_numpy_.py

[error] type-assertion-failure - :44:9 - Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :45:9 - Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :47:9 - Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :48:9 - Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :59:11 - Type `NumpyExtensionArray` does not match asserted type `Unknown`
[error] invalid-argument-type - :259:41 - Argument to function `__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] type-assertion-failure - :50 -
Old: Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
New: Type `NumpyExtensionArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :57 -
Old: Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
New: Type `NumpyExtensionArray` does not match asserted type `IntervalArray`
[error] type-assertion-failure - :62 -
Old: Type `NumpyExtensionArray` does not match asserted type `FloatingArray`
New: Type `NumpyExtensionArray` does not match asserted type `IntervalArray`

tests/arrays/test_period.py

[error] type-assertion-failure - :29:11 - Type `PeriodArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :30:11 - Type `PeriodArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :31:11 - Type `PeriodArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :36:11 - Type `PeriodArray` does not match asserted type `FloatingArray`

tests/arrays/test_string_.py

[error] invalid-argument-type - :91:31 - Argument to bound method `__init__` is incorrect: Argument type `ndarray[tuple[Any, ...], dtype[str_]]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - :91:31 - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `ndarray[tuple[Any, ...], dtype[str_]]`
[error] invalid-argument-type - :92 -
Old: Argument to bound method `__init__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `StringArray` of type variable `Self`
New: Argument to bound method `__init__` is incorrect: Argument type `BaseStringArray[None]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - :92 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `FloatingArray`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `BaseStringArray[None]`
[error] invalid-argument-type - :92 -
Old: Argument to function `__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
New: Argument to function `__new__` is incorrect: Argument type `BaseStringArray[None]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/arrays/test_timedeltas.py

[error] type-assertion-failure - :36:11 - Type `TimedeltaArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :38:9 - Type `TimedeltaArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :41:11 - Type `TimedeltaArray` does not match asserted type `FloatingArray`
[error] type-assertion-failure - :42:11 - Type `TimedeltaArray` does not match asserted type `FloatingArray`

tests/indexes/bool/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Index[bool]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Index[bool]`
[error] type-assertion-failure - :93:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :88 -
Old: Type `Index[bool]` does not match asserted type `Unknown`
New: Type `Index[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :90 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :108 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/indexes/bool/test_truediv.py

[error] type-assertion-failure - :50:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :59:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :70:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/indexes/complex/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `datetime`
[error] unsupported-operator - :45:15 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `timedelta`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Index[int | float | complex]`
[error] unsupported-operator - :53:15 - Operator `*` is not supported between objects of type `timedelta` and `Index[int | float | complex]`
[error] unsupported-operator - :67:15 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - :68:15 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :75:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float | complex]`
[error] unsupported-operator - :76:15 - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[int | float | complex]`
[error] type-assertion-failure - :93:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :102:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :111:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :62 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :62:23 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | bool]`
[error] type-assertion-failure - :63 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :63:23 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int]`
[error] type-assertion-failure - :64 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :64:23 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :65:23 - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - :70 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :70:23 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float | complex]`
[error] type-assertion-failure - :71 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :71:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float | complex]`
[error] type-assertion-failure - :72 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :72:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float | complex]`
[error] type-assertion-failure - :73 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :73:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int | float | complex]`
[error] type-assertion-failure - :88 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :90 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :110 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/indexes/complex/test_truediv.py

[error] type-assertion-failure - :55:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/indexes/float/test_floordiv.py

[error] type-assertion-failure - :86:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :98:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :102:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/float/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Index[int | float]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Index[int | float]`
[error] unsupported-operator - :67:15 - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :75:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`
[error] type-assertion-failure - :93:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :110:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :62 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :62:23 - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | bool]`
[error] type-assertion-failure - :63 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :63:23 - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int]`
[error] type-assertion-failure - :64 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :64:23 - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :65:23 - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - :70 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :70:23 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float]`
[error] type-assertion-failure - :71 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :71:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float]`
[error] type-assertion-failure - :72 -
Old: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :72:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float]`
[error] type-assertion-failure - :73 -
Old: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :73:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[int | float]`
[error] type-assertion-failure - :88 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :90 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :108 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/indexes/float/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `Index[int | float]` and `datetime`
[error] unsupported-operator - :47:15 - Operator `/` is not supported between objects of type `datetime` and `Index[int | float]`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :62:15 - Operator `/` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :63:15 - Operator `/` is not supported between objects of type `Index[int | float]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :65:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :70:15 - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`
[error] unsupported-operator - :116:15 - Operator `/` is not supported between objects of type `Index[int | float]` and `Timestamp`
[error] unsupported-operator - :119:15 - Operator `/` is not supported between objects of type `Timestamp` and `Index[int | float]`
[error] type-assertion-failure - :60:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :68:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :83:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `TimedeltaIndex` does not match asserted type `Timedelta`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`

tests/indexes/int/test_floordiv.py

[error] type-assertion-failure - :86:11 - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:11 - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :98:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :102:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/int/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Index[int]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Index[int]`
[error] type-assertion-failure - :93:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :88 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :90 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :108 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/indexes/int/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `Index[int]` and `datetime`
[error] unsupported-operator - :47:15 - Operator `/` is not supported between objects of type `datetime` and `Index[int]`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :62:15 - Operator `/` is not supported between objects of type `Index[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - :63:15 - Operator `/` is not supported between objects of type `Index[int]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :65:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :70:15 - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Index[int]`
[error] unsupported-operator - :116:15 - Operator `/` is not supported between objects of type `Index[int]` and `Timestamp`
[error] unsupported-operator - :119:15 - Operator `/` is not supported between objects of type `Timestamp` and `Index[int]`
[error] type-assertion-failure - :60:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :68:11 - Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :83:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `TimedeltaIndex` does not match asserted type `Timedelta`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`

tests/indexes/str/test_mul.py

[error] unsupported-operator - :45:15 - Operator `*` is not supported between objects of type `Index[str]` and `datetime`
[error] unsupported-operator - :46:15 - Operator `*` is not supported between objects of type `Index[str]` and `timedelta`
[error] unsupported-operator - :54:15 - Operator `*` is not supported between objects of type `datetime` and `Index[str]`
[error] unsupported-operator - :55:15 - Operator `*` is not supported between objects of type `timedelta` and `Index[str]`
[error] unsupported-operator - :65:15 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | bool]`
[error] unsupported-operator - :68:15 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - :69:15 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :70:15 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - :71:15 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :74:15 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[str]`
[error] unsupported-operator - :77:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[str]`
[error] unsupported-operator - :78:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[str]`
[error] unsupported-operator - :79:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[str]`
[error] unsupported-operator - :80:15 - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[str]`
[error] type-assertion-failure - :93:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94:11 - Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :106:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :108:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :111:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :66 -
Old: Type `Index[str]` does not match asserted type `Index[Unknown]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :66:23 - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int]`
[error] type-assertion-failure - :75 -
Old: Type `Index[str]` does not match asserted type `Index[Unknown]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :75:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[str]`
[error] type-assertion-failure - :110 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/indexes/test_floordiv.py

[error] type-assertion-failure - :88:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `Never` does not match asserted type `Unknown`

tests/indexes/test_indexes.py

[error] type-assertion-failure - :274:9 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :514:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :522:9 - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :541:9 - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :558:9 - Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :625:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :636:9 - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`

tests/indexes/test_sub.py

[error] unsupported-operator - :108:14 - Operator `-` is not supported between objects of type `Index[Any]` and `Literal["abc"]`
[error] unsupported-operator - :109:14 - Operator `-` is not supported between objects of type `Literal["abc"]` and `Index[Any]`

tests/indexes/test_truediv.py

[error] unsupported-operator - :136:14 - Operator `/` is not supported between objects of type `Index[Any]` and `Literal["abc"]`
[error] unsupported-operator - :137:14 - Operator `/` is not supported between objects of type `Literal["abc"]` and `Index[Any]`
[error] type-assertion-failure - :116:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :118:11 - Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/timedeltaindex/test_floordiv.py

[error] unsupported-operator - :40:15 - Operator `//` is not supported between objects of type `TimedeltaIndex` and `complex`
[error] unsupported-operator - :41:15 - Operator `//` is not supported between objects of type `TimedeltaIndex` and `datetime`
[error] unsupported-operator - :63:15 - Operator `//` is not supported between objects of type `TimedeltaIndex` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :64:15 - Operator `//` is not supported between objects of type `TimedeltaIndex` and `list[Unknown | datetime]`
[error] unsupported-operator - :111:15 - Operator `//` is not supported between objects of type `TimedeltaIndex` and `Timestamp`
[error] type-assertion-failure - :42:11 - Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :65:11 - Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :86:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :88:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :92:11 - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :102:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :112:11 - Type `Index[int]` does not match asserted type `TimedeltaIndex`

tests/indexes/timedeltaindex/test_mul.py

[error] unsupported-operator - :37:15 - Operator `*` is not supported between objects of type `TimedeltaIndex` and `complex`
[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `complex` and `TimedeltaIndex`
[error] unsupported-operator - :56:15 - Operator `*` is not supported between objects of type `TimedeltaIndex` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :63:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `TimedeltaIndex`
[error] type-assertion-failure - :74:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :76:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :78:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:9 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :86:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :88:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :93:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/timedeltaindex/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `TimedeltaIndex` and `complex`
[error] unsupported-operator - :40:15 - Operator `/` is not supported between objects of type `TimedeltaIndex` and `datetime`
[error] unsupported-operator - :62:15 - Operator `/` is not supported between objects of type `TimedeltaIndex` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :63:15 - Operator `/` is not supported between objects of type `TimedeltaIndex` and `list[Unknown | datetime]`
[error] unsupported-operator - :110:14 - Operator `/` is not supported between objects of type `TimedeltaIndex` and `Timestamp`
[error] type-assertion-failure - :41:11 - Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :64:11 - Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :85:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91:11 - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:11 - Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :115:11 - Type `Index[int | float]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :141 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Never`

tests/scalars/test_scalars.py

[error] type-assertion-failure - :635:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :636:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :662:11 - Type `int | float` does not match asserted type `Timedelta`
[error] type-assertion-failure - :663:11 - Type `int | float` does not match asserted type `Timedelta`
[error] type-assertion-failure - :666 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :667 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`

tests/series/bool/test_add.py

[error] type-assertion-failure - :77 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :79 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :80 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :99 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :101 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/bool/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Series[bool]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Series[bool]`
[error] no-matching-overload - :60:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :70:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :124 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :125 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :126 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :127 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :144 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/series/bool/test_sub.py

[error] type-assertion-failure - :137 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :138 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/bool/test_truediv.py

[error] type-assertion-failure - :88:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :115:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :157:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :167:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :173:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :183:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :90:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :97:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :103:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :111:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :117:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :126:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :138:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :139:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :147:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :151:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :161:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :170:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :177:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :187:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :256:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :262:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :269:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :278:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :285:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :295:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/complex/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `datetime`
[error] unsupported-operator - :45:15 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `timedelta`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Series[int | float | complex]`
[error] unsupported-operator - :53:15 - Operator `*` is not supported between objects of type `timedelta` and `Series[int | float | complex]`
[error] no-matching-overload - :60:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :61:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :76:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :77:9 - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - :91:15 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - :92:15 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :99:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float | complex]`
[error] unsupported-operator - :100:15 - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[int | float | complex]`
[error] no-matching-overload - :107:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :108:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :123:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :124:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :141:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :142:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :147:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :148:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :150:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :153:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :159:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :86:23 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | bool]`
[error] type-assertion-failure - :87 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :87:23 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int]`
[error] type-assertion-failure - :88 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :88:23 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float]`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :89:23 - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :94:23 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float | complex]`
[error] type-assertion-failure - :95 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :95:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float | complex]`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :96:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float | complex]`
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :97:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float | complex]`
[error] type-assertion-failure - :102 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :102:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :103:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :104 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :104:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :105 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :105:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :111 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :111:21 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :114:21 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :117 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :117:21 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :120 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :120:21 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :136 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :137 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :138 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :139 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :158 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/series/complex/test_truediv.py

[error] type-assertion-failure - :175:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :187:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :190:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :352:11 - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown | int | float | complex]`

tests/series/float/test_add.py

[error] type-assertion-failure - :77 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :79 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :80 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :99 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :101 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/float/test_floordiv.py

[error] no-matching-overload - :148:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :149:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :150:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :156:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :157:9 - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - :125:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :141:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :142:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :152:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :153:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :159:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/float/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Series[int | float]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Series[int | float]`
[error] no-matching-overload - :60:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :70:9 - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - :85:15 - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :93:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`
[error] no-matching-overload - :101:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :111:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :153:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :80 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :80:23 - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | bool]`
[error] type-assertion-failure - :81 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :81:23 - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int]`
[error] type-assertion-failure - :82 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :82:23 - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float]`
[error] type-assertion-failure - :83 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :83:23 - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - :88 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :88:23 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float]`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :89:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float]`
[error] type-assertion-failure - :90 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :90:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float]`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :91:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float]`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :96:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :97:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :98:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :99 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :99:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :104 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :104:23 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :105 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :105:23 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :106 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :106:23 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :108 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :108:21 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :124 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :125 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :126 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :127 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :144 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`
[error] type-assertion-failure - :147 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :148 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :149 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :150 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :155 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :156 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :157 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :159 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/float/test_sub.py

[error] type-assertion-failure - :121 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/float/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `Series[int | float]` and `datetime`
[error] unsupported-operator - :47:15 - Operator `/` is not supported between objects of type `datetime` and `Series[int | float]`
[error] no-matching-overload - :59:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :67:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :79:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :93:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :103:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :108:15 - Operator `/` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - :109:15 - Operator `/` is not supported between objects of type `Series[int | float]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :111:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :116:15 - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`
[error] type-assertion-failure - :119:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :128:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :129:9 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :131:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :136:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :137:9 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :139:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :148:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :155:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :156:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :157:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :162:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :209:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :210:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :217:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :218:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :229:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :243:9 - No overload of bound method `rtruediv` matches arguments
[error] unsupported-operator - :252:15 - Operator `/` is not supported between objects of type `Series[int | float]` and `Timestamp`
[error] unsupported-operator - :256:15 - Operator `/` is not supported between objects of type `Timestamp` and `Series[int | float]`
[error] no-matching-overload - :260:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :264:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :268:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :276:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :106:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :114:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :123:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :134:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :143:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :150:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :159:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :163:11 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :177:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :183:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :188:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :190:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :204:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :215:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :224:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :231:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :240:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :244:11 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :364:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :381:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :392:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :401:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :417:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :257 -
Old: Type `Series[Timedelta]` does not match asserted type `Timedelta`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`

tests/series/int/test_add.py

[error] type-assertion-failure - :77 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :79 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :80 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :94 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :99 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :100 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :101 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/int/test_floordiv.py

[error] no-matching-overload - :149:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :150:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :151:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :157:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :158:9 - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - :126:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :138:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :141:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :142:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :143:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :146:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :147:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :153:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :155:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/int/test_mul.py

[error] unsupported-operator - :44:15 - Operator `*` is not supported between objects of type `Series[int]` and `datetime`
[error] unsupported-operator - :52:15 - Operator `*` is not supported between objects of type `datetime` and `Series[int]`
[error] no-matching-overload - :60:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :70:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :153:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :125 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :126 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :127 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :144 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`
[error] type-assertion-failure - :147 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :148 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :149 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :150 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :155 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :156 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :157 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :159 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/int/test_sub.py

[error] type-assertion-failure - :121 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :122 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :123 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :124 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`

tests/series/int/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `Series[int]` and `datetime`
[error] unsupported-operator - :47:15 - Operator `/` is not supported between objects of type `datetime` and `Series[int]`
[error] no-matching-overload - :59:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :67:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :79:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :93:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :103:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :108:15 - Operator `/` is not supported between objects of type `Series[int]` and `list[Unknown | datetime]`
[error] unsupported-operator - :109:15 - Operator `/` is not supported between objects of type `Series[int]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :111:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :116:15 - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Series[int]`
[error] type-assertion-failure - :119:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :128:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :129:9 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :131:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :136:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :137:9 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :139:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :148:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :155:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :156:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :157:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :162:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :209:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :210:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :217:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :218:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :229:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :243:9 - No overload of bound method `rtruediv` matches arguments
[error] unsupported-operator - :256:15 - Operator `/` is not supported between objects of type `Series[int]` and `Timestamp`
[error] unsupported-operator - :260:15 - Operator `/` is not supported between objects of type `Timestamp` and `Series[int]`
[error] no-matching-overload - :264:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :268:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :272:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :280:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :106:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :114:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :123:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :134:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :143:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :150:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :159:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :163:11 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :177:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :183:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :188:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :190:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :204:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :215:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :224:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :231:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :240:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :245:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :368:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :376:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :385:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :396:11 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :405:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :421:9 - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :261 -
Old: Type `Series[Timedelta]` does not match asserted type `Timedelta`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`

tests/series/period/test_sub.py

[error] type-assertion-failure - :19:11 - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :20:11 - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 - Type `Series[BaseOffset]` does not match asserted type `Unknown`

tests/series/str/test_add.py

[error] type-assertion-failure - :76 -
Old: Type `Never` does not match asserted type `Unknown`
New: Type `Never` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :77 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :91 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :95 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`

tests/series/str/test_mul.py

[error] unsupported-operator - :45:15 - Operator `*` is not supported between objects of type `Series[str]` and `datetime`
[error] unsupported-operator - :46:15 - Operator `*` is not supported between objects of type `Series[str]` and `timedelta`
[error] unsupported-operator - :54:15 - Operator `*` is not supported between objects of type `datetime` and `Series[str]`
[error] unsupported-operator - :55:15 - Operator `*` is not supported between objects of type `timedelta` and `Series[str]`
[error] no-matching-overload - :63:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :64:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :72:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :73:9 - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - :83:15 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | bool]`
[error] unsupported-operator - :86:15 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - :87:15 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :88:15 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - :89:15 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :92:15 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[str]`
[error] unsupported-operator - :95:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[str]`
[error] unsupported-operator - :96:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[str]`
[error] unsupported-operator - :97:15 - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[str]`
[error] unsupported-operator - :98:15 - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[str]`
[error] no-matching-overload - :101:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :104:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :105:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :106:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :107:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :110:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :113:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :114:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :115:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :116:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :133:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:9 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :142:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :144:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :147:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :151:11 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160:11 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Series[str]` does not match asserted type `Series[Unknown]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :84:23 - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int]`
[error] type-assertion-failure - :93 -
Old: Type `Series[str]` does not match asserted type `Series[Unknown]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :93:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[str]`
[error] type-assertion-failure - :102 -
Old: Type `Series[str]` does not match asserted type `Series[Unknown]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] no-matching-overload - :102:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :111 -
Old: Type `Series[str]` does not match asserted type `Series[Unknown]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] no-matching-overload - :111:23 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :146 -
Old: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`

tests/series/test_add.py

[error] type-assertion-failure - :83:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :115:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/test_floordiv.py

[error] unsupported-operator - :37:15 - Operator `//` is not supported between objects of type `Series[Any]` and `complex`
[error] unsupported-operator - :38:15 - Operator `//` is not supported between objects of type `Series[Any]` and `datetime`
[error] no-matching-overload - :53:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :54:9 - No overload of bound method `floordiv` matches arguments
[error] unsupported-operator - :80:15 - Operator `//` is not supported between objects of type `Series[Any]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :81:15 - Operator `//` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :82:15 - Operator `//` is not supported between objects of type `Series[Any]` and `list[Unknown | timedelta]`
[error] no-matching-overload - :96:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :97:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :98:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :158:13 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :164:13 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :175:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :176:9 - No overload of bound method `rfloordiv` matches arguments
[error] unsupported-operator - :247:15 - Operator `//` is not supported between objects of type `Series[Any]` and `Series[Unknown | int | float | complex]`
[error] no-matching-overload - :263:9 - No overload of bound method `floordiv` matches arguments
[error] type-assertion-failure - :129:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:9 - Type `Never` does not match asserted type `Unknown`

tests/series/test_mul.py

[error] type-assertion-failure - :106:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/test_series.py

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

tests/series/test_sub.py

[error] unsupported-operator - :194:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :203:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :208:14 - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] unsupported-operator - :212:14 - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] unsupported-operator - :320:14 - Operator `-` is not supported between objects of type `Series[Any]` and `Literal["abc"]`
[error] unsupported-operator - :321:14 - Operator `-` is not supported between objects of type `Literal["abc"]` and `Series[Any]`
[error] no-matching-overload - :322:9 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :323:9 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :134:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :191:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :218:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :236:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :262:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :265:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :284:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/test_truediv.py

[error] unsupported-operator - :39:15 - Operator `/` is not supported between objects of type `Series[Any]` and `datetime`
[error] unsupported-operator - :47:15 - Operator `/` is not supported between objects of type `datetime` and `Series[Any]`
[error] no-matching-overload - :55:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :63:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :71:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :79:9 - No overload of bound method `rtruediv` matches arguments
[error] unsupported-operator - :94:15 - Operator `/` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :95:15 - Operator `/` is not supported between objects of type `Series[Any]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :102:15 - Operator `/` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] no-matching-overload - :110:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :111:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :118:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :119:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :126:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :134:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :186:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :196:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :206:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :214:9 - No overload of bound method `rtruediv` matches arguments
[error] unsupported-operator - :390:15 - Operator `/` is not supported between objects of type `Series[Any]` and `Literal["abc"]`
[error] unsupported-operator - :391:15 - Operator `/` is not supported between objects of type `Literal["abc"]` and `Series[Any]`
[error] no-matching-overload - :393:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :394:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :396:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :397:9 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :154:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :155:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :359:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :360:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :361:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :364:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :366:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :375:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :376:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :378:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :379:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :381:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :382:11 - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/timedelta/test_floordiv.py

[error] unsupported-operator - :40:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `complex`
[error] unsupported-operator - :41:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `datetime`
[error] no-matching-overload - :65:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :66:9 - No overload of bound method `floordiv` matches arguments
[error] unsupported-operator - :88:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :89:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | datetime]`
[error] no-matching-overload - :113:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :114:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :156:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :168:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :169:9 - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - :173:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :174:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :175:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :176:9 - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - :177:9 - No overload of bound method `rfloordiv` matches arguments
[error] unsupported-operator - :186:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `Timestamp`
[error] no-matching-overload - :194:9 - No overload of bound method `floordiv` matches arguments
[error] unsupported-operator - :266:15 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `Series[Unknown | int | float | complex]`
[error] no-matching-overload - :291:9 - No overload of bound method `floordiv` matches arguments
[error] type-assertion-failure - :136:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :142:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :149:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :150:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :151:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :152:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :153:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :170:11 - Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :276:11 - Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :90 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] unsupported-operator - :90:23 - Operator `//` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :115 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :115:23 - No overload of bound method `floordiv` matches arguments

tests/series/timedelta/test_mul.py

[error] unsupported-operator - :66:15 - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | bool]`
[error] unsupported-operator - :70:15 - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :73:15 - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[Timedelta]`
[error] unsupported-operator - :77:15 - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] no-matching-overload - :80:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :84:9 - No overload of bound method `mul` matches arguments
[error] no-matching-overload - :87:9 - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - :91:9 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :102:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:9 - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :113:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :114:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :117:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :121:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - :67:23 - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int]`
[error] type-assertion-failure - :68 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - :68:23 - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float]`
[error] type-assertion-failure - :74 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - :74:23 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[Timedelta]`
[error] type-assertion-failure - :75 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - :75:23 - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[Timedelta]`
[error] type-assertion-failure - :81 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - :81:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :82 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - :82:23 - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - :88 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - :88:23 - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - :89 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - :89:23 - No overload of bound method `rmul` matches arguments

tests/series/timedelta/test_sub.py

[error] unsupported-operator - :91:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :93:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :95:14 - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] unsupported-operator - :96:14 - Operator `-` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Any]`
[error] type-assertion-failure - :35:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138 -
Old: Type `Series[Timestamp]` does not match asserted type `Unknown`
New: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :139 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/timedelta/test_truediv.py

[error] unsupported-operator - :40:15 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `datetime`
[error] no-matching-overload - :61:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :70:9 - No overload of bound method `truediv` matches arguments
[error] unsupported-operator - :100:15 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - :101:15 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | datetime]`
[error] no-matching-overload - :121:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :122:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :130:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :131:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :181:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :189:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :190:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :194:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :198:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :199:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :203:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :204:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :205:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :206:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :207:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :211:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :212:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :213:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :214:9 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :215:9 - No overload of bound method `rtruediv` matches arguments
[error] unsupported-operator - :224:14 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `Timestamp`
[error] no-matching-overload - :232:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :236:9 - No overload of bound method `truediv` matches arguments
[error] unsupported-operator - :266:15 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`
[error] unsupported-operator - :267:15 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`
[error] unsupported-operator - :268:15 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`
[error] unsupported-operator - :269:15 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`
[error] unsupported-operator - :270:15 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`
[error] unsupported-operator - :325:15 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `Series[Unknown | int | float | complex]`
[error] unsupported-operator - :333:15 - Operator `/` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] no-matching-overload - :346:9 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :355:9 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :161:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :162:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :165:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :166:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :167:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :191:11 - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :200:11 - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :335:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :102:23 - Operator `/` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | timedelta]`
[error] type-assertion-failure - :123 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :123:23 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :132 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :132:23 - No overload of bound method `truediv` matches arguments
[error] type-assertion-failure - :229 -
Old: Type `Series[int | float]` does not match asserted type `Timedelta`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - :271:23 - Operator `/` is not supported between objects of type `Index[Any]` and `Series[Timedelta]`

tests/series/timestamp/test_sub.py

[error] unsupported-operator - :89:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | datetime]`
[error] unsupported-operator - :91:14 - Operator `-` is not supported between objects of type `Series[Any]` and `list[Unknown | timedelta]`
[error] unsupported-operator - :93:14 - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Any]`
[error] unsupported-operator - :94:14 - Operator `-` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Any]`
[error] type-assertion-failure - :27:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/test_interval.py

[error] unsupported-operator - :93:15 - Operator `*` is not supported between objects of type `Interval[Timestamp]` and `Timedelta`

tests/test_natype.py

[error] type-assertion-failure - :35:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :61:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 - Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :71:11 - Type `Series[Any]` does not match asserted type `Series[Timedelta]`

tests/test_timefuncs.py

[error] type-assertion-failure - :970:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :980:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1063:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1068:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1073:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`

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

src/pip/_internal/network/auth.py

[error] invalid-return-type - :336:16 - Return type does not match returned value: expected `str | None`, found `Literal[b""]`

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

[error] invalid-assignment - :359:13 - Object of type `str & ~AlwaysFalsy` is not assignable to attribute `keylog_filename` on type `(Unknown & <Protocol with members 'keylog_filename'>) | ssl.SSLContext | (pip._vendor.urllib3.util.ssl_.SSLContext & <Protocol with members 'keylog_filename'>)`

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

src/prefect/input/run_input.py

[error] invalid-return-type - :672 -
Old: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler] | Coroutine[Any, Any, T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]]`
New: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `Unknown | Coroutine[Any, Any, Unknown]`

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

pwndbg/libc/facade.py

[error] invalid-assignment - :28:51 - Object of type `tuple[<module 'pwndbg.libc.glibc'>, <module 'pwndbg.libc.musl'>, <module 'pwndbg.libc.unknown'>]` is not assignable to `tuple[LibcProvider, ...]`
[error] invalid-return-type - :52:16 - Return type does not match returned value: expected `tuple[bool, LibcProvider]`, found `tuple[Literal[False], <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - :59:16 - Return type does not match returned value: expected `tuple[bool, LibcProvider]`, found `tuple[Literal[False], <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - :238:16 - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - :240:16 - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - :242:16 - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`

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

lib/Crypto/Cipher/PKCS1_OAEP.py

[error] invalid-argument-type - :73:49 - Argument is incorrect: Expected `Hash | HashModule`, found `Unknown | <module 'Crypto.Hash.SHA1'>`

lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py

[error] invalid-argument-type - :342:49 - Argument to function `new` is incorrect: Expected `HashLikeClass | None`, found `<module 'Crypto.Hash.MD2'> | <module 'Crypto.Hash.MD5'> | <module 'Crypto.Hash.SHA1'> | <module 'Crypto.Hash.SHA256'> | <module 'Crypto.Hash.RIPEMD160'>`
[error] invalid-argument-type - :416:48 - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA1'>`
[error] invalid-argument-type - :418:48 - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA224'>`
[error] invalid-argument-type - :420:48 - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA256'>`
[error] invalid-argument-type - :422:48 - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA384'>`
[error] invalid-argument-type - :424:48 - Argument is incorrect: Expected `Hash | HashModule`, found `<module 'Crypto.Hash.SHA512'>`

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

tests/test_ratio.py

[error] invalid-argument-type - :30:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :31:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :32:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :33:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :38:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :44:14 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :46:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :52:13 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`
[error] invalid-argument-type - :54:31 - Argument to function `ratio_resolve` is incorrect: Expected `Sequence[rich._ratio.Edge]`, found `list[tests.test_ratio.Edge]`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/decomposition/_nmf.py

[error] unsupported-operator - :138 -
Old: Operator `>` is not supported between objects of type `Unknown | memoryview[int] | ndarray[tuple[int], dtype[Unknown]]` and `floating[Any]`
New: Operator `>` is not supported between objects of type `Unknown | memoryview[int] | ndarray[tuple[int], dtype[Unknown]]` and `floating[_32Bit]`

sklearn/preprocessing/_data.py

[error] not-subscriptable - :3403:68 - Cannot subscript object of type `float64` with no `__getitem__` method

sklearn/utils/tests/test_extmath.py

[error] unresolved-attribute - :1084:20 - Object of type `spmatrix[cfloating]` has no attribute `toarray`

sklearn/utils/tests/test_multiclass.py

[warning] possibly-missing-attribute - :399 -
Old: Attribute `toarray` may be missing on object of type `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`
New: Attribute `toarray` may be missing on object of type `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 15 union elements`

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

scipy/interpolate/tests/test_bary_rational.py

[error] no-matching-overload - :105:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :117:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :119:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :130:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :144:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :173:9 - No overload of function `assert_allclose` matches arguments

scipy/io/matlab/_mio5_params.py

[error] unresolved-attribute - :246:9 - Unresolved attribute `classname` on type `ndarray[tuple[Any, ...], Unknown]`

scipy/special/tests/test_cdft_asymptotic.py

[error] no-matching-overload - :41:5 - No overload of function `assert_allclose` matches arguments

scipy/interpolate/_fitpack_impl.py

[error] invalid-argument-type - :153 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | int`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], dtype[signedinteger[_32Bit]]] | int`

scipy/interpolate/_polyint.py

[error] unsupported-operator - :936:61 - Operator `@` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[float64]]` and `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/linalg/tests/test_lapack.py

[error] no-matching-overload - :252:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :311:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :315:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :367:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :372:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :425:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :512:9 - No overload of function `assert_allclose` matches arguments

scipy/spatial/tests/test_distance.py

[error] no-matching-overload - :1455:13 - No overload of function `pdist` matches arguments

scipy/spatial/transform/_rotation.py

[error] invalid-assignment - :54 -
Old: Object of type `tuple[tuple[ArrayLike, ...] | ndarray[tuple[int], Unknown], ...]` is not assignable to `tuple[tuple[ArrayLike, ...], ...]`
New: Object of type `tuple[tuple[ArrayLike, ...] | ndarray[tuple[int], dtype[float64]], ...]` is not assignable to `tuple[tuple[ArrayLike, ...], ...]`

scipy/stats/_mstats_extras.py

[error] invalid-assignment - :88 -
Old: Cannot assign to read-only property `flat` on object of type `ndarray[tuple[int, int], Unknown]`: Attempted assignment to `ndarray[tuple[int, int], Unknown].flat` here
New: Cannot assign to read-only property `flat` on object of type `ndarray[tuple[int, int], dtype[float64]]`: Attempted assignment to `ndarray[tuple[int, int], dtype[float64]].flat` here
[error] invalid-assignment - :181 -
Old: Cannot assign to read-only property `flat` on object of type `ndarray[tuple[int], Unknown]`: Attempted assignment to `ndarray[tuple[int], Unknown].flat` here
New: Cannot assign to read-only property `flat` on object of type `ndarray[tuple[int], dtype[float64]]`: Attempted assignment to `ndarray[tuple[int], dtype[float64]].flat` here

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

scipy-stubs/sparse/_dok.pyi

[error] invalid-method-override - :159:9 - Invalid override of method `fromkeys`: Definition is incompatible with `dict.fromkeys`
[error] invalid-method-override - :535:9 - Invalid override of method `__getitem__`: Definition is incompatible with `IndexMixin.__getitem__`

tests/special/test_orthogonal.pyi

[error] type-assertion-failure - :101:1 - Type `Unknown` does not match asserted type `complex128`
[error] type-assertion-failure - :102:1 - Type `Unknown` does not match asserted type `complex128`
[error] type-assertion-failure - :104:1 - Type `Unknown` does not match asserted type `complex128`
[error] type-assertion-failure - :105:1 - Type `Unknown` does not match asserted type `complex128`

tests/sparse/test_data.pyi

[error] type-assertion-failure - :46:1 - Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:1 - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:1 - Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:1 - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:1 - Type `csc_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77:1 - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:1 - Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:1 - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:1 - Type `dia_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:1 - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`

tests/sparse/test_dok.pyi

[error] invalid-argument-type - :58:1 - Method `__getitem__` of type `Overload[(key: CanArrayND[numpy.bool[builtins.bool] | integer, tuple[Any, ...]] | list[int] | slice[Any, Any, Any], /) -> dok_array[floating[_32Bit], tuple[int]], [_ScalarT, _ShapeT](key: _spbase[numpy.bool[builtins.bool], _ShapeT], /) -> dok_array[_ScalarT, _ShapeT], [_ScalarT](key: JustInt | numpy.integer[Any] | tuple[ToJustInt], /) -> Any, [_ScalarT](key: tuple[ToJustInt, ToJustInt], /) -> _ScalarT, [_ScalarT](key: JustInt | numpy.integer[Any] | tuple[ToJustInt], /) -> _ScalarT, [_ScalarT](key: JustInt | numpy.integer[Any] | tuple[ToJustInt], /) -> coo_array[_ScalarT, tuple[int]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `dok_array[floating[_32Bit], tuple[int]]`
[error] type-assertion-failure - :59:1 - Type `floating[_32Bit]` does not match asserted type `Any`
[error] type-assertion-failure - :60:1 - Type `floating[_32Bit]` does not match asserted type `dok_matrix[floating[_32Bit]]`

tests/stats/test_distribution_infrastructure.pyi

[error] invalid-argument-type - :97 -
Old: Argument to function `make_distribution` is incorrect: Expected `rv_continuous | <class '_DuckDistributionSingle'>`, found `<class '_DuckRV'>`
New: Argument to function `make_distribution` is incorrect: Expected `rv_continuous | <class '_DuckDistributionSingle'> | <class '_DuckDistributionMulti'>`, found `<class '_DuckRV'>`
[error] invalid-argument-type - :98 -
Old: Argument to function `make_distribution` is incorrect: Expected `rv_continuous | <class '_DuckDistributionSingle'>`, found `<class '_MultiDuckRV'>`
New: Argument to function `make_distribution` is incorrect: Expected `rv_continuous | <class '_DuckDistributionSingle'> | <class '_DuckDistributionMulti'>`, found `<class '_MultiDuckRV'>`

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

setuptools/command/editable_wheel.py

[error] invalid-assignment - :247:17 - Object of type `Literal[True]` is not assignable to attribute `editable_mode` on type `Command & <Protocol with members 'editable_mode'>`
[error] invalid-assignment - :249:17 - Object of type `Literal[True]` is not assignable to attribute `inplace` on type `Command & <Protocol with members 'inplace'> & ~<Protocol with members 'editable_mode'>`

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

static_frame/core/container_util.py

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

static_frame/core/util.py

[error] no-matching-overload - :2478:19 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :2479:16 - No overload of bound method `astype` matches arguments

static_frame/test/unit/test_util.py

[error] no-matching-overload - :1306:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1311:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1316:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1321:26 - No overload of bound method `tolist` matches arguments

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

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-assignment - :182:13 - Object of type `dict[str, object] | dict[Unknown, Unknown]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLTransportWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-assignment - :103:13 - Object of type `None | dict[str, object]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`

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

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :27:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/eigen.py

[error] unresolved-attribute - :1202:37 - Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority` has no attribute `pow`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551:26 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :36:12 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :124:47 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/inverse.py

[error] unsupported-operator - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393:11 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`

sympy/matrices/tests/test_reductions.py

[error] unsupported-operator - :377:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/solvers/tests/test_numeric.py

[error] unsupported-operator - :137:11 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/algebras/tests/test_quaternion.py

[error] unsupported-operator - :422:33 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_blockmatrix.py

[error] unsupported-operator - :235:13 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:33 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:53 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :459:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :979:18 - Operator `+` is not supported between two objects of type `Self@_eval_wilkinson`
[error] invalid-return-type - :2957:16 - Return type does not match returned value: expected `Self@_eval_pow_by_cayley`, found `Self@_eval_pow_by_cayley | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-return-type - :3256:16 - Return type does not match returned value: expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-argument-type - :3256:29 - Argument is incorrect: Expected `T2'return@call_highest_priority | T1'return@call_highest_priority`, found `MatrixBase`
[error] unsupported-operator - :3310:16 - Operator `+` is not supported between two objects of type `MatrixBase`
[error] invalid-return-type - :3314:16 - Return type does not match returned value: expected `Tmat@__sub__`, found `MatrixBase`
[error] unsupported-operator - :4386:16 - Operator `+` is not supported between two objects of type `Self@add`
[error] invalid-return-type - :4923:16 - Return type does not match returned value: expected `Self@analytic_func`, found `Self@analytic_func | T2'return@call_highest_priority | T1'return@call_highest_priority`

sympy/matrices/repmatrix.py

[error] unsupported-operator - :321:17 - Operator `-` is not supported between two objects of type `Self@_eval_is_symmetric`

sympy/matrices/tests/test_commonmatrix.py

[error] unsupported-operator - :1249:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`

sympy/matrices/tests/test_eigen.py

[error] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`

sympy/matrices/tests/test_immutable.py

[error] unsupported-operator - :105:23 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :121:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :123:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :141:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2179:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2207:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2908:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2921:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2936:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2937:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2948:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3471:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :491:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :493:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :544:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :823:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`
[error] unsupported-operator - :876:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :878:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :900:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2931:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2959:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3610:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3624:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3639:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3640:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3652:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] unsupported-operator - :573:12 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :577:52 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :593:17 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`

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

[error] unsupported-operator - :13:6 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:131 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:44 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:90 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:137 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:37 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:83 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:130 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/parsing/mathematica.py

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

sympy/physics/control/tests/test_lti.py

[error] unsupported-operator - :3733:31 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3733:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :222:23 - Operator `-` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :346:17 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/linearize.py

[error] unsupported-operator - :217:28 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :229:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :241:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/tests/test_jointsmethod.py

[error] unsupported-operator - :247:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :249:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89:17 - Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91:24 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :93:28 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`

sympy/physics/vector/functions.py

[error] invalid-argument-type - :380:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :722:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :723:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:30 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`

sympy/stats/tests/test_symbolic_multivariate.py

[error] unsupported-operator - :84:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :84:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :85:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/tensor/tests/test_tensor.py

[error] unsupported-operator - :1693:19 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :1694:23 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

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

src/trio/_util.py

[error] invalid-assignment - :219:17 - Cannot assign to read-only property `__name__` on object of type `<Protocol with members '__name__'>`
[error] invalid-assignment - :221:21 - Object of type `str` is not assignable to attribute `__qualname__` on type `<Protocol with members '__name__'> & <Protocol with members '__qualname__'>`

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

xarray/core/common.py

[error] no-matching-overload - :1707:17 - No overload of bound method `get` matches arguments

xarray/namedarray/pycompat.py

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