Summary

Comparing branches/commits:
Old: main (merge base) 04ab9170
New: 21401/merge 77cff9fa
Lint Rule Removed Added Changed
Total 135 278 251
no-matching-overload 0 229 0
invalid-argument-type 33 25 103
unresolved-attribute 9 0 59
unresolved-reference 62 0 0
possibly-missing-attribute 3 0 40
unsupported-operator 12 20 11
invalid-return-type 3 4 20
non-subscriptable 0 0 8
unused-ignore-comment 8 0 0
invalid-assignment 0 0 6
not-iterable 5 0 0
index-out-of-bounds 0 0 3
call-non-callable 0 0 1

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] invalid-assignment - :3430:13 -
Old: Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `Sequence[bytes | str | memoryview[Unknown]] | AbstractSet[AnyKeyT@_zaggregate]`
New: Object of type `tuple[KeysView[object], ValuesView[object]]` is not assignable to `Sequence[bytes | str | memoryview[int]] | AbstractSet[AnyKeyT@_zaggregate]`
[warning] possibly-missing-attribute - :3898:38 -
Old: Attribute `split` may be missing on object of type `Unknown | bytes | memoryview[Unknown] | ... omitted 3 union elements`
New: Attribute `split` may be missing on object of type `Unknown | bytes | memoryview[int] | ... omitted 3 union elements`

aioredis/connection.py

[error] invalid-return-type - :441:16 -
Old: Return type does not match returned value: expected `bytes | memoryview[Unknown] | str | ... omitted 4 union elements`, found `(@Todo & ~bytes) | int | list[bytes | memoryview[Unknown] | str | ... omitted 5 union elements] | ... omitted 4 union elements`
New: Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `(@Todo & ~bytes) | int | list[bytes | memoryview[int] | str | ... omitted 5 union elements] | ... omitted 4 union elements`
[error] unsupported-operator - :933:14 -
Old: Operator `in` is not supported for types `bytes` and `int`, in comparing `Literal[b" "]` with `bytes | memoryview[Unknown] | int`
New: Operator `in` is not supported for types `bytes` and `int`, in comparing `Literal[b" "]` with `bytes | memoryview[int] | int`
[warning] possibly-missing-attribute - :934:26 -
Old: Attribute `split` may be missing on object of type `bytes | memoryview[Unknown] | int`
New: Attribute `split` may be missing on object of type `bytes | memoryview[int] | int`

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

apprise/plugins/simplepush.py

[error] invalid-argument-type - :207:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[Unknown]`, found `Unknown | None | bytes`
New: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Unknown | None | bytes`

tests/test_plugin_email.py

[error] invalid-argument-type - :515:36 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - :612:38 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - :624:34 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`

tests/test_plugin_growl.py

[error] invalid-argument-type - :323:36 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - :367:38 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | None | <class 'NotifyGrowl'> | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | None | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - :376:34 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`

arviz (https://github.com/arviz-devs/arviz)

arviz/data/inference_data.py

[error] call-non-callable - :731:31 -
Old: Object of type `ndarray[@Todo, Unknown]` is not callable
New: Object of type `ndarray[@Todo, dtype[Any]]` is not callable

arviz/stats/ecdf_utils.py

[error] invalid-return-type - :27:12 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown]`, found `float64`
New: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `float64`

arviz/stats/stats.py

[error] invalid-argument-type - :1521:64 -
Old: Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[@Todo, Unknown] | Index | ... omitted 4 union elements`, found `list[str]`
New: Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[@Todo, dtype[Any]] | Index | ... omitted 4 union elements`, found `list[str]`

asynq (https://github.com/quora/asynq)

asynq/batching.pyi

[error] unresolved-reference - :6:26 - Name `BatchItemBase` used when not defined

asynq/contexts.pyi

[error] unresolved-reference - :5:26 - Name `AsyncContext` used when not defined

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

src/bokeh/core/has_props.pyi

[error] unresolved-reference - :40:51 - Name `HasProps` used when not defined

colour (https://github.com/colour-science/colour)

colour/plotting/tests/test_common.py

[error] unresolved-attribute - :200:16 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `subfigures`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `subfigures`

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

homeassistant/components/tts/__init__.py

[error] invalid-argument-type - :371:41 -
Old: Argument to bound method `write` is incorrect: Expected `bytes | bytearray | memoryview[Unknown]`, found `object`
New: Argument to bound method `write` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`

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

ddtrace/contrib/internal/aioredis/patch.py

[error] invalid-argument-type - :130:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | None`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | None`

ddtrace/contrib/internal/kafka/patch.py

[error] invalid-argument-type - :189:92 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | None`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Unknown | None`

