Ecosystem report

Old: main (merge base) 76d9cd4b New: 23103/merge dce2e5cb
Lint Rule Removed Added Changed
Total 257 65 89
unsupported-operator 89 0 40
not-subscriptable 96 1 0
invalid-argument-type 63 13 7
possibly-missing-attribute 3 22 35
no-matching-overload 4 27 0
invalid-return-type 0 1 4
invalid-assignment 2 0 1
not-iterable 0 0 2
unused-type-ignore-comment 0 1 0
Project Removed Added Changed
Total 257 65 89
sympy 188 49 87
xarray 32 0 0
scrapy 17 11 0
setuptools 4 5 0
mitmproxy 4 0 0
pytest 4 0 0
anyio 1 0 0
cibuildwheel 1 0 0
jax 0 0 1
koda-validate 1 0 0
meson 1 0 0
mongo-python-driver 1 0 0
prefect 0 0 1
pydantic 1 0 0
pyinstrument 1 0 0
trio 1 0 0

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

src/anyio/_core/_fileio.py

[error] invalid-argument-type - :201:22 - Argument to bound method `__init__` is incorrect: Argument type `AnyStr@wrap_file` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

cibuildwheel/logger.py

[error] invalid-argument-type - :409:30 - Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

jax/_src/pallas/mosaic_gpu/lowering.py

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

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/generic.py

[error] invalid-argument-type - :152:56 - Argument is incorrect: Argument type `ExactMatchT@EqualsValidator` does not satisfy constraints (`bool`, `bytes`, `int`, `Decimal`, `str`, `int | float`, `date`, `datetime`, `UUID`) of type variable `ExactMatchT`

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

mesonbuild/cargo/builder.py

[error] invalid-argument-type - :33:72 - Argument is incorrect: Argument type `TV_TokenTypes@_token` does not satisfy constraints (`int`, `str`, `bool`) of type variable `TV_TokenTypes`

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

mitmproxy/net/http/url.py

[error] invalid-argument-type - :147:21 - Argument to function `default_port` is incorrect: Argument type `AnyStr@hostport` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

test/mitmproxy/net/http/test_url.py

[error] invalid-argument-type - :193:28 - Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :196:32 - Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :199:29 - Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

bson/regex.py

[error] no-matching-overload - :133:16 - No overload of function `compile` matches arguments

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]`

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

pydantic/_internal/_validators.py

[error] no-matching-overload - :174:16 - No overload of function `compile` matches arguments

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/util.py

[error] invalid-argument-type - :65:30 - Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

src/_pytest/capture.py

[error] invalid-argument-type - :940:17 - Argument to bound method `__init__` is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :941:17 - Argument to bound method `__init__` is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :968:30 - Argument is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :968:44 - Argument is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

scrapy/http/headers.py

[error] invalid-argument-type - :72:60 - Argument to bound method `__getitem__` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :78:52 - Argument to bound method `get` is incorrect: Argument type `AnyStr@get` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :84:60 - Argument to bound method `__getitem__` is incorrect: Argument type `AnyStr@getlist` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-assignment - :91:9 - Invalid subscript assignment with key of type `AnyStr@setlist` and value of type `Iterable[bytes | str | int]` on object of type `Self@setlist`
[error] invalid-argument-type - :96:32 - Argument to bound method `setdefault` is incorrect: Argument type `AnyStr@setlistdefault` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :99:28 - Argument to bound method `getlist` is incorrect: Argument type `AnyStr@appendlist` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-assignment - :101:9 - Invalid subscript assignment with key of type `AnyStr@appendlist` and value of type `list[bytes]` on object of type `Self@appendlist`

scrapy/utils/datatypes.py

[warning] unused-type-ignore-comment - :96:47 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :113:47 - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__getitem__`
[error] no-matching-overload - :113:47 - No overload of bound method `lower` matches arguments
[error] invalid-argument-type - :118:36 - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] no-matching-overload - :118:36 - No overload of bound method `lower` matches arguments
[error] invalid-argument-type - :123:20 - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] no-matching-overload - :123:20 - No overload of bound method `lower` matches arguments
[error] invalid-argument-type - :127:37 - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__delitem__`
[error] no-matching-overload - :127:37 - No overload of bound method `lower` matches arguments
[error] invalid-argument-type - :132:16 - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__contains__`
[error] no-matching-overload - :132:16 - No overload of bound method `lower` matches arguments
[error] invalid-argument-type - :56:52 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :59:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__setitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :62:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__delitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :65:53 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__contains__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :83:44 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@get` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :99:44 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@pop` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :112:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :116:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__setitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :126:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__delitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :131:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__contains__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

setuptools/_distutils/util.py

[error] invalid-argument-type - :158:12 - Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes])` cannot be called with key of type `Literal[0]` on object of type `AnyStr@change_root`
[error] invalid-argument-type - :159:20 - Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes])` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `AnyStr@change_root`
[error] no-matching-overload - :157:25 - No overload of function `splitdrive` matches arguments

