Ecosystem report

Old: main (merge base) 56eb6b62 New: 23136/merge d6d81d91
Lint Rule Removed Added Changed
Total 42 383 65
not-subscriptable 1 106 0
unsupported-operator 1 92 14
possibly-unresolved-reference 0 101 0
possibly-missing-attribute 5 33 36
invalid-argument-type 1 29 7
no-matching-overload 20 3 0
invalid-return-type 1 9 2
unused-type-ignore-comment 11 0 0
unresolved-attribute 0 5 4
invalid-assignment 2 1 0
invalid-await 0 2 0
invalid-context-manager 0 2 0
not-iterable 0 0 2
Project Removed Added Changed
Total 42 383 65
sympy 29 188 56
scipy 0 50 0
psycopg 0 20 0
trio 3 14 0
prefect 1 11 3
sphinx 3 8 0
zulip 0 9 2
core 1 9 0
rotki 0 10 0
apprise 0 4 4
pytest 4 4 0
ibis 0 6 0
anyio 0 5 0
spack 0 5 0
materialize 0 4 0
more-itertools 0 4 0
cloud-init 0 3 0
cwltool 0 3 0
mypy 0 3 0
strawberry 0 3 0

Failed Projects

Project Old Status New Status Old Return Code New Return Code
setuptools
https://github.com/pypa/setuptools
abnormal exit abnormal exit 2 2

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`

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

src/anyio/_backends/_asyncio.py

[warning] possibly-unresolved-reference - :1527:9 - Name `client_sock` used when possibly not defined
[warning] possibly-unresolved-reference - :1529:29 - Name `client_sock` used when possibly not defined
[error] invalid-return-type - :2445:10 - Function can implicitly return `None`, which is not assignable to return type `T_Retval@run_sync_in_worker_thread`

src/anyio/from_thread.py

[warning] possibly-unresolved-reference - :274:35 - Name `retval` used when possibly not defined

src/anyio/to_process.py

[error] invalid-return-type - :49:6 - Function can implicitly return `None`, which is not assignable to return type `T_Retval@run_sync`

apprise (https://github.com/caronc/apprise)

apprise/plugins/pushover.py

[error] unsupported-operator - :353:16 - Operator `<` is not supported between objects of type `Unknown | str | dict[Unknown | int, Unknown | str] | int | tuple[str, str]` and `Literal[30]`
[error] unsupported-operator - :358:16 - Operator `<` is not supported between objects of type `Unknown | str | dict[Unknown | int, Unknown | str] | int | tuple[str, str]` and `Literal[0]`
[error] unsupported-operator - :358:35 - Operator `>` is not supported between objects of type `Unknown | str | dict[Unknown | int, Unknown | str] | int | tuple[str, str]` and `Literal[10800]`

apprise/plugins/slack.py

[error] not-subscriptable - :960:23 - Cannot subscript object of type `bool` with no `__getitem__` method

apprise/plugins/vapid/__init__.py

[error] unsupported-operator - :251 -
Old: Operator `<` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
New: Operator `<` is not supported between two objects of type `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[error] unsupported-operator - :252 -
Old: Operator `>` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
New: Operator `>` is not supported between two objects of type `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`

apprise/plugins/vonage.py

[error] unsupported-operator - :176 -
Old: Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
New: Operator `<` is not supported between two objects of type `Unknown | str | int`
[error] unsupported-operator - :177 -
Old: Operator `>` is not supported between objects of type `int` and `Unknown | str | int`
New: Operator `>` is not supported between two objects of type `Unknown | str | int`

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

src/arti/graphs/__init__.py

[error] invalid-argument-type - :245:13 - Argument to function `read` is incorrect: Expected `tuple[StoragePartitionSnapshot, ...]`, found `tuple[StoragePartitionSnapshot, ...] | None | Unknown`