django-stubs (https://github.com/typeddjango/django-stubs)

django-stubs/contrib/sessions/models.pyi

[error] unresolved-reference - :5:26 - Name `Session` used when not defined

django-stubs/db/models/query.pyi

[error] unresolved-reference - :22:62 - Name `QuerySet` used when not defined
[error] unresolved-reference - :22:103 - Name `QuerySet` used when not defined

django-stubs/template/context.pyi

[error] unresolved-reference - :13:46 - Name `Context` used when not defined

django-stubs/utils/safestring.pyi

[error] unresolved-reference - :6:28 - Name `SafeData` used when not defined

django-stubs/utils/tree.pyi

[error] unresolved-reference - :6:33 - Name `Node` used when not defined

django-stubs/contrib/admin/options.pyi

[error] unresolved-reference - :147:44 - Name `ModelAdmin` used when not defined

django-stubs/contrib/sessions/base_session.pyi

[error] invalid-argument-type - :18:23 - Argument to class `BaseSessionManager` is incorrect: Expected `AbstractBaseSession`, found `typing.Self`
[error] unresolved-reference - :8:26 - Name `AbstractBaseSession` used when not defined

django-stubs/db/models/base.pyi

[error] unresolved-reference - :12:32 - Name `Model` used when not defined

django-stubs/db/models/enums.pyi

[error] unresolved-reference - :20:32 - Name `ChoicesType` used when not defined

django-stubs/db/models/fields/__init__.pyi

[error] unresolved-reference - :32:26 - Name `Field` used when not defined

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

dulwich/pack.py

[warning] possibly-missing-attribute - :3075:13 -
Old: Attribute `write` may be missing on object of type `(((bytes, /) -> None) & ~(() -> object)) | (((bytes | bytearray | memoryview[Unknown], /) -> int) & ~(() -> object)) | (IO[bytes] & ~(() -> object))`
New: Attribute `write` may be missing on object of type `(((bytes, /) -> None) & ~(() -> object)) | (((bytes | bytearray | memoryview[int], /) -> int) & ~(() -> object)) | (IO[bytes] & ~(() -> object))`

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/pyutils/is_iterable.py

[error] invalid-argument-type - :30:30 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `list[Unknown | <class 'Collection'>] | Unknown | <class 'Collection'> | tuple[Unknown | <class 'Collection'>, ...]`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `list[Unknown | <class 'Collection'>] | Unknown | <class 'Collection'> | tuple[Unknown | <class 'Collection'>, ...]`

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

hydpy/cythons/pointerutils.pyi

[error] unresolved-reference - :5:33 - Name `Double` used when not defined
[error] unresolved-reference - :5:41 - Name `PDouble` used when not defined

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

ibis/backends/impala/tests/test_udf.py

[error] invalid-argument-type - :388:28 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Literal`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `typing.Literal`

ibis/common/patterns.py

[error] invalid-argument-type - :807:30 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `T_co@CoercedTo`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `T_co@CoercedTo`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - :1360:36 -
Old: Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Union`
New: Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `typing.Union`

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

jax/_src/blocked_sampler.py

[error] invalid-argument-type - :116:15 -
Old: Argument to function `_compute_tile_index` is incorrect: Expected `Sequence[int]`, found `Sequence[Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements]`
New: Argument to function `_compute_tile_index` is incorrect: Expected `Sequence[int]`, found `Sequence[Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements]`

jax/_src/compiler.py

[error] unresolved-attribute - :679:1 -
Old: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`.
New: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, dtype[Any]], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`.

jax/_src/lax/control_flow/conditionals.py

[error] invalid-argument-type - :132:44 -
Old: Argument to function `_switch_internal` is incorrect: Expected `Sequence[Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements]`, found `tuple[Unknown, ...] | tuple[object]`
New: Argument to function `_switch_internal` is incorrect: Expected `Sequence[Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements]`, found `tuple[Unknown, ...] | tuple[object]`

jax/_src/numpy/index_tricks.py

[error] invalid-assignment - :152:5 -
Old: Object of type `(Array & tuple[object, ...]) | (ndarray[@Todo, Unknown] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[@Todo, Unknown] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]` is not assignable to `tuple[Array | ndarray[@Todo, Unknown] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]`
New: Object of type `(Array & tuple[object, ...]) | (ndarray[@Todo, dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]` is not assignable to `tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]`

jax/_src/numpy/indexing.py

[warning] possibly-missing-attribute - :698:30 -
Old: Attribute `shape` may be missing on object of type `Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements`
New: Attribute `shape` may be missing on object of type `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - :5010:37 -
Old: Argument to function `_block` is incorrect: Expected `Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 6 union elements`, found `object`
New: Argument to function `_block` is incorrect: Expected `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements`, found `object`

jax/_src/numpy/ufuncs.py

[error] unresolved-attribute - :69:31 -
Old: Object of type `(Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
New: Object of type `(Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
[error] unresolved-attribute - :79:33 -
Old: Object of type `(Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements, Array | ndarray[@Todo, Unknown] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
New: Object of type `(Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`

jax/_src/pallas/helpers.py

[error] unsupported-operator - :95:23 - Operator `-` is unsupported between objects of type `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements` and `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements`

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

[error] invalid-argument-type - :1077:7 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`

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

[error] invalid-argument-type - :88:34 -
Old: Argument to function `update_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
New: Argument to function `update_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
[error] invalid-argument-type - :113:40 -
Old: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
New: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
[error] invalid-argument-type - :143:42 -
Old: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
New: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`

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

[error] invalid-return-type - :26:12 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown]`, found `None`
New: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `None`

jax/_src/scipy/special.py

[error] invalid-return-type - :1211:10 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown]`, found `signedinteger[@Todo]`
New: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `signedinteger[@Todo]`

jax/experimental/mosaic/gpu/fragmented_array.py

[error] unresolved-attribute - :2309:35 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `type`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2321:37 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `type`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
[warning] possibly-missing-attribute - :2346:35 -
Old: Attribute `type` may be missing on object of type `ndarray[@Todo, Unknown] | Unknown`
New: Attribute `type` may be missing on object of type `ndarray[@Todo, dtype[Any]] | Unknown`
[warning] possibly-missing-attribute - :2389:18 -
Old: Attribute `type` may be missing on object of type `ndarray[@Todo, Unknown] | Unknown`
New: Attribute `type` may be missing on object of type `ndarray[@Todo, dtype[Any]] | Unknown`
[error] unresolved-attribute - :2580:35 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `type`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2581:33 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `type`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[error] invalid-argument-type - :2475:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2476:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2477:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2478:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2481:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `PartitionSpec | None`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_mask_info.py

[error] invalid-argument-type - :867:15 -
Old: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `@Todo | None`
[error] invalid-argument-type - :867:15 -
Old: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `@Todo | None`

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

mitmproxy/io/tnetstring.py

[error] invalid-argument-type - :191:20 -
Old: Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `memoryview[Unknown]`
New: Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `memoryview[int]`

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

mypy/typeshed/stdlib/ctypes/wintypes.pyi

[error] invalid-argument-type - :124:29 - Argument to class `_CField` is incorrect: Expected `_CData`, found `typing.TypeVar`

mypy/typeshed/stdlib/ctypes/__init__.pyi

[error] unresolved-reference - :43:32 - Name `CDLL` used when not defined

mypy/typeshed/stdlib/distutils/cmd.pyi

[error] unresolved-reference - :29:40 - Name `Command` used when not defined

mypy/typeshed/stdlib/sqlite3/__init__.pyi

[error] unresolved-reference - :217:38 - Name `Cursor` used when not defined

mypy/typeshed/stdlib/sre_parse.pyi

[error] unresolved-reference - :28:60 - Name `SubPattern` used when not defined
[error] unresolved-reference - :29:47 - Name `SubPattern` used when not defined
[error] unresolved-reference - :29:59 - Name `SubPattern` used when not defined
[error] unresolved-reference - :31:45 - Name `SubPattern` used when not defined
[error] unresolved-reference - :32:59 - Name `SubPattern` used when not defined

mypy/typeshed/stdlib/unittest/_log.pyi

[error] unresolved-reference - :7:26 - Name `_LoggingWatcher` used when not defined

mypy/typeshed/stdlib/warnings.pyi

[error] unresolved-reference - :24:37 - Name `WarningMessage` used when not defined
[error] unresolved-reference - :24:74 - Name `WarningMessage` used when not defined

mypy/typeshed/stdlib/_ctypes.pyi

[error] unresolved-reference - :12:28 - Name `_CData` used when not defined

mypy/typeshed/stdlib/argparse.pyi

[error] unresolved-reference - :30:38 - Name `Action` used when not defined
[error] unresolved-reference - :31:54 - Name `ArgumentParser` used when not defined

mypy/typeshed/stdlib/contextlib.pyi

[error] unresolved-reference - :42:34 - Name `AbstractContextManager` used when not defined

mypy/typeshed/stdlib/enum.pyi

[error] unresolved-reference - :42:53 - Name `Enum` used when not defined

mypy/typeshed/stdlib/http/cookies.pyi

[error] unresolved-reference - :8:49 - Name `Morsel` used when not defined

mypy/typeshed/stdlib/inspect.pyi

[error] unresolved-reference - :469:59 - Name `_ClassTreeItem` used when not defined

mypy/typeshed/stdlib/ipaddress.pyi

[error] unresolved-reference - :10:20 - Name `IPv4Address` used when not defined
[error] unresolved-reference - :10:33 - Name `IPv6Address` used when not defined
[error] unresolved-reference - :11:20 - Name `IPv4Network` used when not defined
[error] unresolved-reference - :11:33 - Name `IPv6Network` used when not defined

mypy/typeshed/stdlib/logging/__init__.pyi

[error] unresolved-reference - :360:35 - Name `LoggerAdapter` used when not defined

mypy/typeshed/stdlib/marshal.pyi

[error] unresolved-reference - :22:13 - Name `_Marshallable` used when not defined
[error] unresolved-reference - :26:17 - Name `_Marshallable` used when not defined

mypy/typeshed/stdlib/pathlib/__init__.pyi

[error] unresolved-reference - :21:34 - Name `PurePath` used when not defined

mypy/typeshed/stdlib/tkinter/__init__.pyi

[error] unresolved-reference - :278:26 - Name `Misc` used when not defined
[error] unresolved-reference - :280:48 - Name `Misc` used when not defined
[error] unresolved-reference - :280:62 - Name `Misc` used when not defined

mypy/typeshed/stdlib/xml/dom/minidom.pyi

[error] unresolved-reference - :25:26 - Name `Node` used when not defined
[error] unresolved-reference - :27:96 - Name `DocumentFragment` used when not defined
[error] unresolved-reference - :31:11 - Name `DocumentFragment` used when not defined
[error] unresolved-reference - :32:7 - Name `Attr` used when not defined
[error] unresolved-reference - :33:7 - Name `Element` used when not defined
[error] unresolved-reference - :34:7 - Name `ProcessingInstruction` used when not defined
[error] unresolved-reference - :35:7 - Name `CharacterData` used when not defined
[error] unresolved-reference - :36:7 - Name `Text` used when not defined
[error] unresolved-reference - :37:7 - Name `Comment` used when not defined
[error] unresolved-reference - :38:7 - Name `CDATASection` used when not defined
[error] unresolved-reference - :39:7 - Name `Entity` used when not defined
[error] unresolved-reference - :40:7 - Name `Notation` used when not defined
[error] unresolved-reference - :155:96 - Name `DocumentFragment` used when not defined

mypy/typeshed/stdlib/xmlrpc/client.pyi

[error] unresolved-reference - :25:13 - Name `_Marshallable` used when not defined
[error] unresolved-reference - :30:7 - Name `DateTime` used when not defined
[error] unresolved-reference - :31:7 - Name `Binary` used when not defined

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

optuna/_gp/optim_mixed.py

[error] invalid-return-type - :116:16 -
Old: Return type does not match returned value: expected `tuple[ndarray[Unknown, Unknown], int | float, bool]`, found `tuple[@Todo, ndarray[Unknown, Unknown], Literal[True]]`
New: Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float, bool]`, found `tuple[@Todo, ndarray[Unknown, dtype[Any]], Literal[True]]`
[error] invalid-argument-type - :137:43 -
Old: Argument to function `find_nearest_index` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`
New: Argument to function `find_nearest_index` is incorrect: Expected `int | float`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-return-type - :329:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[Unknown, Unknown], int | float]`, found `tuple[ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
New: Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float]`, found `tuple[ndarray[Unknown, dtype[Any]], ndarray[Unknown, dtype[Any]]]`

optuna/_gp/optim_sample.py

[error] invalid-return-type - :19:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[Unknown, Unknown], int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
New: Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float]`, found `tuple[Unknown | ndarray[Unknown, dtype[Any]], ndarray[Unknown, dtype[Any]]]`