setuptools/glob.py

[error] no-matching-overload - :70:20 - No overload of function `glob1` matches arguments
[error] no-matching-overload - :70:20 - No overload of function `glob2` matches arguments
[error] invalid-argument-type - :75:42 - Argument to function `has_magic` is incorrect: Expected `str | bytes`, found `AnyStr@_iglob & ~AlwaysFalsy`
[error] invalid-argument-type - :34:23 - Argument to function `iglob` is incorrect: Argument type `AnyStr@glob` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :48:17 - Argument to function `_iglob` is incorrect: Argument type `AnyStr@iglob` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] no-matching-overload - :56:25 - No overload of function `split` matches arguments

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

sympy/simplify/sqrtdenest.py

[warning] possibly-missing-attribute - :430:25 - Attribute `subs` may be missing on object of type `Basic | int | float | complex | Any`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551:26 - Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :123:46 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/matrices/inverse.py

[error] unsupported-operator - :384:11 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :392:11 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :393:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase | Expr`
[error] unsupported-operator - :393:22 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_reductions.py

[warning] possibly-missing-attribute - :293:15 - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :299:15 - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/algebras/quaternion.py

[error] invalid-assignment - :132 -
Old: Object of type `Basic` is not assignable to `Expr | int | float | complex`
New: Object of type `Basic | int | float | complex | Any` is not assignable to `Expr | int | float | complex`

sympy/algebras/tests/test_quaternion.py

[error] not-subscriptable - :75:10 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :75:10 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/functions/combinatorial/factorials.py

[warning] possibly-missing-attribute - :968:29 - Attribute `is_nonnegative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :968:47 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :969:12 - Attribute `is_zero` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :975:12 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :976:16 - Attribute `is_negative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :978:18 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :984:14 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :967 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :972 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/geometry/point.py

[warning] possibly-missing-attribute - :1295 -
Old: Attribute `tolist` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `tolist` may be missing on object of type `MatrixBase | Expr`

sympy/geometry/polygon.py

[warning] possibly-missing-attribute - :1500:12 - Attribute `is_Number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :1509:40 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] invalid-argument-type - :1501 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] unsupported-operator - :1502 -
Old: Operator `<` is not supported between objects of type `Basic` and `Literal[3]`
New: Operator `<` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[3]`

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :389:17 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :390:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/matrices/decompositions.py

[error] unsupported-operator - :1334:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :1348:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[warning] possibly-missing-attribute - :1321 -
Old: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :1336 -
Old: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[error] invalid-return-type - :1350 -
Old: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[Unknown | MatrixBase, MatrixBase, MatrixBase | Unknown]`
New: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | Unknown]`

sympy/matrices/expressions/tests/test_matmul.py

[warning] possibly-missing-attribute - :158 -
Old: Attribute `as_explicit` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_permutation.py

[warning] possibly-missing-attribute - :27 -
Old: Attribute `as_explicit` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/matrixbase.py

[error] invalid-return-type - :5078:16 - Return type does not match returned value: expected `Self@log`, found `MatrixBase | @Todo | Expr`
[error] unsupported-operator - :5076:19 - Operator `*` is not supported between objects of type `@Todo | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `@Todo | Self@log`
[error] invalid-argument-type - :3046 -
Old: Argument is incorrect: Expected `(T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, /) -> T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
New: Argument is incorrect: Expected `(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-return-type - :4640 -
Old: Return type does not match returned value: expected `Self@D`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Return type does not match returned value: expected `Self@D`, found `MatrixBase | Expr`
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/matrices/solvers.py

[warning] possibly-missing-attribute - :976 -
Old: Attribute `solve` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `solve` may be missing on object of type `MatrixBase | Expr`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
New: Argument to bound method `solve` is incorrect: Argument type `MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`

sympy/matrices/sparse.py

[warning] possibly-missing-attribute - :417 -
Old: Attribute `inv` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `inv` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :77:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :84:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :90:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :103:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :110:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :123:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :290:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :348:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :355:23 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :23 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :32 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :42 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :51 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :57 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unsupported-operator - :131:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :131:12 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :288 -
Old: Attribute `applyfunc` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr`
[error] unsupported-operator - :393:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :393:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :394:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :394:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :395 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :396 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unsupported-operator - :439:22 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :439:13 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :451:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :451:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :464:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :464:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :475:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :475:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :488:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :488:12 - No overload of function `simplify` matches arguments

sympy/matrices/tests/test_eigen.py

[warning] possibly-missing-attribute - :257:16 - Attribute `n` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :306:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :307:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :322:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :323:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :364:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :365:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :380:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :381:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :405:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :793:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :477:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :477:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :492:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :492:12 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr | Unknown`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :394:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1581:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1587:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1594:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1599:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1607:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1616:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2557:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-argument-type - :221 -
Old: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
[error] unsupported-operator - :1739:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :1739:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2680:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2680:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2681:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2681:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :2682 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2683 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2728 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2746 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3055 -
Old: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :3071 -
Old: Attribute `exp` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `exp` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :1148:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2339:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2352:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2357:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2365:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2374:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :3288:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] unsupported-operator - :2497:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :2497:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3384:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3384:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3385:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3385:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :3386 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3387 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3432 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3450 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3768 -
Old: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :3784 -
Old: Attribute `exp` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `exp` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :296:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :302:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :314:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :320:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :354:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :361:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :585:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] unsupported-operator - :332:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :332:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :333:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :333:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :334 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :335 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unsupported-operator - :341:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :341:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :342:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :342:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :343 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :344 -
Old: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`

sympy/matrices/tests/test_sparse.py

[error] not-subscriptable - :91:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :91:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[warning] possibly-missing-attribute - :336 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :345 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :352 -
Old: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :104:12 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-iterable - :46 -
Old: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable
New: Object of type `MatrixBase | Expr` is not iterable
[error] not-iterable - :47 -
Old: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable
New: Object of type `MatrixBase | Expr` is not iterable

sympy/physics/mechanics/kane.py

[error] unsupported-operator - :803:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :805:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :347:15 - Unary operator `-` is not supported for object of type `Unknown | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`

sympy/physics/mechanics/tests/test_kane.py

[error] unsupported-operator - :509:25 - Operator `/` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/optics/gaussopt.py

[warning] possibly-missing-attribute - :756:8 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :756:25 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :757:21 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] unsupported-operator - :263 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :298 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :298 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :707 -
Old: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :759 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :759 -
Old: Operator `+` is not supported between two objects of type `Basic`
New: Operator `+` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :790 -
Old: Unary operator `-` is not supported for object of type `Basic`
New: Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :837 -
Old: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :837 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :837 -
Old: Operator `/` is not supported between objects of type `Literal[1]` and `Basic`
New: Operator `/` is not supported between objects of type `Literal[1]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :887 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/physics/optics/polarization.py

