Ecosystem report

Old: main (merge base) bc565ed5 New: 22562/merge 4caf41aa
Lint Rule Removed Added Changed
Total 107 213 98
unsupported-operator 70 80 49
not-subscriptable 1 96 0
possibly-missing-attribute 5 24 35
invalid-argument-type 3 9 9
no-matching-overload 21 0 0
invalid-return-type 5 0 2
invalid-assignment 1 4 1
not-iterable 0 0 2
unresolved-attribute 1 0 0
Project Removed Added Changed
Total 107 213 98
sympy 105 206 96
manticore 0 4 0
pywin32 0 2 1
Expression 1 0 0
dulwich 0 1 0
materialize 1 0 0
tornado 0 0 1

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

tests/test_compose.py

[error] invalid-assignment - :21:16 - Object of type `(Never, /) -> Never` is not assignable to `(int, /) -> int`

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

dulwich/index.py

[error] invalid-argument-type - :810:20 - Argument to function `sha_to_hex` is incorrect: Expected `RawObjectID`, found `bytes`

manticore (https://github.com/trailofbits/manticore)

manticore/wasm/executor.py

[error] invalid-assignment - :1194:14 - Object of type `int` is not assignable to `F32`
[error] invalid-assignment - :1202:14 - Object of type `int` is not assignable to `F64`
[error] invalid-assignment - :1505:14 - Object of type `float` is not assignable to `I32`
[error] invalid-assignment - :1513:14 - Object of type `float` is not assignable to `I64`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/cli/mz_workload_anonymize.py

[error] no-matching-overload - :251:13 - No overload of bound method `join` matches arguments

pywin32 (https://github.com/mhammond/pywin32)

win32/Demos/win32gui_menu.py

[error] invalid-argument-type - :434 -
Old: Argument to function `ExtTextOut` is incorrect: Expected `PyRECT`, found `tuple[Any, Any, Any, Any]`
New: Argument to function `ExtTextOut` is incorrect: Expected `PyRECT`, found `tuple[int, int, int, int]`

win32/Lib/win32gui_struct.py

[error] invalid-argument-type - :946:41 - Argument to function `IID` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :950:41 - Argument to function `IID` is incorrect: Expected `str`, found `bytes`

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/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_matadd.py

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

sympy/solvers/tests/test_numeric.py

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

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] unsupported-operator - :422:33 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[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 `MatrixBase | Expr`
New: Attribute `tolist` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | 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 `MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :1336 -
Old: Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | 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[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | 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[Unknown | MatrixBase, MatrixBase, MatrixBase | Unknown]`

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/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: 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_matmul.py

[warning] possibly-missing-attribute - :158 -
Old: Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`
New: Attribute `as_explicit` may be missing on object 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]`
[error] unsupported-operator - :124:47 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_permutation.py

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

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 - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393 -
Old: Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
New: 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/matrixbase.py

[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] 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`
[error] invalid-return-type - :5078:16 - Return type does not match returned value: expected `Self@log`, found `MatrixBase | @Todo | Expr`
[error] invalid-argument-type - :3046 -
Old: Argument is incorrect: Expected `(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
New: 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]`
[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 `MatrixBase | Expr`
New: Return type does not match returned value: expected `Self@D`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | 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/repmatrix.py

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

sympy/matrices/solvers.py

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

sympy/matrices/sparse.py

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

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_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 `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :32 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :42 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :51 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :57 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :131:12 - No overload of function `simplify` matches arguments
[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`
[warning] possibly-missing-attribute - :288 -
Old: Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr`
New: Attribute `applyfunc` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :393:16 - No overload of function `simplify` matches arguments
[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 - :394: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`
[warning] possibly-missing-attribute - :395 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :396 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :439:13 - No overload of function `simplify` matches arguments
[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 - :451:12 - 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 - :464: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 - :475: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 - :488: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`

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] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
[error] no-matching-overload - :477:12 - No overload of function `simplify` matches arguments
[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`
[warning] possibly-missing-attribute - :492:12 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr | Unknown`
[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`

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 - :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] 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`
[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 `MatrixBase | Expr`
New: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :1739:12 - No overload of function `simplify` matches arguments
[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 - :2680:16 - 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 - :2681: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`
[warning] possibly-missing-attribute - :2682 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2683 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2728 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2746 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3055 -
Old: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3071 -
Old: Attribute `exp` may be missing on object of type `MatrixBase | Expr`
New: Attribute `exp` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | 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] 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`
[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] no-matching-overload - :2497:12 - No overload of function `simplify` matches arguments
[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 - :3384:16 - 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 - :3385: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`
[warning] possibly-missing-attribute - :3386 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3387 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3432 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3450 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3768 -
Old: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3784 -
Old: Attribute `exp` may be missing on object of type `MatrixBase | Expr`
New: Attribute `exp` may be missing on 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`
[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/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] unsupported-operator - :68:13 - Operator `-` is not supported between two objects of type `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] no-matching-overload - :332:16 - No overload of function `simplify` matches arguments
[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 - :333: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`
[warning] possibly-missing-attribute - :334 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :335 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :341:16 - No overload of function `simplify` matches arguments
[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 - :342: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`
[warning] possibly-missing-attribute - :343 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :344 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

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`
[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 `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :345 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :352 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | 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 `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable
[error] not-iterable - :47 -
Old: Object of type `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable

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/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`
[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/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] no-matching-overload - :669:12 - No overload of function `simplify` matches arguments
[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`

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 -
Old: Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
New: 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 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: 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 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: 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/physics/vector/functions.py

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

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 | MatrixBase | Expr`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | 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] invalid-argument-type - :501 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Expr`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :722 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: 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 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: 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 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: 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 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/stats/stochastic_process_types.py

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

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

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

tornado/websocket.py

[error] invalid-argument-type - :1220 -
Old: Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Any | None`
New: Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Unknown | int | None`