optuna/_gp/search_space.py

[error] invalid-argument-type - :193:56 -
Old: Argument to bound method `to_external_repr` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`
New: Argument to bound method `to_external_repr` is incorrect: Expected `int | float`, found `ndarray[Unknown, dtype[Any]]`

optuna/importance/_ped_anova/scott_parzen_estimator.py

[error] invalid-return-type - :111:12 -
Old: Return type does not match returned value: expected `tuple[int, ndarray[Unknown, Unknown]]`, found `tuple[@Todo, signedinteger[Unknown]]`
New: Return type does not match returned value: expected `tuple[int, ndarray[Unknown, dtype[Any]]]`, found `tuple[@Todo, signedinteger[Unknown]]`

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

pandas/tests/tslibs/test_to_offset.py

[error] no-matching-overload - :101:9 - No overload of function `to_offset` matches arguments
[error] no-matching-overload - :106:9 - No overload of function `to_offset` matches arguments

pandas/_libs/tslibs/offsets.pyi

[error] unresolved-reference - :23:46 - Name `BaseOffset` used when not defined

pandas/core/algorithms.py

[error] invalid-argument-type - :1062:32 -
Old: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, Unknown]]` does not satisfy constraints (`ExtensionArray`, `ndarray[@Todo, Unknown]`) of type variable `ArrayLikeT`
New: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, dtype[Any]]]` does not satisfy constraints (`ExtensionArray`, `ndarray[@Todo, dtype[Any]]`) of type variable `ArrayLikeT`

pandas/core/arrays/arrow/array.py

[error] unresolved-attribute - :1749:22 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `to_numpy`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `to_numpy`

pandas/core/arrays/boolean.py

[error] invalid-return-type - :262:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[@Todo, @Todo | None]`
New: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], ndarray[@Todo, dtype[Any]]]`, found `tuple[@Todo, @Todo | None]`

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - :1771:59 - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `str`

pandas/core/arrays/interval.py

[warning] possibly-missing-attribute - :401:35 -
Old: Attribute `_ensure_matching_resos` may be missing on object of type `ExtensionArray | ndarray[@Todo, Unknown] | Unknown`
New: Attribute `_ensure_matching_resos` may be missing on object of type `ExtensionArray | ndarray[@Todo, dtype[Any]] | Unknown`

pandas/core/arrays/period.py

[error] invalid-argument-type - :1464:45 - Argument to function `freq_to_dtype_code` is incorrect: Expected `BaseOffset`, found `None`
[warning] possibly-missing-attribute - :1454:19 - Attribute `freqstr` may be missing on object of type `Literal["Q"] | Unknown`
[error] invalid-return-type - :1469:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], BaseOffset]`, found `tuple[@Todo, Literal["Q"] | Unknown]`
New: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], BaseOffset]`, found `tuple[@Todo, BaseOffset | Unknown | None]`

pandas/core/construction.py

[error] unresolved-attribute - :625:18 - Object of type `object` has no attribute `kind`

pandas/core/dtypes/dtypes.py

[error] invalid-return-type - :1109:24 - Return type does not match returned value: expected `BaseOffset`, found `str | (Unknown & ~None)`

pandas/core/frame.py

[error] unresolved-attribute - :804:16 - Object of type `object` has no attribute `names`

pandas/core/groupby/grouper.py

[warning] possibly-missing-attribute - :545:31 -
Old: Attribute `categories` may be missing on object of type `(Unknown & ~ndarray[object, object]) | (Index & ~ndarray[object, object])`
New: Attribute `categories` may be missing on object of type `(Unknown & ~ndarray[object, dtype[object]]) | (Index & ~ndarray[object, dtype[object]])`
[error] invalid-argument-type - :546:50 -
Old: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[object, object]) | (Index & ~ndarray[object, object])`
New: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[object, dtype[object]]) | (Index & ~ndarray[object, dtype[object]])`
[warning] possibly-missing-attribute - :623:26 -
Old: Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :626:46 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :635:27 -
Old: Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :645:59 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :649:62 -
Old: Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :651:21 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`