[error] unsupported-operator - :669:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :669:12 - No overload of function `simplify` matches arguments

sympy/physics/optics/tests/test_gaussopt.py

[error] not-subscriptable - :40:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :40:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/quantum/cg.py

[error] invalid-argument-type - :83:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :258:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :347:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89:17 - Operator `+` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91:24 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :93:28 - Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/polys/polytools.py

[warning] possibly-missing-attribute - :5997:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :5998 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :6128 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/series/formal.py

[error] invalid-argument-type - :987:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/fourier.py

[error] invalid-argument-type - :146:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/simplify/tests/test_simplify.py

[error] not-subscriptable - :88:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :88:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/simplex.py

[error] invalid-argument-type - :1068 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MatrixBase | Expr`
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :718:18 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :719:19 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :722:19 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :723:19 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724:19 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724:30 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - :501 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Expr`

sympy/stats/stochastic_process_types.py

[warning] possibly-missing-attribute - :1613 -
Old: Attribute `tolist` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
New: Attribute `tolist` may be missing on object of type `MatrixBase | Expr`

sympy/stats/tests/test_finite_rv.py

[error] unsupported-operator - :361 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :362 -
Old: Operator `>` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :363 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :365 -
Old: Operator `>` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between objects of type `Literal[0]` and `Basic`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic`
New: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic`
New: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :366 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`

sympy/utilities/tests/test_lambdify.py

[error] unsupported-operator - :876:29 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/vector/tests/test_vector.py

[error] not-subscriptable - :107:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

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

src/trio/_file_io.py

[error] invalid-argument-type - :269:22 - Argument to bound method `readline` is incorrect: Argument type `AnyStr@__anext__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

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

xarray/core/_typed_ops.py

[error] invalid-argument-type - :1447:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__add__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1450:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__sub__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1453:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__mul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1456:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__pow__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1459:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__truediv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1462:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__floordiv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1465:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__mod__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1468:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__and__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1471:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__xor__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1474:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__or__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1477:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__lshift__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1480:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rshift__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1483:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__lt__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1486:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__le__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1489:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__gt__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1492:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ge__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1495:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__eq__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1498:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ne__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1505:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__radd__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1508:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rsub__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1511:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rmul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1514:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rpow__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1517:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rtruediv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1520:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rfloordiv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1523:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rmod__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1526:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rand__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1529:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rxor__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1532:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ror__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`

xarray/core/dataarray.py

[error] invalid-argument-type - :2556:13 - Argument to bound method `interp_like` is incorrect: Argument type `T_Xarray@interp_like` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :4868:25 - Argument to bound method `dot` is incorrect: Argument type `T_Xarray@__matmul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`

xarray/core/indexing.py

[error] invalid-argument-type - :206:48 - Argument to function `group_indexers_by_index` is incorrect: Argument type `T_Xarray@map_index_queries` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`

xarray/tests/test_indexing.py

[error] invalid-argument-type - :169:50 - Argument to function `map_index_queries` is incorrect: Argument type `T_Xarray@test_indexer` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`