cloud-init (https://github.com/canonical/cloud-init)

tests/unittests/test_gpg.py

[warning] possibly-unresolved-reference - :194:32 - Name `gpg_context` used when possibly not defined
[warning] possibly-unresolved-reference - :198:38 - Name `gpg_context` used when possibly not defined
[warning] possibly-unresolved-reference - :208:38 - Name `gpg_context` used when possibly not defined

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

homeassistant/components/zha/silabs_multiprotocol.py

[warning] possibly-unresolved-reference - :31:12 - Name `zha_network_settings` used when possibly not defined
[warning] possibly-unresolved-reference - :33:20 - Name `zha_network_settings` used when possibly not defined

homeassistant/components/media_player/__init__.py

[error] invalid-assignment - :1219:31 - Cannot assign value of type `tuple[bytes | None, str | None]` to key of type `Never` on TypedDict `_CacheImage`

homeassistant/components/melcloud/config_flow.py

[error] invalid-argument-type - :64:51 - Argument to bound method `_create_entry` is incorrect: Expected `str`, found `str | None | Unknown`

homeassistant/components/mpd/media_player.py

[warning] possibly-unresolved-reference - :268:16 - Name `response` used when possibly not defined
[warning] possibly-unresolved-reference - :271:27 - Name `response` used when possibly not defined
[warning] possibly-unresolved-reference - :272:20 - Name `response` used when possibly not defined

homeassistant/components/recorder/statistics.py

[error] not-subscriptable - :1857:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :1858:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :1858:25 - Cannot subscript object of type `None` with no `__getitem__` method

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

cwltool/cwlprov/ro.py

[error] unsupported-operator - :667:45 - Operator `/` is not supported between objects of type `PurePosixPath` and `None | PurePosixPath | str`

cwltool/docker.py

[error] invalid-return-type - :54:12 - Return type does not match returned value: expected `list[str]`, found `list[str] | None`

cwltool/load_tool.py

[error] no-matching-overload - :420:18 - No overload of function `sub` matches arguments

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

tests/opentelemetry/test_logs.py

[error] invalid-argument-type - :227:41 - Argument to function `decode_logs_request` is incorrect: Expected `bytes`, found `None | Any`

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

dulwich/mbox.py

[error] invalid-argument-type - :302:9 - Argument to function `mailinfo` is incorrect: Expected `Message[str, str] | BinaryIO | TextIO`, found `str | bytes | BinaryIO | TextIO`

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

ibis/common/temporal.py

[error] invalid-argument-type - :196:25 - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `(Real & ~timedelta) | (Unknown & ~timedelta)`

ibis/expr/visualize.py

[error] unresolved-attribute - :32:33 - Module `ibis.expr.operations` has no member `Join`
[error] unresolved-attribute - :33:63 - Module `ibis.expr.operations` has no member `genname`
[error] unresolved-attribute - :35:65 - Module `ibis.expr.operations` has no member `genname`
[error] invalid-argument-type - :53:31 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Attribute`
[error] invalid-argument-type - :53:45 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Attribute`

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

jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py

[warning] possibly-missing-attribute - :216:10 - Attribute `num_cores` may be missing on object of type `SharedMemory | None`

jax/_src/pallas/mosaic_gpu/interpret/gpu_callbacks.py

[warning] possibly-missing-attribute - :167:10 - Attribute `num_cores` may be missing on object of type `GPUSharedMemory | None`

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

misc/python/materialize/mzbuild.py

[error] unsupported-operator - :266:8 - Operator `in` is not supported between objects of type `str` and `set[str] | None`
[warning] possibly-missing-attribute - :322:13 - Attribute `add` may be missing on object of type `set[str] | None`
[error] unsupported-operator - :341:8 - Operator `in` is not supported between objects of type `str` and `set[str] | None`
[warning] possibly-missing-attribute - :381:13 - Attribute `add` may be missing on object of type `set[str] | None`

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

unittests/allplatformstests.py

[warning] possibly-missing-attribute - :1248:58 - Attribute `get_exelist` may be missing on object of type `Compiler | None`
[warning] possibly-missing-attribute - :1279:34 - Attribute `version` may be missing on object of type `Compiler | None`

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

mkdocs/structure/files.py

[warning] possibly-missing-attribute - :440:23 - Attribute `encode` may be missing on object of type `str | None`
[warning] possibly-missing-attribute - :464:23 - Attribute `decode` may be missing on object of type `bytes | None`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[warning] possibly-unresolved-reference - :3840:23 - Name `reservoir` used when possibly not defined
[warning] possibly-unresolved-reference - :3849:13 - Name `reservoir` used when possibly not defined
[warning] possibly-unresolved-reference - :3851:13 - Name `reservoir` used when possibly not defined
[warning] possibly-unresolved-reference - :3852:12 - Name `reservoir` used when possibly not defined

mypy (https://github.com/python/mypy)

mypy/checker.py

[error] invalid-argument-type - :1641:35 - Argument to function `is_same_type` is incorrect: Expected `Type`, found `Instance | TupleType | None | Unknown`
[error] invalid-argument-type - :1647:27 - Argument to function `is_subtype` is incorrect: Expected `Type`, found `Instance | TupleType | None | Unknown`
[warning] possibly-missing-attribute - :1661:60 - Attribute `str_with_options` may be missing on object of type `Instance | TupleType | None | Unknown`

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

optuna/storages/_rdb/storage.py

[error] invalid-argument-type - :297:44 - Argument to bound method `get_study_id_from_name` is incorrect: Expected `str`, found `str | None`

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

pandas/plotting/_matplotlib/boxplot.py

[warning] possibly-missing-attribute - :470:9 - Attribute `grid` may be missing on object of type `Unknown | None`

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/build.py

[error] invalid-return-type - :28:12 - Return type does not match returned value: expected `tuple[Grammar, Parser, Tokenizer]`, found `tuple[Grammar | None, GeneratedParser, Tokenizer]`

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

src/integrations/prefect-docker/prefect_docker/deployments/steps.py

[error] invalid-return-type - :325:12 - Return type does not match returned value: expected `BuildDockerImageResult`, found `dict[Unknown | str, Unknown | str | None | (list[str] & ~AlwaysFalsy) | list[Unknown]]`
[error] invalid-argument-type - :327:16 - Invalid argument to key "tag" with declared type `str` on TypedDict `BuildDockerImageResult`: value of type `str | None`
[error] invalid-argument-type - :329:21 - Invalid argument to key "image_id" with declared type `str` on TypedDict `BuildDockerImageResult`: value of type `None | Unknown`

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :1017 -
Old: Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`
New: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`

src/prefect/flow_engine.py

[error] invalid-argument-type - :1691:43 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1699:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1733:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1740:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] invalid-await - :1004:32 - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - :1610:24 - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable

src/prefect/flows.py

[error] no-matching-overload - :1946:21 - No overload of function `run_coro_as_sync` matches arguments
[warning] unused-type-ignore-comment - :1886:53 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :286 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
[error] unresolved-attribute - :404 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`

src/prefect/server/events/actions.py

[error] invalid-return-type - :1447:16 - Return type does not match returned value: expected `WorkPool`, found `WorkPool | None`

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

psycopg/psycopg/_server_cursor.py

[error] invalid-argument-type - :145:34 - Argument to function `len` is incorrect: Expected `Sized`, found `list[Row@ServerCursor] | None | Unknown`
[error] not-subscriptable - :148:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :148:15 - Cannot subscript object of type `None` with no `__getitem__` method

psycopg/psycopg/_server_cursor_async.py

[error] invalid-argument-type - :143:34 - Argument to function `len` is incorrect: Expected `Sized`, found `list[Row@AsyncServerCursor] | None | Unknown`
[error] not-subscriptable - :146:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :146:15 - Cannot subscript object of type `None` with no `__getitem__` method

psycopg/psycopg/connection.py

[error] invalid-context-manager - :447:18 - Object of type `Pipeline | None` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :450:16 - Attribute `level` may be missing on object of type `Pipeline | None`

psycopg/psycopg/connection_async.py

[error] invalid-context-manager - :482:24 - Object of type `AsyncPipeline | None` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
[warning] possibly-missing-attribute - :485:16 - Attribute `level` may be missing on object of type `AsyncPipeline | None`

tests/pool/test_pool.py

[warning] possibly-unresolved-reference - :133:46 - Name `pid` used when possibly not defined

tests/pool/test_pool_async.py

[warning] possibly-unresolved-reference - :133:46 - Name `pid` used when possibly not defined

tests/test_cursor_common.py

[warning] possibly-unresolved-reference - :824:5 - Name `gen` used when possibly not defined

tests/test_cursor_common_async.py

[warning] possibly-unresolved-reference - :832:11 - Name `gen` used when possibly not defined

tests/test_pipeline.py

[warning] possibly-unresolved-reference - :70:12 - Name `closed` used when possibly not defined
[warning] possibly-unresolved-reference - :479:16 - Name `inner` used when possibly not defined

tests/test_pipeline_async.py

[warning] possibly-unresolved-reference - :67:12 - Name `closed` used when possibly not defined
[warning] possibly-unresolved-reference - :478:22 - Name `inner` used when possibly not defined

tests/test_waiting.py

[warning] possibly-unresolved-reference - :372:24 - Name `t0` used when possibly not defined

tests/test_waiting_async.py

[warning] possibly-unresolved-reference - :380:24 - Name `t0` used when possibly not defined

pybind11 (https://github.com/pybind/pybind11)

tests/test_local_bindings.py

[warning] possibly-unresolved-reference - :37:31 - Name `rc_before` used when possibly not defined

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

pyodide-build/pyodide_build/pypabuild.py

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

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

src/_pytest/_code/source.py

[error] invalid-argument-type - :195:50 - Argument to function `get_statement_startend2` is incorrect: Expected `AST`, found `AST | None`
[error] invalid-return-type - :228:12 - Return type does not match returned value: expected `tuple[AST, int, int]`, found `tuple[AST | None, int, int]`

src/_pytest/pytester.py

[warning] possibly-unresolved-reference - :1467:26 - Name `ret` used when possibly not defined

testing/python/raises.py

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

testing/python/raises_group.py

[warning] unused-type-ignore-comment - :176:71 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :290:69 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :301:69 - Unused blanket `type: ignore` directive

testing/test_recwarn.py

[warning] possibly-unresolved-reference - :326:46 - Name `warninfo` used when possibly not defined

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

rotkehlchen/assets/spam_assets.py

[error] unsupported-operator - :156:12 - Operator `not in` is not supported between objects of type `str` and `set[str] | None`

rotkehlchen/chain/ethereum/airdrops.py

[error] not-subscriptable - :282:58 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :283:9 - Cannot subscript object of type `None` with no `__getitem__` method

rotkehlchen/chain/evm/decoding/curve/curve_cache.py

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

rotkehlchen/chain/evm/decoding/curve/decoder.py

[error] invalid-argument-type - :261:17 - Argument to function `get_or_create_evm_token` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`

rotkehlchen/chain/evm/decoding/extrafi/balances.py

[error] invalid-argument-type - :244:47 - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `str | None | Any`

rotkehlchen/externalapis/monerium.py

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

rotkehlchen/inquirer.py

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

rotkehlchen/premium/premium.py

[warning] possibly-missing-attribute - :584:25 - Attribute `split` may be missing on object of type `Unknown | str | None`

rotkehlchen/tests/db/test_db.py

[warning] possibly-unresolved-reference - :1861:50 - Name `exception_info` used when possibly not defined

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

src/schemathesis/auths.py

[warning] possibly-missing-attribute - :148:16 - Attribute `data` may be missing on object of type `CacheEntry[Auth@CachingAuthProvider] | None`

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

scipy/interpolate/tests/test_fitpack2.py

[warning] possibly-unresolved-reference - :304:30 - Name `x_values` used when possibly not defined
[warning] possibly-unresolved-reference - :304:40 - Name `y_values` used when possibly not defined
[warning] possibly-unresolved-reference - :308:30 - Name `x_values` used when possibly not defined
[warning] possibly-unresolved-reference - :308:40 - Name `y_values` used when possibly not defined
[warning] possibly-unresolved-reference - :312:30 - Name `x_values` used when possibly not defined
[warning] possibly-unresolved-reference - :312:40 - Name `y_values` used when possibly not defined
[warning] possibly-unresolved-reference - :332:42 - Name `x_values` used when possibly not defined
[warning] possibly-unresolved-reference - :332:52 - Name `y_values` used when possibly not defined
[warning] possibly-unresolved-reference - :336:42 - Name `x_values` used when possibly not defined
[warning] possibly-unresolved-reference - :336:52 - Name `y_values` used when possibly not defined
[warning] possibly-unresolved-reference - :560:32 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :560:35 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :560:38 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :565:32 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :565:35 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :565:38 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :569:32 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :569:35 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :569:38 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :574:32 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :574:35 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :574:38 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :578:32 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :578:35 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :578:38 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :707:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :707:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :707:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :712:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :712:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :712:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :716:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :716:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :716:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :721:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :721:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :721:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :725:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :725:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :725:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :729:35 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :729:38 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :729:41 - Name `z` used when possibly not defined
[warning] possibly-unresolved-reference - :1169:33 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :1169:36 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :1169:39 - Name `z` used when possibly not defined

scipy/optimize/tests/test_minimize_constrained.py

[warning] possibly-unresolved-reference - :908:25 - Name `x0` used when possibly not defined
[warning] possibly-unresolved-reference - :908:65 - Name `g` used when possibly not defined

scipy/signal/tests/test_short_time_fft.py

[warning] possibly-unresolved-reference - :378:43 - Name `w` used when possibly not defined

scipy/stats/_distn_infrastructure.py

[error] unsupported-operator - :1248:56 - Operator `*` is not supported between objects of type `Literal[4]` and `None | Unknown`

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

lib/spack/spack/cmd/unit_test.py

[warning] possibly-missing-attribute - :229:16 - Attribute `main` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :262:16 - Attribute `main` may be missing on object of type `Unknown | None`

lib/spack/spack/installer.py

[error] invalid-argument-type - :475:55 - Argument to function `extract_tarball` is incorrect: Expected `Stage`, found `Stage | None`

lib/spack/spack/test/cmd/buildcache.py

[warning] possibly-missing-attribute - :304:25 - Attribute `specs_by_hash` may be missing on object of type `Environment | None`

lib/spack/spack/util/package_hash.py

[error] no-matching-overload - :380:12 - No overload of function `parse` matches arguments

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/util/display.py

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

sphinx/builders/latex/__init__.py

[warning] possibly-unresolved-reference - :335:45 - Name `doctree` used when possibly not defined
[warning] possibly-unresolved-reference - :339:17 - Name `doctree` used when possibly not defined
[warning] possibly-unresolved-reference - :341:17 - Name `doctree` used when possibly not defined
[warning] unused-type-ignore-comment - :340:90 - Unused blanket `type: ignore` directive

sphinx/builders/singlehtml.py

[warning] possibly-unresolved-reference - :177:61 - Name `doctree` used when possibly not defined
[warning] possibly-unresolved-reference - :178:50 - Name `doctree` used when possibly not defined

sphinx/builders/texinfo.py

[warning] possibly-unresolved-reference - :112:42 - Name `doctree` used when possibly not defined
[warning] possibly-unresolved-reference - :124:17 - Name `doctree` used when possibly not defined
[warning] possibly-unresolved-reference - :126:17 - Name `doctree` used when possibly not defined
[warning] unused-type-ignore-comment - :125:85 - Unused blanket `type: ignore` directive

starlette (https://github.com/encode/starlette)

starlette/middleware/base.py

[warning] possibly-unresolved-reference - :130:24 - Name `message` used when possibly not defined

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

strawberry/schema/schema.py

[error] invalid-argument-type - :750:29 - Argument to function `execute` is incorrect: Expected `DocumentNode`, found `DocumentNode | None`
[warning] possibly-missing-attribute - :796:18 - Attribute `data` may be missing on object of type `ExecutionResult | Unknown | None`
[warning] possibly-missing-attribute - :797:20 - Attribute `errors` may be missing on object of type `ExecutionResult | Unknown | None`

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

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

[error] invalid-argument-type - :328:22 - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

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

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

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] 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/solvers.py

[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[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_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_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`
[warning] possibly-missing-attribute - :3477:12 - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | 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`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3478:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3479:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

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] 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`
[warning] possibly-missing-attribute - :383:12 - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :384:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :385:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

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

[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

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/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 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

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/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/_tests/test_file_io.py

[warning] possibly-unresolved-reference - :254:12 - Name `f` used when possibly not defined

src/trio/_tests/test_testing_raisesgroup.py

[warning] unused-type-ignore-comment - :161:71 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :271:69 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :282:69 - Unused blanket `type: ignore` directive

src/trio/_core/_tests/test_cancelled.py

[warning] possibly-unresolved-reference - :76:12 - Name `excinfo` used when possibly not defined
[warning] possibly-unresolved-reference - :77:12 - Name `excinfo` used when possibly not defined
[warning] possibly-unresolved-reference - :78:12 - Name `excinfo` used when possibly not defined

src/trio/_core/_tests/test_run.py

[warning] possibly-unresolved-reference - :651:12 - Name `scope3` used when possibly not defined
[warning] possibly-unresolved-reference - :652:16 - Name `scope3` used when possibly not defined
[warning] possibly-unresolved-reference - :653:12 - Name `scope2` used when possibly not defined
[warning] possibly-unresolved-reference - :654:12 - Name `scope2` used when possibly not defined
[warning] possibly-unresolved-reference - :691:16 - Name `inner` used when possibly not defined
[warning] possibly-unresolved-reference - :2844:16 - Name `scope` used when possibly not defined

src/trio/_tests/test_highlevel_open_tcp_stream.py

[warning] possibly-unresolved-reference - :693:5 - Name `scenario` used when possibly not defined

src/trio/_tests/test_subprocess.py

[warning] possibly-unresolved-reference - :520:20 - Name `proc` used when possibly not defined
[warning] possibly-unresolved-reference - :522:20 - Name `proc` used when possibly not defined
[warning] possibly-unresolved-reference - :707:12 - Name `proc` used when possibly not defined

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

test/test_connectionpool.py

[warning] possibly-missing-attribute - :491:29 - Attribute `qsize` may be missing on object of type `LifoQueue[Any] | None`

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

src/werkzeug/test.py

[warning] possibly-missing-attribute - :1117:44 - Attribute `environ` may be missing on object of type `None | @Todo | Request`
[warning] possibly-missing-attribute - :1150:36 - Attribute `input_stream` may be missing on object of type `None | @Todo | Request`

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

xarray/util/print_versions.py

[error] invalid-argument-type - :35:47 - Argument to bound method `strip` is incorrect: Expected `Buffer | None`, found `Literal["\""]`

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

tools/lib/template_parser.py

[warning] possibly-missing-attribute - :366:13 - Attribute `split` may be missing on object of type `str | None`
[error] invalid-argument-type - :369:27 - Argument to function `tokenize` is incorrect: Expected `str`, found `str | None`

zerver/lib/narrow_helpers.py

[error] invalid-return-type - :63:12 - Return type does not match returned value: expected `list[str]`, found `list[str] | None`

corporate/tests/test_stripe.py

[error] invalid-assignment - :4449:9 - Object of type `Unknown | datetime` is not assignable to attribute `next_invoice_date` on type `CustomerPlan | None`
[warning] possibly-missing-attribute - :4450:9 - Attribute `save` may be missing on object of type `CustomerPlan | None`
[warning] possibly-missing-attribute - :9396:26 - Attribute `licenses_at_next_renewal` may be missing on object of type `CustomerPlan | None`
[error] unresolved-attribute - :4028 -
Old: Object of type `CustomerPlan` has no attribute `id`
New: Object of type `CustomerPlan | None` has no attribute `id`

zerver/lib/test_runner.py

[error] unresolved-attribute - :398:34 - Object of type `TextTestResult[_WritelnDecorator]` has no attribute `failed_tests`
[error] unresolved-attribute - :400:38 - Object of type `TextTestResult[_WritelnDecorator]` has no attribute `failed_tests`

zerver/views/user_settings.py

[error] unresolved-attribute - :166 -
Old: Object of type `EmailChangeStatus` has no attribute `user_profile_id`
New: Object of type `MultiuseInvite | PreregistrationRealm | PreregistrationUser | ... omitted 6 union elements` has no attribute `user_profile_id`

zilencer/management/commands/profile_request.py

[error] invalid-return-type - :41:12 - Return type does not match returned value: expected `HttpResponseBase`, found `HttpResponseBase | Awaitable[HttpResponseBase]`