pandas/core/indexes/base.py

[error] invalid-argument-type - :6186:69 -
Old: Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `(Unknown & Index) | ndarray[@Todo, Unknown]`
New: Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `(Unknown & Index) | ndarray[@Todo, dtype[Any]]`

pandas/core/indexes/interval.py

[error] no-matching-overload - :1397:20 - No overload of function `to_offset` matches arguments

pandas/core/indexes/range.py

[error] invalid-return-type - :817:20 -
Old: Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[@Todo, Unknown] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[@Todo, Unknown]]`
New: Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[@Todo, dtype[Any]] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[@Todo, dtype[Any]]]`

pandas/core/indexes/timedeltas.py

[error] unsupported-operator - :236:18 - Operator `+` is unsupported between objects of type `Timedelta` and `str`

pandas/core/indexing.py

[error] index-out-of-bounds - :2381:32 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2382:21 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2384:49 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1

pandas/core/internals/managers.py

[error] invalid-assignment - :1225:17 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None]` cannot be called with a key of type `Unknown | BlockPlacement` and a value of type `ndarray[@Todo, Unknown]` on object of type `list[Unknown | None]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None]` cannot be called with a key of type `Unknown | BlockPlacement` and a value of type `ndarray[@Todo, dtype[Any]]` on object of type `list[Unknown | None]`

pandas/core/nanops.py

[error] invalid-return-type - :657:20 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
New: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
[error] invalid-return-type - :908:12 -
Old: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, Unknown], int | float | ndarray[@Todo, Unknown]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, Unknown], @Todo | int | float]`
New: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, dtype[Any]], int | float | ndarray[@Todo, dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, dtype[Any]], @Todo | int | float]`

pandas/core/ops/array_ops.py

[error] unresolved-attribute - :443:34 - Object of type `object` has no attribute `kind`

pandas/core/series.py

[error] invalid-argument-type - :446:20 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `object`
New: Argument to function `len` is incorrect: Expected `Sized`, found `dtype[object]`

pandas/core/util/hashing.py

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

pandas/io/pytables.py

[error] invalid-argument-type - :2749:17 -
Old: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `DatetimeArray | @Todo | ndarray[@Todo, @Todo]`
New: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[@Todo, @Todo]`

pandas/plotting/_matplotlib/converter.py

[error] invalid-return-type - :841:12 - Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-return-type - :889:12 - Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-return-type - :912:12 - Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`

pandas/plotting/_matplotlib/timeseries.py

[error] unresolved-attribute - :204:19 - Object of type `(timedelta & ~BaseOffset) | (str & ~BaseOffset)` has no attribute `rule_code`

pandas/tests/arrays/boolean/test_construction.py

[error] invalid-argument-type - :28:30 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `None`

pandas/tests/arrays/categorical/test_astype.py

[error] unresolved-attribute - :143:33 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `codes`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `codes`
[error] unresolved-attribute - :145:37 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `codes`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `codes`

pandas/tests/arrays/categorical/test_dtypes.py

[error] invalid-argument-type - :32:59 -
Old: Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[@Todo, Unknown]`
New: Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[@Todo, dtype[Any]]`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - :106:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown] | NumpyExtensionArray`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | NumpyExtensionArray`, found `list[Unknown | int]`

pandas/tests/arrays/sparse/test_libsparse.py

[error] invalid-argument-type - :350:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :350:42 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392:40 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395:56 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :402:23 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :402:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :405:23 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :405:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :409:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :409:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413:36 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420:38 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426:40 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`

pandas/tests/frame/methods/test_transpose.py

[error] unresolved-attribute - :144:33 -
Old: Object of type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :144:68 -
Old: Object of type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :196:20 -
Old: Object of type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_data`
New: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_data`
[warning] possibly-missing-attribute - :197:20 -
Old: Attribute `flags` may be missing on object of type `Unknown | ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]] | ExtensionArray`

pandas/tests/frame/methods/test_values.py

[warning] possibly-missing-attribute - :233:37 -
Old: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, Unknown] | DatetimeArray | TimedeltaArray | PeriodArray`
New: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
[warning] possibly-missing-attribute - :246:37 -
Old: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, Unknown] | DatetimeArray | TimedeltaArray | PeriodArray`
New: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`

pandas/tests/frame/test_constructors.py

[warning] possibly-missing-attribute - :298:16 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`

pandas/tests/frame/test_iteration.py

[error] invalid-argument-type - :27:34 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `(...) -> Series`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `(...) -> Series`

pandas/tests/groupby/aggregate/test_cython.py

[warning] possibly-missing-attribute - :290:5 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`

pandas/tests/indexes/base_class/test_constructors.py

[warning] possibly-missing-attribute - :71:16 -
Old: Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[@Todo, Unknown]`
New: Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]`

pandas/tests/indexes/datetimelike_/test_equals.py

[error] unresolved-attribute - :81:13 -
Old: Object of type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `_simple_new`
New: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `_simple_new`
[error] unresolved-attribute - :81:37 -
Old: Object of type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `asi8`
New: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `asi8`

pandas/tests/indexes/interval/test_interval_tree.py

[error] invalid-argument-type - :185:35 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`

pandas/tests/indexes/multi/test_util.py

[error] invalid-argument-type - :15:46 -
Old: Argument to function `cartesian_product` is incorrect: Expected `list[ndarray[@Todo, Unknown]]`, found `list[Unknown | list[Unknown] | list[Unknown | int]]`
New: Argument to function `cartesian_product` is incorrect: Expected `list[ndarray[@Todo, dtype[Any]]]`, found `list[Unknown | list[Unknown] | list[Unknown | int]]`

pandas/tests/indexes/timedeltas/methods/test_astype.py

[error] unresolved-attribute - :152:38 -
Old: Object of type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `_with_freq`
New: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `_with_freq`

pandas/tests/internals/test_internals.py

[error] invalid-argument-type - :350:58 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :359:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :360:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :361:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1263:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1272:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1300:64 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`

pandas/tests/libs/test_libalgos.py

[error] non-subscriptable - :63:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :71:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :80:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :88:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :96:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :100:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :104:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :108:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method

pandas/tests/plotting/test_datetimelike.py

[error] invalid-argument-type - :441:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["B"]`
[error] invalid-argument-type - :442:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["D"]`
[error] invalid-argument-type - :443:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["ME"]`
[error] invalid-argument-type - :444:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["QE"]`
[error] invalid-argument-type - :445:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["YE"]`
[error] invalid-argument-type - :446:32 - Argument to function `get_finder` is incorrect: Expected `BaseOffset`, found `Literal["W"]`

pandas/tests/reshape/concat/test_concat.py

[warning] possibly-missing-attribute - :61:36 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :63:36 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :81:36 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`

pandas/tests/reshape/concat/test_datetimes.py

[error] invalid-assignment - :124:9 -
Old: Object of type `None` is not assignable to attribute `freq` on type `Unknown | ExtensionArray | ndarray[@Todo, Unknown]`
New: Object of type `None` is not assignable to attribute `freq` on type `Unknown | ExtensionArray | ndarray[@Todo, dtype[Any]]`

pandas/tests/reshape/merge/test_merge.py

[warning] possibly-missing-attribute - :1480:13 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, Unknown] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`

pandas/tests/scalar/test_na_scalar.py

[error] unsupported-operator - :171:12 - Operator `&` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :172:12 - Operator `&` is unsupported between objects of type `bool[bool]` and `NAType`
[error] unsupported-operator - :173:12 - Operator `&` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :174:12 - Operator `&` is unsupported between objects of type `bool[bool]` and `NAType`
[error] unsupported-operator - :178:9 - Operator `&` is unsupported between objects of type `NAType` and `Literal[5]`
[error] unsupported-operator - :189:12 - Operator `|` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :190:12 - Operator `|` is unsupported between objects of type `bool[bool]` and `NAType`
[error] unsupported-operator - :191:12 - Operator `|` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :192:12 - Operator `|` is unsupported between objects of type `bool[bool]` and `NAType`
[error] unsupported-operator - :196:9 - Operator `|` is unsupported between objects of type `NAType` and `Literal[5]`
[error] unsupported-operator - :207:12 - Operator `^` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :208:12 - Operator `^` is unsupported between objects of type `bool[bool]` and `NAType`
[error] unsupported-operator - :209:12 - Operator `^` is unsupported between objects of type `NAType` and `bool[bool]`
[error] unsupported-operator - :210:12 - Operator `^` is unsupported between objects of type `bool[bool]` and `NAType`

pandas/tests/scalar/timestamp/test_arithmetic.py

[error] unsupported-operator - :31:16 - Operator `+` is unsupported between objects of type `Timestamp` and `Literal["DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD"]`
[error] unsupported-operator - :33:16 - Operator `+` is unsupported between objects of type `Literal["DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD"]` and `Timestamp`
[error] unsupported-operator - :36:16 - Operator `-` is unsupported between objects of type `Timestamp` and `Literal["DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD"]`
[error] unsupported-operator - :65:13 - Operator `+` is unsupported between objects of type `Timestamp` and `LiteralString`
[error] unsupported-operator - :68:13 - Operator `+` is unsupported between objects of type `LiteralString` and `Timestamp`
[error] unsupported-operator - :71:13 - Operator `-` is unsupported between objects of type `Timestamp` and `LiteralString`

pandas/tests/scalar/timestamp/test_timestamp.py

[error] unresolved-attribute - :54:20 -
Old: Object of type `Literal["B"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :55:16 -
Old: Object of type `Literal["B"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :56:20 -
Old: Object of type `Literal["B"]` has no attribute `is_quarter_start`
New: Object of type `BaseOffset` has no attribute `is_quarter_start`
[error] unresolved-attribute - :57:16 -
Old: Object of type `Literal["B"]` has no attribute `is_quarter_start`
New: Object of type `BaseOffset` has no attribute `is_quarter_start`
[error] unresolved-attribute - :63:20 -
Old: Object of type `Literal["B"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :64:16 -
Old: Object of type `Literal["B"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :66:20 -
Old: Object of type `Literal["B"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :67:16 -
Old: Object of type `Literal["B"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`

pandas/tests/series/indexing/test_setitem.py

[error] unresolved-attribute - :445:16 -
Old: Object of type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`

pandas/tests/tseries/offsets/test_offsets.py

[error] unresolved-attribute - :1177:10 -
Old: Object of type `Literal["ME"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1178:10 -
Old: Object of type `Literal["BME"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1179:10 -
Old: Object of type `Literal["ME"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1180:10 -
Old: Object of type `Literal["BME"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1181:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1182:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1183:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1184:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1185:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_quarter_start`
New: Object of type `BaseOffset` has no attribute `is_quarter_start`
[error] unresolved-attribute - :1186:10 -
Old: Object of type `Literal["QE-FEB"]` has no attribute `is_year_start`
New: Object of type `BaseOffset` has no attribute `is_year_start`
[error] unresolved-attribute - :1187:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1188:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1189:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1190:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_month_start`
New: Object of type `BaseOffset` has no attribute `is_month_start`
[error] unresolved-attribute - :1191:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_quarter_start`
New: Object of type `BaseOffset` has no attribute `is_quarter_start`
[error] unresolved-attribute - :1192:10 -
Old: Object of type `Literal["QS-FEB"]` has no attribute `is_year_start`
New: Object of type `BaseOffset` has no attribute `is_year_start`
[error] unresolved-attribute - :1193:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1194:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1195:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1196:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1197:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1198:10 -
Old: Object of type `Literal["BQE"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1199:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1200:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1201:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1202:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_month_end`
New: Object of type `BaseOffset` has no attribute `is_month_end`
[error] unresolved-attribute - :1203:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_quarter_end`
New: Object of type `BaseOffset` has no attribute `is_quarter_end`
[error] unresolved-attribute - :1204:10 -
Old: Object of type `Literal["BQS-APR"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`
[error] unresolved-attribute - :1205:10 -
Old: Object of type `Literal["YS-NOV"]` has no attribute `is_year_start`
New: Object of type `BaseOffset` has no attribute `is_year_start`
[error] unresolved-attribute - :1206:10 -
Old: Object of type `Literal["YS-NOV"]` has no attribute `is_year_end`
New: Object of type `BaseOffset` has no attribute `is_year_end`

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

pandas-stubs/_typing.pyi

[error] invalid-argument-type - :861:44 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :865:48 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :877:53 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`

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

tests/pandas/test_model.py

[error] invalid-argument-type - :1687:59 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, Unknown] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
[error] invalid-argument-type - :1731:59 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, Unknown] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
[error] invalid-argument-type - :1758:59 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, Unknown] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[Unknown, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`

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

src/integrations/prefect-email/prefect_email/credentials.py

[error] invalid-argument-type - :54:24 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Enum`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Enum`

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

psycopg/psycopg/pq/_pq_ctypes.pyi

[warning] unused-ignore-comment - :13:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :111:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :123:28 - Unused blanket `type: ignore` directive

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

win32/test/test_pywintypes.py

[error] invalid-argument-type - :86:31 -
Old: Argument to function `IID` is incorrect: Expected `str`, found `memoryview[Unknown]`
New: Argument to function `IID` is incorrect: Expected `str`, found `memoryview[int]`

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

sklearn/datasets/_openml.py

[error] invalid-argument-type - :71:26 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Exception`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Exception`

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

scipy/interpolate/tests/test_bary_rational.py

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

scipy/linalg/tests/test_decomp_cossin.py

[error] no-matching-overload - :56:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :57:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :62:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :63:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :69:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :83:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :168:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :169:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :170:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :171:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :172:5 - No overload of function `assert_allclose` matches arguments

scipy/special/tests/test_cdft_asymptotic.py

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

scipy/special/tests/test_logit.py

[error] no-matching-overload - :12:9 - No overload of function `assert_allclose` matches arguments

scipy/special/tests/test_wrightomega.py

[error] no-matching-overload - :78:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :84:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :100:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :106:5 - No overload of function `assert_allclose` matches arguments

benchmarks/benchmarks/linalg.py

[error] no-matching-overload - :183:13 - No overload of function `lstsq` matches arguments

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] no-matching-overload - :293:11 - No overload of function `sum` matches arguments
[error] no-matching-overload - :294:11 - No overload of function `sum` matches arguments
[error] unsupported-operator - :404:10 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None | float`
New: Operator `<` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None | floating[Any] | float`
[error] unsupported-operator - :404:14 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[1]`
New: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None | floating[Any] | float` with `Literal[1]`
[error] unsupported-operator - :405:17 -
Old: Operator `+` is unsupported between objects of type `Unknown | None | float` and `Literal[2]`
New: Operator `+` is unsupported between objects of type `Unknown | None | floating[Any] | float` and `Literal[2]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/preproc.py

[error] unsupported-operator - :143:21 -
Old: Operator `+` is unsupported between objects of type `Unknown | None | float` and `Literal[2]`
New: Operator `+` is unsupported between objects of type `Unknown | None | float | floating[Any]` and `Literal[2]`
[error] unsupported-operator - :265:20 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[0]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None | float | floating[Any]` with `Literal[0]`
[error] unsupported-operator - :265:34 -
Old: Operator `<=` is not supported for types `None` and `None`, in comparing `Unknown | None | float` with `Unknown | None | float`
New: Operator `<=` is not supported for types `None` and `None`, in comparing `Unknown | None | float | floating[Any]` with `Unknown | None | float`
[error] invalid-argument-type - :270:24 -
Old: Argument to function `all` is incorrect: Expected `Iterable[object]`, found `Unknown | bool`
New: Argument to function `all` is incorrect: Expected `Iterable[object]`, found `Unknown | bool | bool[bool]`
[error] unsupported-operator - :272:56 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[1]`
New: Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[1] | floating[Any]`
[error] unsupported-operator - :273:56 -
Old: Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[1]`
New: Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[1] | floating[Any]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/selectx.py

[error] invalid-return-type - :63:12 - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | (numpy.bool[builtins.bool] & ~AlwaysTruthy) | (numpy.bool[builtins.bool] & ~AlwaysFalsy) | Any`
[error] no-matching-overload - :145:19 - No overload of function `nan_to_num` matches arguments

scipy/io/matlab/tests/test_mio.py

[error] invalid-argument-type - :164:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :165:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :166:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :173:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :174:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :175:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :176:1 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :779:5 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :780:5 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :781:5 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :782:5 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`

scipy/linalg/tests/test_basic.py

[error] no-matching-overload - :2087:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2088:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2093:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2094:13 - No overload of function `assert_allclose` matches arguments

scipy/linalg/tests/test_blas.py

[error] no-matching-overload - :227:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :228:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :229:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :231:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :235:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :236:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :237:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :239:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :244:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :247:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :252:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :255:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :275:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :276:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :277:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :279:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :284:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :288:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :309:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :310:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :311:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :313:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :315:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :318:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :323:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :327:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :356:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :357:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :358:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :361:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :363:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :366:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :371:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :375:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :929:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :996:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1000:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1004:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1009:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1013:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1018:5 - No overload of function `assert_allclose` matches arguments

scipy/linalg/tests/test_decomp.py

[error] no-matching-overload - :941:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2917:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2921:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2984:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2988:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2993:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3025:9 - No overload of function `assert_allclose` matches arguments

scipy/linalg/tests/test_decomp_update.py

[error] no-matching-overload - :19:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :27:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :389:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :390:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :399:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :400:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :411:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :412:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :499:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :500:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :507:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :508:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1070:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1071:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1083:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1358:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1359:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1370:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1371:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1382:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1383:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1394:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1395:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1408:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1409:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1477:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1478:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1486:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1487:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1508:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1509:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1517:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1518:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1538:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1539:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1700:5 - No overload of function `assert_allclose` matches arguments

scipy/linalg/tests/test_lapack.py

[error] no-matching-overload - :227:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :252:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :281:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :285:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :311:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :315:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :340:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :344:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :367:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :372:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :399:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :425:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :512:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :863:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :899:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :938:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :976:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1686:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1697:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1726:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1737:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1934:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1946:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1948:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1950:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2096:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2103:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2114:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2224:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2269:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2282:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2414:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2418:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2421:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2536:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2538:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2541:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2652:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2702:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2894:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3035:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3040:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3045:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3049:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3076:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3078:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3087:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3089:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3091:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3157:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3158:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3160:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3161:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3172:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3173:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3175:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3176:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3178:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3179:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3202:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3204:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3221:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3223:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3225:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3327:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3328:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3330:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3331:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3350:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3351:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3353:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3354:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3356:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3357:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3402:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3404:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3439:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3486:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3514:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3516:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :3615:9 - No overload of function `assert_allclose` matches arguments

scipy/optimize/_nonlin.py

[error] unsupported-operator - :1152:31 -
Old: Operator `*` is unsupported between objects of type `Unknown | int | float` and `Unknown | None | int | float`
New: Operator `*` is unsupported between objects of type `Unknown | signedinteger[@Todo] | float64` and `Unknown | None | int | float`
[error] unsupported-operator - :1548:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | None` and `Literal[1] | Unknown`
New: Operator `*` is unsupported between objects of type `Unknown | None | floating[Any] | float` and `Literal[1] | Unknown`

scipy/optimize/tests/test_zeros.py

[error] no-matching-overload - :178:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :192:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :206:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :538:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :563:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :698:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :701:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :713:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :716:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :719:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :722:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :730:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :733:5 - No overload of function `assert_allclose` matches arguments

scipy/signal/tests/_scipy_spectral_test_shim.py

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

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - :254:40 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, Unknown], /) -> ndarray[@Todo, Unknown]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, dtype[Any]], /) -> ndarray[@Todo, dtype[Any]]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - :258:40 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, Unknown], /) -> ndarray[@Todo, Unknown]) | Literal["linear", "constant"] | None`, found `int | float`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, dtype[Any]], /) -> ndarray[@Todo, dtype[Any]]) | Literal["linear", "constant"] | None`, found `int | float`
[error] invalid-argument-type - :439:37 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `int | str | None`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `int | str | None`

scipy/signal/tests/test_spectral.py

[error] no-matching-overload - :2020:9 - No overload of function `assert_allclose` matches arguments

scipy/sparse/linalg/_dsolve/tests/test_linsolve.py

[error] no-matching-overload - :709:17 - No overload of function `assert_allclose` matches arguments

scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py

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

scipy/sparse/linalg/_isolve/iterative.py

[error] unsupported-operator - :128:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :408:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :539:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :129:13 - Operator `*=` is unsupported between objects of type `None` and `None | Any`
[warning] possibly-missing-attribute - :131:23 - Attribute `conj` may be missing on object of type `None | Any`
[error] unsupported-operator - :409:13 - Operator `*=` is unsupported between objects of type `None` and `None | Any`
[error] unsupported-operator - :544:18 - Operator `*` is unsupported between objects of type `None | Any` and `None`
[error] unsupported-operator - :546:13 - Operator `*=` is unsupported between objects of type `None` and `None | Any`
[error] unsupported-operator - :1018:19 - Unary operator `-` is unsupported for type `bool[bool] | Any`
[error] unsupported-operator - :270:21 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[warning] possibly-missing-attribute - :996:30 - Attribute `conj` may be missing on object of type `None | Any`
[error] unsupported-operator - :996:31 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`

scipy/sparse/linalg/tests/test_special_sparse_arrays.py

[error] no-matching-overload - :86:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :103:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :114:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :111:9 - No overload of function `assert_allclose` matches arguments

scipy/spatial/tests/test_distance.py

[error] no-matching-overload - :2221:9 - No overload of function `assert_allclose` matches arguments

scipy/spatial/tests/test_kdtree.py

[error] invalid-argument-type - :1057:5 - Argument to bound method `sort` is incorrect: Argument type `ndarray[Any, list[Unknown | tuple[str, str]]]` does not satisfy upper bound `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` of type variable `Self`

scipy/special/tests/test_basic.py

[error] no-matching-overload - :1535:9 - No overload of function `assert_allclose` matches arguments

scipy/special/tests/test_boost_ufuncs.py

[error] no-matching-overload - :45:9 - No overload of function `assert_allclose` matches arguments

scipy/stats/_multicomp.py

[error] invalid-return-type - :428:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], int | float, ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[Any, Any, floating[Any], @Todo]`
New: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], int | float, ndarray[@Todo, dtype[Any]], ndarray[@Todo, dtype[Any]]]`, found `tuple[Any, Any, floating[Any], @Todo]`

scipy/stats/_qmc.py

[error] invalid-return-type - :683:12 -
Old: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[@Todo, Unknown]`
New: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[@Todo, dtype[Any]]`

scipy/stats/_sensitivity_analysis.py

[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`

subprojects/highs/src/highspy/highs.py

[error] invalid-assignment - :1185:13 -
Old: Object of type `(Iterable[highs_var | highs_linear_expression] & ndarray[object, object]) | ndarray[Any, dtype[object_]]` is not assignable to `ndarray[Any, dtype[object_]]`
New: Object of type `(Iterable[highs_var | highs_linear_expression] & ndarray[object, dtype[object]]) | ndarray[Any, dtype[object_]]` is not assignable to `ndarray[Any, dtype[object_]]`

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

tests/test_linkextractors.py

[error] invalid-argument-type - :642:63 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`

tests/test_loader.py

[error] invalid-argument-type - :100:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :108:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :117:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :126:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :135:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :144:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :155:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`
[error] invalid-argument-type - :164:40 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | None`

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

setuptools/__init__.py

[error] invalid-return-type - :191:16 - Return type does not match returned value: expected `Command`, found `str | Command`

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

static_frame/core/join.py

[error] invalid-argument-type - :73:40 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Any] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Any] | ndarray[@Todo, dtype[Any]] | Unknown`
[error] invalid-argument-type - :113:40 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, dtype[Any]] | Unknown`

static_frame/core/type_blocks.py

[error] invalid-argument-type - :3544:34 -
Old: Argument to function `shape_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `shape_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
[error] invalid-argument-type - :3551:29 -
Old: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
[error] invalid-argument-type - :3551:29 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
[error] invalid-argument-type - :3561:39 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
[error] invalid-argument-type - :3563:42 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
[error] invalid-argument-type - :3572:35 -
Old: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[@Todo, Unknown]`
New: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[@Todo, dtype[Any]]`

static_frame/core/util.py

[error] invalid-argument-type - :1771:12 - Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[str, Any] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[str, Any] | Unknown]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, @Todo]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[Any, list[tuple[str, Any] | Unknown]]`
[error] unresolved-attribute - :2469:12 - Object of type `object` has no attribute `kind`
[error] unresolved-attribute - :2469:37 - Object of type `object` has no attribute `kind`
[error] unresolved-attribute - :2471:35 - Object of type `object` has no attribute `kind`

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

strawberry/experimental/pydantic/conversion.py

[error] invalid-argument-type - :39:33 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `object`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `object`

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

src/urllib3/util/ssltransport.py

[error] invalid-argument-type - :108:31 -
Old: Argument to bound method `send` is incorrect: Expected `bytes`, found `memoryview[Unknown]`
New: Argument to bound method `send` is incorrect: Expected `bytes`, found `memoryview[int]`

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

references/classification/utils.py

[error] invalid-argument-type - :449:73 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `list[type] | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `list[type] | None`

references/depth/stereo/transforms.py

[error] invalid-return-type - :190:16 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
[warning] possibly-missing-attribute - :477:25 -
Old: Attribute `unsqueeze` may be missing on object of type `(Unknown & ~None) | ndarray[@Todo, Unknown]`
New: Attribute `unsqueeze` may be missing on object of type `(Unknown & ~None) | ndarray[@Todo, dtype[Any]]`
[error] invalid-return-type - :485:16 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
[error] invalid-assignment - :580:9 -
Old: Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None]` is not assignable to `tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None]`
New: Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]` is not assignable to `tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]`
[error] invalid-return-type - :601:16 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None], tuple[Unknown | ndarray[@Todo, Unknown] | None, Unknown | ndarray[@Todo, Unknown] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`

test/datasets_utils.py

[error] invalid-argument-type - :591:56 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Unknown | None`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Unknown | None`
[warning] possibly-missing-attribute - :861:21 -
Old: Attribute `shape` may be missing on object of type `ndarray[@Todo, Unknown] | None`
New: Attribute `shape` may be missing on object of type `ndarray[@Todo, dtype[Any]] | None`

torchvision/transforms/functional.py

[warning] possibly-missing-attribute - :145:64 -
Old: Attribute `ndim` may be missing on object of type `Image | ndarray[@Todo, Unknown]`
New: Attribute `ndim` may be missing on object of type `Image | ndarray[@Todo, dtype[Any]]`

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

xarray/backends/zarr.py

[warning] possibly-missing-attribute - :857:23 -
Old: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :858:54 -
Old: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :864:36 -
Old: Attribute `compressors` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `compressors` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :865:32 -
Old: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :866:31 -
Old: Attribute `shards` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `shards` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :870:48 -
Old: Attribute `serializer` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `serializer` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :874:35 -
Old: Attribute `compressor` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `compressor` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :875:32 -
Old: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :882:16 -
Old: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
[warning] possibly-missing-attribute - :883:44 -
Old: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, Unknown]`
New: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`

xarray/coding/times.py

[error] invalid-return-type - :1169:12 -
Old: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, Unknown], str, str]`
New: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, dtype[Any]], str, str]`

xarray/compat/npcompat.py

[error] invalid-argument-type - :73:38 -
Old: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `set[Unknown | <class 'bool'> | <class 'signedinteger'> | ... omitted 5 union elements]`
New: Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `set[Unknown | <class 'bool'> | <class 'signedinteger'> | ... omitted 5 union elements]`

xarray/core/dataarray.py

[warning] possibly-missing-attribute - :158:29 -
Old: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] | Mapping[Unknown, Unknown]`
New: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] | Mapping[Unknown, Unknown]`
[warning] possibly-missing-attribute - :182:25 -
Old: Attribute `items` may be missing on object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None`
New: Attribute `items` may be missing on object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None`
[error] invalid-argument-type - :215:37 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]]`
New: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]]`
[warning] possibly-missing-attribute - :216:33 -
Old: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] | Mapping[Unknown, Unknown]`
New: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] | Mapping[Unknown, Unknown]`

xarray/groupers.py

[error] invalid-return-type - :640:12 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown]`, found `signedinteger[@Todo] | @Todo`
New: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `signedinteger[@Todo] | @Todo`

xarray/namedarray/_array_api.py

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

xarray/namedarray/_typing.py

[error] invalid-argument-type - :57:5 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :59:20 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :217:33 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`

xarray/namedarray/core.py

[error] invalid-argument-type - :1162:31 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[warning] unused-ignore-comment - :556:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :574:78 - Unused blanket `type: ignore` directive

xarray/tests/test_indexing.py

[error] unresolved-attribute - :336:54 - Object of type `object` has no attribute `kind`
[error] unresolved-attribute - :338:54 - Object of type `object` has no attribute `kind`

xarray/tests/test_plot.py

[error] unresolved-attribute - :2256:14 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `get_title`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `get_title`
[error] unresolved-attribute - :2290:20 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `has_data`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `has_data`
[error] unresolved-attribute - :2291:20 -
Old: Object of type `ndarray[@Todo, Unknown]` has no attribute `get_visible`
New: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `get_visible`

yarl (https://github.com/aio-libs/yarl)

tests/test_update_query.py

[error] invalid-argument-type - :327:24 - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`

tests/test_url_query.py

[error] invalid-argument-type - :231:26 - Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`

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

zerver/lib/cache_helpers.py

[error] invalid-argument-type - :100:17 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] invalid-argument-type - :100:17 - Argument to bound method `iterator` is incorrect: Argument type `QuerySet[typing.Self, typing.Self]` does not satisfy upper bound `QuerySet[_Model@QuerySet, _Row@QuerySet]` of type variable `Self`

zerver/lib/sessions.py

[error] invalid-return-type - :44:12 - Return type does not match returned value: expected `list[Session]`, found `list[typing.Self | Unknown]`
[error] invalid-argument-type - :44:24 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] not-iterable - :44:24 - Object of type `QuerySet[typing.Self, typing.Self]` is not iterable
[error] invalid-argument-type - :44:69 - Argument to function `get_session_user_id` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :52:20 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] not-iterable - :52:20 - Object of type `QuerySet[typing.Self, typing.Self]` is not iterable
[error] invalid-argument-type - :53:32 - Argument to function `get_session_user_id` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :54:28 - Argument to function `delete_session` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :59:20 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] not-iterable - :59:20 - Object of type `QuerySet[typing.Self, typing.Self]` is not iterable
[error] invalid-argument-type - :60:32 - Argument to function `get_session_user_id` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :61:28 - Argument to function `delete_session` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :65:20 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] not-iterable - :65:20 - Object of type `QuerySet[typing.Self, typing.Self]` is not iterable
[error] invalid-argument-type - :66:24 - Argument to function `delete_session` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :70:20 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] not-iterable - :70:20 - Object of type `QuerySet[typing.Self, typing.Self]` is not iterable
[error] invalid-argument-type - :71:47 - Argument to function `get_session_user_id` is incorrect: Expected `Session`, found `typing.Self`
[error] invalid-argument-type - :77:28 - Argument to function `delete_session` is incorrect: Expected `Session`, found `typing.Self`

zerver/tests/test_users.py

[error] invalid-argument-type - :2172:26 - Argument to bound method `count` is incorrect: Argument type `QuerySet[typing.Self, typing.Self]` does not satisfy upper bound `QuerySet[_Model@QuerySet, _Row@QuerySet]` of type variable `Self`
[error] invalid-argument-type - :2172:26 - Argument to bound method `filter` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `Manager[_T@Manager]` of type variable `Self`
[error] invalid-argument-type - :2176:26 - Argument to bound method `count` is incorrect: Argument type `QuerySet[typing.Self, typing.Self]` does not satisfy upper bound `QuerySet[_Model@QuerySet, _Row@QuerySet]` of type variable `Self`
[error] invalid-argument-type - :2176:26 - Argument to bound method `filter` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `Manager[_T@Manager]` of type variable `Self`

zilencer/management/commands/populate_db.py

[error] invalid-argument-type - :153:5 - Argument to bound method `all` is incorrect: Argument type `BaseSessionManager[typing.Self]` does not satisfy upper bound `BaseManager[_T@BaseManager]` of type variable `Self`
[error] invalid-argument-type - :153:5 - Argument to bound method `delete` is incorrect: Argument type `QuerySet[typing.Self, typing.Self]` does not satisfy upper bound `QuerySet[_Model@QuerySet, _Row@QuerySet]` of type variable `Self`