Ecosystem report

Old: main (merge base) b243865f New: 22317/merge 32d4014c
Lint Rule Removed Added Changed
Total 1080 2897 1168
type-assertion-failure 901 201 764
invalid-argument-type 22 1184 160
unresolved-attribute 12 1028 94
unsupported-operator 24 181 130
no-matching-overload 36 107 9
unused-type-ignore-comment 62 16 0
invalid-return-type 2 61 2
invalid-assignment 3 51 5
not-subscriptable 0 31 0
invalid-key 0 10 0
missing-argument 7 3 0
too-many-positional-arguments 1 9 0
call-non-callable 0 9 0
redundant-cast 4 3 0
not-iterable 0 1 3
possibly-missing-attribute 3 0 0
unresolved-reference 3 0 0
assert-type-unspellable-subtype 0 0 1
invalid-parameter-default 0 1 0
unknown-argument 0 1 0
Project Removed Added Changed
Total 1080 2897 1168
pandas-stubs 940 357 782
graphql-core 25 1175 0
pandas 26 922 160
sympy flaky 2 189 57
ibis 0 3 70
bandersnatch 1 65 0
hydpy 0 60 0
scipy 23 8 12
static-frame 16 6 17
xarray 3 2 21
vision 2 10 12
antidote 18 0 0
jax 4 7 5
zulip 0 14 0
artigraph 0 11 1
spack 0 3 9
strawberry 0 11 0
egglog-python 0 10 0
scikit-learn 0 3 7
pwndbg 6 1 0

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

aiohttp/web_request.py

[error] invalid-return-type - Return type does not match returned value: expected `slice[int, int, int]`, found `slice[None | int, None | int, Literal[1]]`

altair (https://github.com/vega/altair)

tests/expr/test_expr.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `list[Unknown | str]`

antidote (https://github.com/Finistere/antidote)

tests/lib/interface/test_class.py

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

tests/lib/interface/test_function.py

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

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

src/arti/fingerprints/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `Fingerprint`, found `int64`
[error] invalid-return-type - Return type does not match returned value: expected `Fingerprint`, found `int64`

tests/arti/test_fingerprints.py

[error] unresolved-attribute - Object of type `int64` has no attribute `is_identity`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Attribute `combine` is not defined on `int64` in union `int64 | Unknown`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`
[error] unresolved-attribute - Object of type `int64` has no attribute `combine`

tests/arti/types/test_types.py

[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[float | Unknown | int] | list[Unknown | int | float] | tuple[float | Unknown | int, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[float | Unknown | int] | list[int | Unknown | float] | tuple[float | Unknown | int, ...]`

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

src/bandersnatch/filter.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["plugins"]` and `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch/tests/mock_config.py

[error] unresolved-attribute - Object of type `type` has no attribute `clear`
[error] unresolved-attribute - Object of type `type` has no attribute `_read_defaults_file`
[error] unresolved-attribute - Object of type `type` has no attribute `read_string`
[error] invalid-return-type - Return type does not match returned value: expected `BandersnatchConfig`, found `type`

src/bandersnatch/tests/test_filter.py

[error] unresolved-attribute - Object of type `type` has no attribute `read_string`

src/bandersnatch_filter_plugins/regex_name.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch_storage_plugins/filesystem.py

[error] unresolved-attribute - Attribute `getboolean` is not defined on `type` in union `Unknown | ConfigParser | type`

src/bandersnatch/main.py

[error] unresolved-attribute - Object of type `type` has no attribute `get`
[error] invalid-argument-type - Argument to function `async_main` is incorrect: Expected `ConfigParser`, found `type`

src/bandersnatch/storage.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Attribute `get` is not defined on `type` in union `ConfigParser | type`
[error] unresolved-attribute - Attribute `getint` is not defined on `type` in union `ConfigParser | type`
[error] unresolved-attribute - Attribute `get` is not defined on `type` in union `Unknown | ConfigParser | type`
[error] invalid-assignment - Object of type `type` is not assignable to `ConfigParser | None`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

src/bandersnatch/tests/test_configuration.py

[error] unresolved-attribute - Object of type `type` has no attribute `sections`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Object of type `type` has no attribute `read_string`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Object of type `type` has no attribute `read_string`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Object of type `type` has no attribute `read_string`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Object of type `type` has no attribute `read_string`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] unresolved-attribute - Object of type `type` has no attribute `has_option`
[error] unresolved-attribute - Object of type `type` has no attribute `remove_option`
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] unresolved-attribute - Object of type `type` has no attribute `read_dict`
[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch/tests/test_delete.py

[error] unresolved-attribute - Object of type `type` has no attribute `read_dict`

src/bandersnatch/tests/test_mirror.py

[error] unresolved-attribute - Object of type `type` has no attribute `read_dict`
[error] invalid-argument-type - Argument to function `mirror` is incorrect: Expected `ConfigParser`, found `type`
[error] unresolved-attribute - Object of type `type` has no attribute `read_dict`
[error] invalid-argument-type - Argument to function `mirror` is incorrect: Expected `ConfigParser`, found `type`

src/bandersnatch/tests/test_simple.py

[error] invalid-argument-type - Argument to function `validate_config_values` is incorrect: Expected `ConfigParser`, found `type`

src/bandersnatch_filter_plugins/latest_name.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch_filter_plugins/metadata_filter.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch_filter_plugins/prerelease_name.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method

src/bandersnatch_storage_plugins/s3.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Attribute `get` is not defined on `type` in union `Unknown | ConfigParser | type`

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

colour/continuous/multi_signals.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> tuple[Signal, Unknown], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[tuple[Signal, Unknown]]]` cannot be called with key of type `object` on object of type `list[tuple[Signal, Unknown]]`

colour/utilities/verbose.py

[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `(Unknown & ~None) | <class 'str'> | bool`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `bool | (Unknown & ~None) | <class 'str'>`

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

homeassistant/components/sensor/recorder.py

[error] invalid-assignment - Invalid assignment to key "max" with declared type `int | float` on TypedDict `StatisticData`: value of type `tuple[Any, ...]`
[error] invalid-assignment - Invalid assignment to key "min" with declared type `int | float` on TypedDict `StatisticData`: value of type `tuple[Any, ...]`

homeassistant/components/teslemetry/climate.py

[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[Unknown | str] | list[str] | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | list[str | Unknown] | list[str] | None`

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

ddtrace/debugging/_redaction.py

[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[str | Unknown]` and `Unknown | EnvVariable[set[Unknown]]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[Unknown | str]` and `Unknown | EnvVariable[set[Unknown]]`

ddtrace/llmobs/_experiment.py

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

setup.py

[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `dict[str, <class 'CustomBuildExt'> | <class 'LibraryDownloader'> | <class 'CustomBuildRust'> | <class 'CleanLibraries'> | <class 'ExtensionHashes'>]`
[error] invalid-argument-type - Argument to function `setup` is incorrect: Expected `_MutableDictLike[str, type[Command]]`, found `dict[Unknown | str, Unknown | <class 'CustomBuildExt'> | <class 'LibraryDownloader'> | ... omitted 3 union elements]`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/tests/test_runtime.py

[error] not-subscriptable - Cannot subscript object of type `type` with no `__class_getitem__` method
[error] unresolved-attribute - Object of type `type` has no attribute `create`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `type` has no attribute `one`

python/egglog/conversion.py

[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `tuple[RuntimeClass, ...]`, found `tuple[type, ...]`

python/egglog/egraph.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Unresolved attribute `__egg_decls_thunk__` on type `type`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `RuntimeExpr | RuntimeClass`, found `type`

python/egglog/runtime.py

[error] invalid-return-type - Return type does not match returned value: expected `RuntimeClass`, found `type`
[error] invalid-return-type - Return type does not match returned value: expected `RuntimeClass | RuntimeFunction | RuntimeExpr`, found `type`

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

src/graphql/type/directives.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

src/graphql/type/introspection.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLEnumType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLEnumType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

src/graphql/type/scalars.py

[error] invalid-assignment - Object of type `dict[str, GraphQLNamedType]` is not assignable to `Mapping[str, GraphQLScalarType]`

src/graphql/utilities/extend_schema.py

[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInputObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInputObjectType`, found `GraphQLNamedType`

tests/benchmarks/test_execution_async.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/benchmarks/test_execution_sync.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/benchmarks/test_repeated_fields.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_abstract.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_directives.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_executor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_lists.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

tests/execution/test_mutations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/execution/test_nonnull.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

tests/execution/test_parallel.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_stream.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_sync.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_variables.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/pyutils/test_description.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/test_user_registry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/type/test_custom_scalars.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/type/test_enum.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`

tests/type/test_extensions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/type/test_predicate.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] no-matching-overload - No overload of function `get_nullable_type` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

tests/utilities/test_coerce_input_value.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_coerce_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

tests/utilities/test_introspection_from_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/utilities/test_print_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `print_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `print_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/utilities/test_type_comparators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-parameter-default - Default value of type `GraphQLNamedType` is not assignable to annotated parameter type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_test_schema` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_test_schema` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_test_schema` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/utilities/test_value_from_ast.py

[error] invalid-argument-type - Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_value_from` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/utils/viral_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/validation/test_values_of_correct_type.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

src/graphql/type/definition.py

[error] invalid-return-type - Return type does not match returned value: expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInputObjectType`, found `GraphQLNamedType`

src/graphql/utilities/build_client_schema.py

[error] invalid-return-type - Return type does not match returned value: expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInputObjectType`, found `GraphQLNamedType`

tests/execution/test_customize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_defer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_middleware.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/execution/test_resolve.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_subscribe.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/execution/test_union_interface.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/pyutils/test_inspect.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`

tests/star_wars_schema.py

[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLInterfaceType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/type/test_definition.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] invalid-key - Unknown key "serialize" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "serialize"
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `specified_by_url`
[error] invalid-key - Unknown key "specified_by_url" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "specified_by_url"
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] invalid-key - Unknown key "parse_value" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "parse_value"
[error] invalid-key - Unknown key "parse_literal" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "parse_literal"
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] invalid-key - Unknown key "serialize" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "serialize"
[error] invalid-key - Unknown key "parse_value" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "parse_value"
[error] invalid-key - Unknown key "parse_literal" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "parse_literal"
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `resolve_type`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `resolve_type`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `types`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `types`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `types`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `types`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `types`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `values`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `out_type`
[error] invalid-key - Unknown key "out_type" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "out_type"
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `out_type`
[error] invalid-key - Unknown key "out_type" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "out_type"
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-key - Unknown key "fields" for TypedDict `GraphQLNamedTypeKwargs`: Unknown key "fields"
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Invalid argument to key "return_type" with declared type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` on TypedDict `InfoArgs`: value of type `GraphQLNamedType`
[error] invalid-argument-type - Invalid argument to key "parent_type" with declared type `GraphQLObjectType` on TypedDict `InfoArgs`: value of type `GraphQLNamedType`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & dict[Unknown | str, Unknown | str]`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`

tests/type/test_directives.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/type/test_scalars.py

[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_value`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `serialize`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `parse_literal`

tests/type/test_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `GraphQLNamedType` is not assignable to `GraphQLObjectType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] unresolved-attribute - Object of type `GraphQLNamedType` has no attribute `fields`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `get_field` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`

tests/type/test_validation.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-assignment - Object of type `tuple[None]` is not assignable to attribute `interfaces` of type `CachedProperty`
[error] unresolved-attribute - Unresolved attribute `interfaces` on type `GraphQLNamedType`

tests/utilities/test_ast_from_value.py

[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `ast_from_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

tests/utilities/test_build_client_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLObjectType | None`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLNamedType`

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

hydpy/auxs/networktools.py

[error] invalid-return-type - Return type does not match returned value: expected `Elements`, found `Devices[Any]`
[error] invalid-return-type - Return type does not match returned value: expected `Elements`, found `Devices[Any]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Nodes` and `Device`

hydpy/auxs/calibtools.py

[error] invalid-return-type - Return type does not match returned value: expected `Elements`, found `Devices[Any]`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `_elements` of type `Elements`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `_elements` of type `Elements`

hydpy/core/devicetools.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Element`, found `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Elements`, found `Devices[Any]`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] invalid-return-type - Return type does not match returned value: expected `Elements`, found `Devices[Any]`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `_entries` on type `Self@__init__ & <Protocol with members 'new_instance'>`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `_exits` on type `Self@__init__ & <Protocol with members 'new_instance'>`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments

hydpy/core/hydpytools.py

[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `_elements` of type `Elements | None`

hydpy/core/selectiontools.py

[error] invalid-return-type - Return type does not match returned value: expected `Elements`, found `Devices[Any]`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `elements` of type `Elements`

hydpy/core/testtools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] call-non-callable - Object of type `Devices[Any]` is not callable
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Nodes, Elements]`, found `tuple[Nodes, Devices[Any]]`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device]`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] unresolved-attribute - Object of type `Device` has no attribute `model`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] unresolved-attribute - Unresolved attribute `model` on type `Device`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device, Device, Device, Device, Device]`

hydpy/core/threadingtools.py

[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `sequential_elements` of type `Elements`
[error] invalid-assignment - Object of type `Devices[Any]` is not assignable to attribute `parallel_elements` of type `Elements`

hydpy/models/manager/manager_derived.py

[error] invalid-argument-type - Argument to function `create_directedgraph` is incorrect: Expected `Elements`, found `Devices[Any]`

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

ibis/backends/athena/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/bigquery/datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/bigquery/tests/unit/test_compiler.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, str]`

ibis/backends/clickhouse/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType | Unknown]`

ibis/backends/databricks/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/databricks/tests/test_datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str | Struct]`

ibis/backends/datafusion/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | DataType]`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/exasol/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/flink/tests/test_ddl.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`

ibis/backends/materialize/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/oracle/tests/test_datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/backends/polars/rewrites.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/risingwave/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/snowflake/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/backends/tests/test_join.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/backends/trino/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/expr/api.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`

ibis/expr/schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Any, Any]`

ibis/expr/tests/test_api.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/expr/tests/test_format.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown | str, Unknown]`

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Boolean | Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int8 | Float64 | Int32]`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Float64 | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Array[Unknown]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Float64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | String | Int64 | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Timestamp]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | Int32 | ... omitted 14 union elements]`

ibis/expr/types/generic.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown | Value[Unknown, Any]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown | Value[Unknown, Any]]`

ibis/expr/types/joins.py

[error] invalid-argument-type - Argument to bound method `dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `dereference` is incorrect: Expected `Value`, found `Node`

ibis/expr/types/relations.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`

ibis/formats/pandas.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`

ibis/formats/polars.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown | DataType]`

ibis/formats/tests/test_pandas.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | Int64 | String | Boolean | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`

ibis/selectors.py

[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[Unknown | str | Buffer]`
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[str | Buffer | Unknown]`
[error] invalid-assignment - Object of type `frozenset[Unknown | str]` is not assignable to `tuple[str | Column, ...]`
[error] invalid-assignment - Object of type `frozenset[str | Unknown]` is not assignable to `tuple[str | Column, ...]`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown | str, Unknown | str]`

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

tests/ignite/handlers/test_clearml_logger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | float`

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

jax/_src/export/_export.py

[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `Unknown | AbstractValue`
[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `AbstractValue | Unknown`

jax/_src/export/serialization.py

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

jax/_src/numpy/linalg.py

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

jax/_src/pallas/fuser/block_spec.py

[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `shape`

jax/_src/pallas/hlo_interpreter.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

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

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/_src/pallas/mosaic/pipeline.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Array]`, found `Unknown | tuple[int | Array, ...]`

jax/_src/pallas/pallas_call.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/_src/state/indexing.py

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

jax/experimental/array_serialization/pytree_serialization.py

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

jax/experimental/array_serialization/serialization.py

[error] invalid-argument-type - Argument to function `_get_key` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `_get_key` is incorrect: Expected `int`, found `Unknown | None | int`

jax/experimental/array_serialization/serialization_test.py

[error] invalid-argument-type - Argument to function `_run_deserialization` is incorrect: Expected `Sequence[Sharding | Format]`, found `list[ShapeDtypeStruct | Unknown | Format]`

jax/experimental/mosaic/gpu/examples/matmul_blackwell.py

[error] invalid-argument-type - Argument to function `build_kernel` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `build_kernel` is incorrect: Expected `bool`, found `Unknown | int`

jax/experimental/pallas/ops/gpu/ragged_dot_mgpu.py

[error] invalid-argument-type - Argument to function `ragged_dot` is incorrect: Expected `bool`, found `Unknown | int`

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

manticore/wasm/structure.py

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

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

run_single_test.py

[error] unresolved-attribute - Attribute `msg` is not defined on `None` in union `Unknown | TestResult | None`

mesonbuild/interpreterbase/decorators.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type | tuple[type, ...] | None`
[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `type | None`

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

mkdocs/config/base.py

[error] unresolved-attribute - Object of type `Config` has no attribute `strict`
[error] invalid-return-type - Return type does not match returned value: expected `MkDocsConfig`, found `Config`

mkdocs/tests/base.py

[error] invalid-return-type - Return type does not match returned value: expected `MkDocsConfig`, found `Config`

mkdocs/tests/structure/page_tests.py

[error] invalid-return-type - Return type does not match returned value: expected `MkDocsConfig`, found `Config`

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

pymongo/message.py

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

nox (https://github.com/wntrblm/nox)

nox/_decorators.py

[error] invalid-return-type - Return type does not match returned value: expected `Func`, found `FunctionDecorator`
[error] invalid-return-type - Return type does not match returned value: expected `list[Call]`, found `list[FunctionDecorator]`

nox/manifest.py

[error] unresolved-attribute - Object of type `FunctionDecorator` has no attribute `copy`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Func`, found `FunctionDecorator`

nox/registry.py

[error] invalid-assignment - Invalid subscript assignment with key of type `(str & ~AlwaysFalsy) | Unknown` and value of type `FunctionDecorator` on object of type `dict[str, Func]`
[error] invalid-return-type - Return type does not match returned value: expected `Func | ((((...) -> Any) | Func, /) -> Func)`, found `FunctionDecorator`

numpy-stl (https://github.com/WoLpH/numpy-stl)

stl/stl.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@from_file`, found `Logged`
[error] invalid-return-type - Return type does not match returned value: expected `Self@from_files`, found `Logged`
[error] unresolved-attribute - Object of type `Logged` has no attribute `vectors`

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

openlibrary/catalog/utils/__init__.py

[error] unresolved-attribute - Attribute `search` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `search` is not defined on `str` in union `str | Unknown`

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

pandas/core/indexes/period.py

[error] invalid-return-type - Return type does not match returned value: expected `Period`, found `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`

pandas/tests/arithmetic/conftest.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/arithmetic/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/arrays/datetimes/test_reductions.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/dtypes/cast/test_construct_from_scalar.py

[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Timedelta | NaTType`

pandas/tests/dtypes/cast/test_dict_compat.py

[error] invalid-argument-type - Argument to function `dict_compat` is incorrect: Expected `dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`, found `dict[Unknown | Timestamp | NaTType, Unknown | int]`

pandas/tests/dtypes/cast/test_promote.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/frame/conftest.py

[error] no-matching-overload - No overload of bound method `random` matches arguments

pandas/tests/groupby/methods/test_rank.py

[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/indexes/period/test_indexing.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/reshape/test_cut.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/reshape/test_qcut.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/timestamp/methods/test_as_unit.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_normalize.py

[error] unresolved-attribute - Attribute `normalize` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `normalize` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_timestamp_method.py

[error] unresolved-attribute - Attribute `timestamp` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_to_julian_date.py

[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_tz_convert.py

[error] unresolved-attribute - Attribute `astimezone` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/test_comparisons.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | date | NaTType`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | date | NaTType`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | date | NaTType`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Unknown | date | NaTType`

pandas/tests/scalar/timestamp/test_timezones.py

[error] unresolved-attribute - Attribute `timetz` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/tseries/offsets/test_custom_business_hour.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`

pandas/conftest.py

[error] invalid-return-type - Return type does not match returned value: expected `Timestamp`, found `Timestamp | NaTType`

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - Argument to function `_maybe_normalize_endpoints` is incorrect: Argument type `(Unknown & None) | Timestamp | NaTType` does not satisfy constraints (`Timestamp`, `None`) of type variable `_TimestampNoneT1`
[error] invalid-argument-type - Argument to function `_maybe_normalize_endpoints` is incorrect: Argument type `(Unknown & None) | Timestamp | NaTType` does not satisfy constraints (`Timestamp`, `None`) of type variable `_TimestampNoneT2`
[error] unresolved-attribute - Attribute `tz` is not defined on `None` in union `Timestamp | None`
[error] unresolved-attribute - Attribute `tz` is not defined on `None` in union `Unknown | Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Timestamp | None`
[error] unresolved-attribute - Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | None`

pandas/core/arrays/period.py

[error] invalid-return-type - Return type does not match returned value: expected `Period`, found `Period | NaTType`
[error] invalid-argument-type - Argument to function `delta_to_tick` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`

pandas/core/arrays/timedeltas.py

[error] invalid-argument-type - Argument to function `generate_regular_range` is incorrect: Expected `Timestamp | Timedelta | None`, found `(Unknown & None) | Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `generate_regular_range` is incorrect: Expected `Timestamp | Timedelta | None`, found `(Unknown & None) | Timedelta | NaTType`
[warning] redundant-cast - Value is already of type `Timedelta | NaTType`
[error] no-matching-overload - No overload of function `to_offset` matches arguments

pandas/core/dtypes/cast.py

[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
[error] invalid-assignment - Object of type `Timedelta | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/core/indexes/datetimelike.py

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

pandas/core/indexes/datetimes.py

[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `timedelta`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Timestamp, Resolution]`, found `tuple[Timestamp | NaTType, Resolution]`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/core/indexes/multi.py

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

pandas/core/indexes/timedeltas.py

[warning] redundant-cast - Value is already of type `Timedelta`
[warning] redundant-cast - Value is already of type `Timedelta`
[warning] redundant-cast - Value is already of type `Timedelta`
[warning] redundant-cast - Value is already of type `Timedelta`

pandas/core/resample.py

[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to attribute `origin` of type `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-argument-type - Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timedelta | None`, found `Unknown | Timedelta | NaTType | None`
[error] invalid-argument-type - Argument to function `_get_period_range_edges` is incorrect: Expected `Timedelta | None`, found `Unknown | Timedelta | NaTType | None`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
[error] invalid-assignment - Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int | signedinteger[_64Bit]` and `Tick`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Timestamp, Timestamp]`, found `tuple[Timestamp | NaTType, Timestamp | NaTType]`

pandas/core/reshape/merge.py

[warning] redundant-cast - Value is already of type `Hashable`
[warning] redundant-cast - Value is already of type `Hashable`

pandas/core/tools/datetimes.py

[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unsupported-operator - Operator `//` is not supported between two objects of type `Timedelta | NaTType`

pandas/core/window/rolling.py

[error] invalid-assignment - Object of type `int | signedinteger[_64Bit]` is not assignable to attribute `_win_freq_i8` of type `int | None`

pandas/io/excel/_odfreader.py

[error] unresolved-attribute - Attribute `time` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/io/formats/format.py

[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_repr_base`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_repr_base`

pandas/io/sas/sas_xport.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ntype"]` and value of type `Unknown | str` on object of type `dict[str | Unknown, int | bytes]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int | bytes` and `Literal[2]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | bytes` and `Literal[8]`
[error] unresolved-attribute - Attribute `strip` is not defined on `int` in union `int | bytes`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal[0]` and `int | bytes`

pandas/plotting/_matplotlib/converter.py

[error] unresolved-attribute - Attribute `time` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`

pandas/tests/arithmetic/test_numeric.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/arithmetic/test_object.py

[error] not-iterable - Object of type `Period | BaseOffset` is not iterable
[error] not-iterable - Object of type `Period | BaseOffset | Unknown` may not be iterable
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | BaseOffset` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | BaseOffset | Unknown` and `Period | NaTType`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | Unknown | NaTType`

pandas/tests/arithmetic/test_period.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset | Unknown`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset | Unknown`

pandas/tests/arithmetic/test_timedelta64.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `Timestamp`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `Timestamp | NaTType`

pandas/tests/arrays/period/test_constructors.py

[error] invalid-argument-type - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `list[Unknown | Period | NaTType]`

pandas/tests/arrays/sparse/test_indexing.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Any, Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Any, Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], Any, Any]]` on object of type `SparseArray`

pandas/tests/arrays/test_datetimelike.py

[error] unresolved-attribute - Attribute `time` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/arrays/test_datetimes.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/arrays/test_timedeltas.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/dtypes/test_inference.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/extension/test_arrow.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType | Timestamp`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType | Timestamp`
[error] unresolved-attribute - Attribute `unit` is not defined on `NAType` in union `Unknown | Timedelta | NAType | Timestamp`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType`, `NAType` in union `Unknown | Timedelta | NaTType | NAType | Timestamp`

pandas/tests/frame/methods/test_astype.py

[error] unresolved-attribute - Attribute `_date_repr` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_repr_base`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_repr_base`

pandas/tests/frame/methods/test_reindex.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/frame/methods/test_to_csv.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/frame/test_arithmetic.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/frame/test_constructors.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType | str | int`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | NaTType | str | int`

pandas/tests/indexes/datetimes/test_indexing.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/indexes/datetimes/test_scalar_compat.py

[error] unknown-argument - Argument `locale` does not match any known parameter of bound method `day_name`

pandas/tests/indexes/interval/test_indexing.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/indexes/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/indexes/interval/test_interval_range.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/indexes/period/test_constructors.py

[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`

pandas/tests/indexes/test_engines.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/indexing/test_loc.py

[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Unknown | Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Unknown | Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Unknown | Timestamp | NaTType`

pandas/tests/io/parser/conftest.py

[error] unresolved-attribute - Object of type `object` has no attribute `float_precision_choices`
[error] unresolved-attribute - Object of type `object` has no attribute `engine`
[error] call-non-callable - Object of type `object` is not callable

pandas/tests/plotting/test_converter.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Day`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Day`

pandas/tests/plotting/test_datetimelike.py

[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`

pandas/tests/reductions/test_reductions.py

[error] unresolved-attribute - Attribute `astype` is not defined on `Period` in union `Any | Period`
[error] unresolved-attribute - Attribute `astype` is not defined on `Period`, `NaTType` in union `Any | Period | NaTType`

pandas/tests/resample/test_datetime_index.py

[error] no-matching-overload - No overload of function `to_offset` matches arguments
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] invalid-argument-type - Argument to bound method `resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `Unknown | str | Timestamp | None`
[error] invalid-argument-type - Argument to bound method `resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `Unknown | str | Timestamp | NaTType | None`

pandas/tests/resample/test_period_index.py

[error] invalid-argument-type - Argument to function `_get_period_range_edges` is incorrect: Expected `Period`, found `Period | NaTType`
[error] invalid-argument-type - Argument to function `_get_period_range_edges` is incorrect: Expected `Period`, found `Period | NaTType`

pandas/tests/reshape/merge/test_merge_asof.py

[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `Timedelta | NaTType`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | NaTType | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Unknown | Timestamp | NaTType | str]]`

pandas/tests/scalar/interval/test_arithmetic.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/interval/test_constructors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/period/test_arithmetic.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal["str"]`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `YearEnd`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `MonthEnd`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `MonthEnd`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Day`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Hour`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Day`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Hour`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Day`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Hour`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[1]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[1]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["str"]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["str"]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearEnd` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `YearEnd` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `MonthEnd` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `MonthEnd` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `MonthEnd` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `MonthEnd` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Day` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Day` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Hour` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Hour` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Day` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Day` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Hour` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Hour` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | YearBegin | MonthBegin | ... omitted 3 union elements` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `timedelta64[None]` and `Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[None]` and `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp | NaTType` and `Period | NaTType`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period | NaTType`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Period | NaTType | int` and `Unknown | int | Period | NaTType`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | Period | NaTType | int` and `Unknown | int | Period | NaTType`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | Period | NaTType | int` and `Unknown | int | Period | NaTType`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | Period | NaTType | int` and `Unknown | int | Period | NaTType`

pandas/tests/scalar/period/test_asfreq.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[6]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[6]`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `year` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `month` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `day` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Period` and `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`

pandas/tests/scalar/period/test_period.py

[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[3]`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[25]`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[25]`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `end_time` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period | NaTType` and `int`
[error] invalid-assignment - Object of type `Literal[14]` is not assignable to attribute `ordinal` on type `Period | NaTType`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] invalid-assignment - Object of type `BaseOffset` is not assignable to attribute `freq` on type `Period | NaTType`
[error] unresolved-attribute - Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[1]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[1]` and `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[-1]` and `Period`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[-1]` and `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[3]`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[25]`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | Period | NaTType` and `Literal[25]`
[error] unresolved-attribute - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - Attribute `freq` is not defined on `NaTType` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Attribute `week` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Attribute `week` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Period | NaTType` and `Literal[1]`
[error] unresolved-attribute - Object of type `Period` has no attribute `dayofyear`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Period | NaTType`
[error] unresolved-attribute - Object of type `Period` has no attribute `dayofyear`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Period | NaTType`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Unknown | Period`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Unknown | Period | NaTType`
[error] unresolved-attribute - Object of type `Period` has no attribute `dayofyear`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Period | NaTType`
[error] unresolved-attribute - Object of type `Period` has no attribute `dayofyear`
[error] unresolved-attribute - Attribute `dayofyear` is not defined on `Period` in union `Period | NaTType`

pandas/tests/scalar/test_nat.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/scalar/timedelta/methods/test_as_unit.py

[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_d`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_d`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_d`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_d`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_h`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_h`

pandas/tests/scalar/timedelta/methods/test_round.py

[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `Hour`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between two objects of type `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between two objects of type `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between two objects of type `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `timedelta`
[error] unsupported-operator - Operator `%` is not supported between objects of type `timedelta` and `Timedelta | NaTType`
[error] no-matching-overload - No overload of function `divmod` matches arguments
[error] no-matching-overload - No overload of function `divmod` matches arguments
[error] unsupported-operator - Operator `//` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[timedelta | int | None]`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta | NaTType` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `Unknown | int | float | signedinteger[_64Bit]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | float | signedinteger[_64Bit]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[date | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[None]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Hour` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Hour` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `Hour`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta | NaTType` and `Hour`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta | NaTType` and `NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[int]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[int]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Hour` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Hour` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `timedelta64[timedelta]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `None` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `None` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `datetime64[date | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `datetime64[None]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `int | float` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `int | float` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[timedelta | int | None]`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `Hour`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `Hour`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `Minute`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `Minute`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `datetime64[date | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `datetime64[date | int | None]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `signedinteger[_32Bit]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `signedinteger[_32Bit]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `unsignedinteger[_8Bit]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `unsignedinteger[_8Bit]`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Hour` and `Timedelta`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Hour` and `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `datetime64[date | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `//` is not supported between objects of type `datetime64[datetime]` and `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `float64` and `Timedelta`
[error] unsupported-operator - Operator `//` is not supported between objects of type `float64` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `unsignedinteger[_8Bit]` and `Timedelta`
[error] unsupported-operator - Operator `//` is not supported between objects of type `unsignedinteger[_8Bit]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `//` is not supported between objects of type `signedinteger[_32Bit]` and `Timedelta`
[error] unsupported-operator - Operator `//` is not supported between objects of type `signedinteger[_32Bit]` and `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `__rfloordiv__` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[None]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `timedelta64[timedelta]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `Hour`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `Hour`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `Literal[2]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `Literal[2]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `float`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `float`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `int`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `int`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `Timestamp`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta` and `list[Unknown]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timedelta | NaTType` and `list[Unknown]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - Operator `%` is not supported between objects of type `timedelta64[timedelta]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timestamp` and `Timedelta`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Timestamp | NaTType` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Literal[15]` and `Timedelta`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Literal[15]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `%` is not supported between objects of type `float` and `Timedelta`
[error] unsupported-operator - Operator `%` is not supported between objects of type `float` and `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `__add__` is incorrect: Argument type `Other` does not satisfy upper bound `NaTType` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__add__` is incorrect: Expected `NaTType | datetime | timedelta | ... omitted 3 union elements`, found `Other`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Timedelta | str` and `Unknown | str | Timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Timedelta | NaTType | str` and `Unknown | str | Timedelta | NaTType`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Timedelta | str` and `Unknown | str | Timedelta`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Timedelta | NaTType | str` and `Unknown | str | Timedelta | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta | NaTType`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Timedelta | NaTType` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/scalar/timedelta/test_constructors.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_repr_base`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_repr_base`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `_repr_base`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `_repr_base`

pandas/tests/scalar/timedelta/test_timedelta.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `max` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Unknown | Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Unknown | Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Unknown | Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution_string` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `resolution` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `Timedelta`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta | NaTType` has no attribute `components`
[error] unresolved-attribute - Object of type `Timedelta` has no attribute `nanoseconds`
[error] unresolved-attribute - Attribute `nanoseconds` is not defined on `Timedelta` in union `Timedelta | NaTType`

pandas/tests/scalar/timestamp/methods/test_replace.py

[error] unresolved-attribute - Attribute `timestamp` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `localize_pydatetime` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_round.py

[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/scalar/timestamp/methods/test_tz_localize.py

[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `tzname` is not defined on `NaTType` in union `datetime | NaTType`
[error] unresolved-attribute - Attribute `tzname` is not defined on `NaTType` in union `datetime | NaTType`
[error] unresolved-attribute - Attribute `tzname` is not defined on `NaTType` in union `datetime | NaTType`
[error] unresolved-attribute - Attribute `tzname` is not defined on `NaTType` in union `datetime | NaTType`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise"] | NaTType`, found `Literal["infer"]`

pandas/tests/scalar/timestamp/test_arithmetic.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `BaseOffset` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `BaseOffset`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Day` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Day`
[error] unsupported-operator - Operator `+` is not supported between objects of type `BaseOffset` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `BaseOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[date | int | None]` and `Timestamp`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[date | int | None]` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[date | int | None]` and `Timestamp`
[error] unsupported-operator - Operator `-` is not supported between objects of type `datetime64[date | int | None]` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp | NaTType` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Literal[1]`

pandas/tests/scalar/timestamp/test_constructors.py

[error] unresolved-attribute - Attribute `toordinal` is not defined on `NaTType` in union `datetime | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `slice[Any, Literal[2], Any]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Period`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Period | NaTType`
[error] invalid-argument-type - Argument to bound method `dst` is incorrect: Expected `datetime | None`, found `Timestamp | NaTType`

pandas/tests/scalar/timestamp/test_timestamp.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `day_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `month_name`: expected 1, got 2
[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `str`, found `str | int | float`
[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `str`, found `str | int | float`
[error] unresolved-attribute - Attribute `resolution` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `resolution` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `resolution` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `resolution` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `normalize` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_period` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `utctimetuple` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `isocalendar` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `timetuple` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `toordinal` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Object of type `Timestamp` has no attribute `millisecond`
[error] unresolved-attribute - Attribute `millisecond` is not defined on `Timestamp` in union `Timestamp | NaTType`
[error] invalid-assignment - Cannot assign to read-only property `tz` on object of type `Timestamp`: Attempted assignment to `Timestamp.tz` here
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `tz` on type `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `_creso` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/series/indexing/test_setitem.py

[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/series/methods/test_astype.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType | str | int`
[error] no-matching-overload - No overload of function `to_datetime` matches arguments
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | NaTType | str | int`

pandas/tests/series/methods/test_fillna.py

[error] invalid-argument-type - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `list[Unknown | Timestamp]`
[error] invalid-argument-type - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `list[Unknown | Timestamp | NaTType]`

pandas/tests/series/methods/test_reindex.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Unknown | Timestamp | NaTType`

pandas/tests/series/methods/test_searchsorted.py

[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Unknown | Timestamp]`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Unknown | Timestamp | NaTType]`

pandas/tests/series/test_constructors.py

[error] invalid-argument-type - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `list[Unknown | Period | NaTType | None]`

pandas/tests/tools/test_to_datetime.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/tseries/holiday/test_holiday.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `DateOffset`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `DateOffset`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Unknown | Timestamp]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Unknown | Timestamp | NaTType]`

pandas/tests/tseries/offsets/test_business_day.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/tseries/offsets/test_business_hour.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Nano`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`

pandas/tests/tseries/offsets/test_fiscal.py

[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `FY5253` and `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253Quarter`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `FY5253Quarter`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | date | NaTType`
[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `NaTType` and `DateOffset`
[error] unsupported-operator - Operator `+` is not supported between objects of type `DateOffset` and `Timestamp | NaTType`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `NaTType` and `DateOffset`
[error] unsupported-operator - Operator `+` is not supported between objects of type `DateOffset` and `Timestamp | NaTType`

pandas/tests/tseries/offsets/test_ticks.py

[error] invalid-argument-type - Argument to function `delta_to_tick` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Nano` and `Timestamp | NaTType`
[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] unresolved-attribute - Attribute `to_timedelta64` is not defined on `NaTType` in union `Timedelta | NaTType`

pandas/tests/tseries/offsets/test_week.py

[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `Week`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `WeekOfMonth`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | NaTType` and `LastWeekOfMonth`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`

pandas/tests/tslibs/test_array_to_datetime.py

[error] unresolved-attribute - Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`

pandas/tests/tslibs/test_liboffsets.py

[error] invalid-argument-type - Argument to function `roll_qtrday` is incorrect: Expected `datetime`, found `Timestamp | NaTType`

pandas/tests/tslibs/test_timedeltas.py

[error] unresolved-attribute - Attribute `to_pytimedelta` is not defined on `NaTType` in union `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `delta_to_nanoseconds` is incorrect: Expected `timedelta64[timedelta | int | None] | timedelta | Tick`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `delta_to_nanoseconds` is incorrect: Expected `timedelta64[timedelta | int | None] | timedelta | Tick`, found `Timedelta | NaTType`

pandas/tests/tslibs/test_timezones.py

[error] invalid-argument-type - Argument to function `maybe_get_tz` is incorrect: Expected `str | int | signedinteger[_64Bit] | tzinfo | None`, found `Timestamp`
[error] invalid-argument-type - Argument to function `maybe_get_tz` is incorrect: Expected `str | int | signedinteger[_64Bit] | tzinfo | None`, found `Timestamp | NaTType`

pandas/tests/tslibs/test_to_offset.py

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

pandas/tests/window/test_rolling.py

[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`

pandas/tseries/frequencies.py

[error] invalid-return-type - Return type does not match returned value: expected `Timestamp`, found `Timestamp | NaTType`

pandas/tseries/holiday.py

[error] invalid-assignment - Object of type `Timestamp | NaTType | None` is not assignable to attribute `start_date` of type `Timestamp | None`
[error] invalid-assignment - Object of type `Timestamp | NaTType | None` is not assignable to attribute `end_date` of type `Timestamp | None`
[error] invalid-argument-type - Argument to bound method `_reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `_reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`

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

tests/arrays/test_categorical.py

[error] type-assertion-failure - Type `Categorical` does not match asserted type `Unknown`

tests/indexes/test_multi_indexes.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`

tests/arrays/test_string_arrow.py

[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `ArrowStringArray` does not match asserted type `BaseStringArray[None]`

tests/series/period/test_sub.py

[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Series[Period]`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Unknown`

tests/arrays/test_boolean.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Series[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Series[builtins.bool]`

tests/arrays/test_datetime_array.py

[error] type-assertion-failure - Type `DatetimeArray` does not match asserted type `PeriodArray`
[error] no-matching-overload - No overload of function `array` matches arguments

tests/arrays/test_interger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Series[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Series[int]`

tests/arrays/test_interval.py

[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalArray` does not match asserted type `PeriodArray`
[error] no-matching-overload - No overload of function `array` matches arguments

tests/arrays/test_numpy_.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Index[Any]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[Any]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/arrays/test_period.py

[error] no-matching-overload - No overload of function `array` matches arguments

tests/arrays/test_sparse.py

[error] type-assertion-failure - Type `SparseArray` does not match asserted type `Unknown`

tests/arrays/test_string_.py

[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] type-assertion-failure - Type `StringArray` does not match asserted type `BaseStringArray[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Index[Any]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `Index[Any]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Index[Any]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Series[Any]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `StringArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `Series[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]] | StringArray`, found `Series[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[Any]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/arrays/test_timedeltas.py

[error] type-assertion-failure - Type `TimedeltaArray` does not match asserted type `PeriodArray`

tests/frame/test_frame.py

[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `None` does not match asserted type `Unknown`

tests/frame/test_groupby.py

[error] type-assertion-failure - Type `bool` does not match asserted type `Any`

tests/frame/test_indexing.py

[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Index[int], slice[None, None, None]]` does not match asserted type `tuple[Index[Any], slice[None, None, None]]`
[error] type-assertion-failure - Type `tuple[Index[int], slice[None, None, None]]` does not match asserted type `tuple[Unknown, slice[None, None, None]]`

tests/indexes/bool/test_add.py

[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/bool/test_mul.py

[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/bool/test_sub.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/bool/test_truediv.py

[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`

tests/indexes/complex/test_add.py

[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/complex/test_mul.py

[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/complex/test_sub.py

[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/complex/test_truediv.py

[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/float/test_add.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/float/test_dtypes.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`

tests/indexes/float/test_floordiv.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`

tests/indexes/float/test_mul.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/float/test_sub.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/float/test_truediv.py

[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`

tests/indexes/int/test_add.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/int/test_floordiv.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`

tests/indexes/int/test_mul.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/int/test_sub.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/int/test_truediv.py

[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`

tests/indexes/str/test_mul.py

[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`

tests/indexes/test_add.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/test_categoricalindex.py

[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`

tests/indexes/test_datetime_index.py

[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Index[Any]`

tests/indexes/test_indexes.py

[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `slice[Any, Any, Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit] | int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `signedinteger[_64Bit] | int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `MyArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `Index[Any]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Index[Any]` and `Literal[10]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Literal[10]` and `Index[Any]`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `Index[Any]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Index[Any]` and `Literal[10]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Literal[10]` and `Index[Any]`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `Index[Any]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Index[Any]` and `Literal[10]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Literal[10]` and `Index[Any]`
[error] type-assertion-failure - Type `CategoricalIndex[Any]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `DatetimeIndex`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Index[Any]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[int]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `tuple[Index[Any], Index[Any]]`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `tuple[Index[Any], Index[Any]]`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `tuple[Index[Any], Index[Any]]`
[error] type-assertion-failure - Type `tuple[Index[int], Index[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `PeriodIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `PeriodIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload matches arguments
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `DatetimeIndex | Index[Any]`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `DatetimeIndex | Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] invalid-argument-type - Argument to bound method `putmask` is incorrect: Expected `Sequence[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | BooleanArray | IndexOpsMixin[builtins.bool, Any]`, found `FloatingArray`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/test_mul.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/test_sub.py

[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/timedeltaindex/test_floordiv.py

[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `TimedeltaIndex`, found `Index[Any]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `TimedeltaIndex`

tests/indexes/timedeltaindex/test_mul.py

[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `TimedeltaIndex`, found `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/scalars/test_scalars.py

[error] type-assertion-failure - Type `Timedelta` does not match asserted type `timedelta`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `timedelta`
[error] type-assertion-failure - Type `Series[Period]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Period` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Period]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timedelta]` and `Period`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Period]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `datetime64[date | int | None]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `datetime64[int]`

tests/series/bool/test_add.py

[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[bool]` and `float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[bool]` and `complex`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `float` and `Series[bool]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `complex` and `Series[bool]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/bool/test_mul.py

[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`

tests/series/bool/test_sub.py

[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`

tests/series/bool/test_truediv.py

[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`

tests/series/complex/test_add.py

[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/complex/test_mul.py

[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/complex/test_sub.py

[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/complex/test_truediv.py

[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/float/test_add.py

[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `Literal[True]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `complex`
[error] unsupported-operator - Operator `+` is not supported between objects of type `complex` and `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `list[Unknown | bool]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `list[Unknown | int]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int | float]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/float/test_dtypes.py

[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`

tests/series/float/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `Series[Timestamp]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Timestamp]` and `Series[int | float]`
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/float/test_mul.py

[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`

tests/series/float/test_sub.py

[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[int]`

tests/series/float/test_truediv.py

[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`

tests/series/int/test_add.py

[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int]` and `float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[int]` and `complex`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `float` and `Series[int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `complex` and `Series[int]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/int/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `Series[Timestamp]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Timestamp]` and `Series[int]`
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/int/test_mul.py

[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Unknown]`

tests/series/int/test_sub.py

[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/int/test_truediv.py

[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`

tests/series/str/test_add.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[str]` and `Literal[4]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[str]` and `Literal["right"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[4]` and `Series[str]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[str]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int]` and `Series[str]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[str]` and `list[Unknown | str]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[str]` and `tuple[Unknown | str, ...]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[str_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[str_]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`

tests/series/str/test_mul.py

[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown]`

tests/series/test_add.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/test_agg.py

[error] no-matching-overload - No overload of bound method `mean` matches arguments
[error] no-matching-overload - No overload of bound method `median` matches arguments
[error] no-matching-overload - No overload of bound method `std` matches arguments
[error] no-matching-overload - No overload of bound method `var` matches arguments
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`

tests/series/test_cumul.py

[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`

tests/series/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Timestamp]` and `Series[Any]`
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments

tests/series/test_indexing.py

[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`

tests/series/test_mul.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/test_properties.py

[error] type-assertion-failure - Type `TimestampProperties` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaProperties` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `IntervalArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ExtensionArray` does not match asserted type `Unknown`

tests/series/test_series.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Series[int] | Sequence[int] | Mapping[int, int]`, found `list[Unknown | int | str]`
[error] no-matching-overload - No overload of bound method `diff` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Series[int], Series[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[tuple[Hashable, ...], Series[int]]]` does not match asserted type `Iterator[tuple[tuple[Hashable, ...], Series[Any]]]`
[error] type-assertion-failure - Type `tuple[tuple[Hashable, ...], Series[int]]` does not match asserted type `tuple[tuple[Hashable, ...], Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[tuple[Hashable, ...], Series[int]]]` does not match asserted type `Iterator[tuple[tuple[Hashable, ...], Series[Any]]]`
[error] type-assertion-failure - Type `tuple[tuple[Hashable, ...], Series[int]]` does not match asserted type `tuple[tuple[Hashable, ...], Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[Period, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Period, Series[int]]` does not match asserted type `tuple[Period, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[Timestamp, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Timestamp, Series[int]]` does not match asserted type `tuple[Timestamp, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[Timedelta, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Timedelta, Series[int]]` does not match asserted type `tuple[Timedelta, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[Interval[Timestamp], Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Interval[Timestamp], Series[int]]` does not match asserted type `tuple[Interval[Timestamp], Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Any, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Any, Series[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `bool` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Iterator[int]` does not match asserted type `Iterator[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `list[str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `list[str]` does not match asserted type `list[Any]`
[error] type-assertion-failure - Type `dict[Hashable, str]` does not match asserted type `dict[Hashable, Any]`
[error] type-assertion-failure - Type `Series[CategoricalDtype]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int] | str | bytes | ... omitted 10 union elements` does not match asserted type `Series[Any] | str | bytes | ... omitted 10 union elements`
[error] type-assertion-failure - Type `Series[int] | str | bytes | ... omitted 10 union elements` does not match asserted type `Series[Any] | str | bytes | ... omitted 10 union elements`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - Type `int | None` does not match asserted type `Any | None`
[error] type-assertion-failure - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `DatetimeArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Hashable, int]` does not match asserted type `tuple[Hashable, Any]`
[error] type-assertion-failure - Type `Iterator[tuple[Hashable, int]]` does not match asserted type `Iterator[tuple[Hashable, Any]]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Interval[Timestamp]]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Interval[Timestamp]]` does not match asserted type `Series[Interval[Any]]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] invalid-argument-type - Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[Any, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[int, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] not-iterable - Object of type `SeriesGroupBy[Any, Interval[Timestamp]]` is not iterable
[error] not-iterable - Object of type `SeriesGroupBy[int, Interval[Timestamp]]` is not iterable
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `Series[int]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `list[Unknown | int]` and `Series[int]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Series[int]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `list[Unknown | int]` and `Series[int]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[Any]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `Series[int]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[Unknown | int]` and `Series[Any]`
[error] unsupported-operator - Operator `^` is not supported between objects of type `list[Unknown | int]` and `Series[int]`
[error] type-assertion-failure - Type `int | str` does not match asserted type `Any`
[error] type-assertion-failure - Type `int | str` does not match asserted type `int | Literal["a"]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown | str]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Unknown | str]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[str | Unknown]`

tests/series/test_sub.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/test_truediv.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`

tests/series/timedelta/test_add.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/timedelta/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[Timestamp]` and `Series[Timedelta]`
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Timedelta]`

tests/series/timedelta/test_mul.py

[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/timedelta/test_sub.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `datetime`
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `datetime64[date | int | None]`
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `Timestamp`
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/timedelta/test_truediv.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `Series[Timestamp]` and `Series[Timedelta]`
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`

tests/series/timestamp/test_add.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timestamp]` and `datetime`
[error] unsupported-operator - Operator `+` is not supported between objects of type `datetime` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timestamp]` and `datetime64[date | int | None]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `datetime64[date | int | None]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timestamp]` and `Timestamp`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timestamp]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Timestamp]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timestamp]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`

tests/series/timestamp/test_sub.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `timedelta64[timedelta]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Timedelta` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timestamp]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timestamp]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[Unknown | datetime]` and `Series[Timestamp]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `list[Unknown | timedelta]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] unsupported-operator - Operator `-` is not supported between objects of type `Series[Timedelta]` and `Series[Timestamp]`
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/test_dtypes.py

[error] type-assertion-failure - Type `StringDtype[Literal["pyarrow"]]` does not match asserted type `StringDtype[None]`
[error] type-assertion-failure - Type `StringDtype[Literal["python"]]` does not match asserted type `StringDtype[None]`
[error] type-assertion-failure - Type `Literal["python"]` does not match asserted type `Literal["python", "pyarrow"]`
[error] type-assertion-failure - Type `Literal["pyarrow"]` does not match asserted type `Literal["python", "pyarrow"]`

tests/test_extension.py

[error] type-assertion-failure - Type `list[Any]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `numpy.bool[builtins.bool]`
[error] unsupported-operator - Operator `&` is not supported between objects of type `FloatingArray` and `bool[Literal[True]]`

tests/test_interval.py

[error] type-assertion-failure - Type `IntervalArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`

tests/test_natype.py

[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[int | float]`

tests/test_pandas.py

[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int, int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int, int], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - Type `Series[CategoricalDtype]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] assert-type-unspellable-subtype - Type `bool` does not match asserted type `TypeIs[datetime64[date | int | None] @ np_dt]`
[error] assert-type-unspellable-subtype - Type `bool` does not match asserted type `TypeIs[datetime64[datetime] @ np_dt]`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`

tests/test_string_accessors.py

[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Series[Any]`

tests/test_timefuncs.py

[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timestamp]` and `timedelta64[timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Series[Timestamp]` and `timedelta64[timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `timedelta64[timedelta]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[date]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[time]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[time]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `str | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Period]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tzinfo | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Series[Timedelta]`

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

tests/mypy/pandas_modules/pandas_series.py

[error] invalid-argument-type - Argument to function `fn` is incorrect: Expected `Series[str]`, found `Series[int | float]`
[error] invalid-argument-type - Argument to function `fn` is incorrect: Expected `Series[str]`, found `Series[int | float]`

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

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`

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

src/prefect/server/database/dependencies.py

[error] invalid-return-type - Return type does not match returned value: expected `PrefectDBInterface`, found `@Todo | DBSingleton`

src/prefect/flows.py

flaky
(3/10)
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

pwndbg/color/disasm.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["SYS_"]` and `str | None`

pwndbg/aglib/nearpc.py

[error] unresolved-reference - Name `CS_OP_MEM` used when not defined
[error] unresolved-reference - Name `CS_AC_READ` used when not defined
[error] unresolved-reference - Name `CS_AC_WRITE` used when not defined
[warning] possibly-missing-attribute - Submodule `heap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - Submodule `heap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - Submodule `heap` may not be available as an attribute on module `pwndbg.aglib`

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

tests/test_sequences_and_iterators.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `reversed[Unknown]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Iterator[Unknown]`

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

pydantic/networks.py

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

pydantic/v1/networks.py

[error] invalid-return-type - Return type does not match returned value: expected `AnyUrl`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `MultiHostDsn`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `MultiHostDsn`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | str`

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

src/_pytest/assertion/rewrite.py

[error] unresolved-attribute - Object of type `expr` has no attribute `target`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

rotkehlchen/api/services/history.py

[error] invalid-assignment - Object of type `Unknown | list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`
[error] invalid-assignment - Object of type `Any | list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`

rotkehlchen/api/v1/schemas.py

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

rotkehlchen/utils/misc.py

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

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/settings/documentation.py

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

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

sklearn/datasets/_lfw.py

[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `str | Unknown`
[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `Unknown | str`

sklearn/externals/array_api_compat/common/_linalg.py

[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`

sklearn/linear_model/tests/test_ridge.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `_X_CenterStackOp` matches arguments

sklearn/metrics/_classification.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: SupportsIndex, /) -> Unknown, (index: slice[Any, Any, Any], /) -> tuple[Unknown, ...]]` cannot be called with key of type `Literal["precision"]` on object of type `tuple[Unknown, Unknown, Unknown, Unknown]`

sklearn/neighbors/_base.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[Any, ...]`

sklearn/tests/test_multiclass.py

[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `Unknown | tuple[Any, ...] | None` may not be iterable

sklearn/tests/test_pipeline.py

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

sklearn/utils/tests/test_multiclass.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[int | Unknown]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[Unknown | int]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`

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

scipy/linalg/tests/test_matfuncs.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | float` and `None | float | Unknown`

scipy/stats/tests/test_continuous_basic.py

[error] invalid-argument-type - Argument to function `histogram` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | list[Unknown | int] | int`

scipy/special/tests/test_ndtri_exp.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | floating[Any] | int]`

scipy/special/tests/test_wrightomega.py

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

benchmarks/benchmarks/stats.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `list[Unknown | list[Unknown | int | float]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, int]` on object of type `list[Unknown | list[Unknown | int | float]]`

scipy/integrate/_ivp/tests/test_ivp.py

[error] no-matching-overload - No overload of function `linspace` matches arguments

scipy/linalg/tests/test_decomp.py

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

scipy/optimize/_shgo_lib/_complex.py

[error] unresolved-attribute - Attribute `x` is not defined on `list[Unknown]`, `None` in union `list[Unknown] | Unknown | None`
[error] unresolved-attribute - Attribute `x` is not defined on `list[Unknown]`, `None` in union `list[Unknown] | Unknown | None`

scipy/optimize/tests/test_zeros.py

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

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

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

scipy/spatial/tests/test_distance.py

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

scipy/stats/tests/test_generation/studentized_range_mpmath_ref.py

[error] too-many-positional-arguments - Too many positional arguments: expected 6, got 8

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `floating[Any]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `float64`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `floating[Any]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `float64`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | None | floating[Any] | float`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | None | float`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None | floating[Any] | float` and `Literal[1]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None | float` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | floating[Any] | float` and `Literal[2]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | float` and `Literal[2]`

subprojects/pyprima/pyprima/pyprima/src/pyprima/common/preproc.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | float | floating[Any]` and `Literal[2]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | float` and `Literal[2]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | None | float | floating[Any]` and `Literal[0]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | None | float` and `Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | None | float | floating[Any]` and `Unknown | None | float`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | None | float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Unknown | Literal[1] | floating[Any]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Unknown | Literal[1] | float64`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | None` and `Unknown | Literal[1] | floating[Any]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | None` and `Unknown | Literal[1] | float64`

subprojects/pyprima/pyprima/pyprima/src/pyprima/common/selectx.py

[error] no-matching-overload - No overload of function `nan_to_num` matches arguments
[error] invalid-return-type - 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] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | (numpy.bool[builtins.bool] & ~AlwaysTruthy) | Any`

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

tests/sparse/linalg/test__interface.pyi

[error] type-assertion-failure - Type `_CustomLinearOperator[signedinteger[_8Bit] | Any, (Unknown, /) -> ToComplex1D | ToComplex2D]` does not match asserted type `LinearOperator[Any]`

sockeye (https://github.com/awslabs/sockeye)

sockeye/checkpoint_decoder.py

[error] invalid-argument-type - Argument to function `make_input_from_multiple_strings` is incorrect: Expected `list[str]`, found `Unknown | tuple[Any, ...]`

sockeye/data_io.py

[error] invalid-argument-type - Argument to function `combine_means` is incorrect: Expected `list[int | float | None]`, found `tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `combine_means` is incorrect: Expected `list[int]`, found `tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `combine_stds` is incorrect: Expected `list[int]`, found `tuple[Any, ...]`

sockeye/inference.py

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

sockeye/output_handler.py

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

sockeye/training.py

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

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

lib/spack/spack/cmd/compiler.py

[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `reversed[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `Iterator[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `reversed[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `Iterator[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `reversed[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `Iterator[str]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `reversed[Unknown]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `Iterator[Unknown]`

lib/spack/spack/detection/path.py

[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[int | str | bytes | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[Unknown | int | str | ... omitted 3 union elements]`

lib/spack/spack/llnl/util/lang.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `~None`

lib/spack/spack/test/spec_syntax.py

[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | Spec | None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | Spec | None`

lib/spack/spack/verify_libraries.py

[error] invalid-argument-type - Argument to function `candidate_matches` is incorrect: Expected `bytes`, found `bytes | Unknown | str | PathLike[str] | PathLike[bytes]`
[error] invalid-argument-type - Argument to function `candidate_matches` is incorrect: Expected `bytes`, found `Unknown | bytes | str | PathLike[str] | PathLike[bytes]`
[error] invalid-assignment - Invalid subscript assignment with key of type `bytes | Unknown | str | PathLike[str] | PathLike[bytes]` and value of type `bytes | Unknown | str | PathLike[str] | PathLike[bytes]` on object of type `dict[bytes, bytes]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | bytes | str | PathLike[str] | PathLike[bytes]` and value of type `Unknown | bytes | str | PathLike[str] | PathLike[bytes]` on object of type `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | Unknown | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[Unknown | bytes | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | Unknown | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[Unknown | bytes | str | PathLike[str] | PathLike[bytes]]`

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

starlette/middleware/base.py

[error] invalid-assignment - Object of type `tuple[MemoryObjectSendStream[MutableMapping[str, Any]], MemoryObjectReceiveStream[MutableMapping[str, Any]]]` is not assignable to `create_memory_object_stream[MutableMapping[str, Any]]`

starlette/testclient.py

[error] invalid-assignment - Object of type `tuple[MemoryObjectSendStream[MutableMapping[str, Any]], MemoryObjectReceiveStream[MutableMapping[str, Any]]]` is not assignable to `create_memory_object_stream[MutableMapping[str, Any]]`
[error] invalid-assignment - Object of type `tuple[MemoryObjectSendStream[MutableMapping[str, Any]], MemoryObjectReceiveStream[MutableMapping[str, Any]]]` is not assignable to `create_memory_object_stream[MutableMapping[str, Any]]`
[error] invalid-assignment - Object of type `tuple[MemoryObjectSendStream[MutableMapping[str, Any] | None], MemoryObjectReceiveStream[MutableMapping[str, Any] | None]]` is not assignable to `create_memory_object_stream[MutableMapping[str, Any] | None]`
[error] invalid-assignment - Object of type `tuple[MemoryObjectSendStream[MutableMapping[str, Any]], MemoryObjectReceiveStream[MutableMapping[str, Any]]]` is not assignable to `create_memory_object_stream[MutableMapping[str, Any]]`

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

static_frame/core/frame.py

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

static_frame/core/index_hierarchy.py

[error] invalid-assignment - Object of type `list[IndexBase | @Todo]` is not assignable to `list[Index[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/loc_map.py

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

static_frame/core/reduce.py

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

static_frame/core/type_blocks.py

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

static_frame/test/unit/test_bus.py

[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | Series[Any, Any] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | Series[Any, Any] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | Series[Any, Any] | ndarray[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | Series[Any, Any] | ndarray[Any, Any]`

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - Argument to bound method `from_records_items` is incorrect: Expected `Iterable[tuple[Hashable, Iterable[Any]]]`, found `zip[tuple[Literal["x", "y", "z"], Item]]`

static_frame/test/unit/test_frame_iter.py

[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[error] unresolved-attribute - Attribute `shape` is not defined on `tuple[Any, Any]` in union `tuple[Any, Any] | Any`
[error] unresolved-attribute - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

static_frame/test/unit/test_store.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[Unknown | int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[Unknown | int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[Unknown | int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[Unknown | int] | tuple[Literal[1], Literal[2]]`

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

strawberry/schema/types/scalar.py

[error] invalid-return-type - Return type does not match returned value: expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_make_scalar_definition` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_make_scalar_definition` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_make_scalar_definition` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_make_scalar_definition` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to function `_make_scalar_definition` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`

strawberry/schema/schema_converter.py

[error] invalid-return-type - Return type does not match returned value: expected `CustomGraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInputObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-return-type - Return type does not match returned value: expected `GraphQLUnionType`, found `GraphQLNamedType`

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

sympy/calculus/tests/test_accumulationbounds.py

[error] unresolved-attribute - Object of type `Expr` has no attribute `delta`
[error] unresolved-attribute - Object of type `Expr` has no attribute `mid`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[1]` and `Expr`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Symbol` and `Expr`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[0]` and `Expr`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Expr`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Expr`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Infinity` and `Expr`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`

sympy/calculus/tests/test_util.py

[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`
[error] unresolved-attribute - Object of type `Expr` has no attribute `union`

sympy/tensor/functions.py

[error] unresolved-attribute - Object of type `Basic` has no attribute `__getitem__`

sympy/assumptions/cnf.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown, int]`

sympy/combinatorics/coset_table.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | None` and `int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `int`

sympy/core/evalf.py

[error] invalid-argument-type - Argument to function `evalf_add` is incorrect: Expected `Add`, found `Expr`

sympy/core/function.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] not-iterable - Object of type `Basic` is not iterable

sympy/core/operations.py

[error] unresolved-attribute - Attribute `exp` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `exp` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `base` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `base` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `exp` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `base` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `base` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `exp` is not defined on `Mul`, `Add` in union `Unknown | Mul | Add`
[error] unresolved-attribute - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`

sympy/core/relational.py

[error] unresolved-attribute - Object of type `Basic` has no attribute `equals`
[error] unresolved-attribute - Object of type `Basic` has no attribute `equals`

sympy/core/tests/test_arit.py

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

sympy/core/tests/test_evalf.py

[error] unresolved-attribute - Attribute `evalf` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `n` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/core/tests/test_relational.py

[error] unresolved-attribute - Attribute `as_poly` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unequality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unequality`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unequality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversedsign` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `reversed` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unequality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `strict` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unequality`
[error] unresolved-attribute - Attribute `weak` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unequality`
[error] unresolved-attribute - Attribute `weak` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `strict` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `weak` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `strict` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `strict` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `weak` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `strict` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Attribute `weak` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Object of type `Unequality` has no attribute `as_poly`
[error] unresolved-attribute - Object of type `Unequality | BooleanFalse | BooleanTrue` has no attribute `as_poly`
[error] unresolved-attribute - Object of type `GreaterThan` has no attribute `as_poly`
[error] unresolved-attribute - Attribute `as_poly` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Object of type `StrictGreaterThan` has no attribute `as_poly`
[error] unresolved-attribute - Attribute `as_poly` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Object of type `LessThan` has no attribute `as_poly`
[error] unresolved-attribute - Attribute `as_poly` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unresolved-attribute - Object of type `StrictLessThan` has no attribute `as_poly`
[error] unresolved-attribute - Attribute `as_poly` is not defined on `BooleanTrue`, `BooleanFalse` in union `Unknown | BooleanTrue | BooleanFalse`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[0]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[0]` and `Unknown | Equality | BooleanFalse | ... omitted 6 union elements`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Unknown | Equality | BooleanFalse | ... omitted 6 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Literal[1]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Literal[1]` and `Unknown | Equality | BooleanFalse | ... omitted 6 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | Equality | Unequality | ... omitted 4 union elements` and `Literal[1]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | Equality | BooleanFalse | ... omitted 6 union elements` and `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | BooleanFalse | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | Unequality | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Equality | BooleanFalse | ... omitted 6 union elements`
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3

sympy/functions/elementary/complexes.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/functions/elementary/exponential.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/functions/elementary/integers.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/functions/elementary/tests/test_complexes.py

[error] no-matching-overload - No overload of class `re` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/functions/elementary/trigonometric.py

[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`
[error] unresolved-attribute - Object of type `Expr` has no attribute `intersection`

sympy/functions/special/error_functions.py

[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`

sympy/functions/special/zeta_functions.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/integrals/laplace.py

[error] unresolved-attribute - Attribute `canonical` is not defined on `And` in union `BooleanTrue | And`
[error] unresolved-attribute - Object of type `Boolean` has no attribute `canonical`

sympy/integrals/tests/test_heurisch.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/integrals/tests/test_integrals.py

[error] unresolved-attribute - Attribute `integrate` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `integrate` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/integrals/transforms.py

[error] unresolved-attribute - Object of type `Expr` has no attribute `base`
[error] unresolved-attribute - Object of type `Expr` has no attribute `exp`
[error] unresolved-attribute - Object of type `Expr` has no attribute `exp`

sympy/logic/boolalg.py

[error] invalid-assignment - Object of type `Boolean` is not assignable to attribute `true` of type `BooleanTrue`
[error] invalid-assignment - Object of type `Boolean` is not assignable to attribute `false` of type `BooleanFalse`

sympy/logic/tests/test_boolalg.py

[error] unresolved-attribute - Object of type `Boolean` has no attribute `canonical`
[error] unresolved-attribute - Object of type `Boolean` has no attribute `canonical`
[error] unresolved-attribute - Object of type `Boolean` has no attribute `negated`
[error] unresolved-attribute - Object of type `Boolean` has no attribute `negated`
[error] unresolved-attribute - Object of type `Boolean` has no attribute `diff`

sympy/matrices/expressions/kronecker.py

[error] unresolved-attribute - Object of type `Basic` has no attribute `shape`
[error] unresolved-attribute - Object of type `Basic` has no attribute `cols`

sympy/matrices/expressions/tests/test_matexpr.py

[error] unresolved-attribute - Object of type `MatrixExpr` has no attribute `exp`
[error] unresolved-attribute - Object of type `MatrixExpr` has no attribute `base`

sympy/ntheory/residue_ntheory.py

[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `tuple[Unknown, ...] | Unknown`

sympy/parsing/sympy_parser.py

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

sympy/physics/quantum/gate.py

[error] unresolved-attribute - Attribute `as_base_exp` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `as_base_exp` is not defined on `Basic` in union `Basic | Unknown`

sympy/polys/numberfields/minpoly.py

[error] unresolved-attribute - Object of type `Mul` has no attribute `q`
[error] unresolved-attribute - Object of type `Expr` has no attribute `q`
[error] unresolved-attribute - Object of type `Mul` has no attribute `p`
[error] unresolved-attribute - Object of type `Expr` has no attribute `p`

sympy/polys/tests/test_polyroots.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `tuple[Expr, int]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `tuple[Expr, int]` and `int | float`
[error] unresolved-attribute - Object of type `tuple[Expr, int]` has no attribute `match`

sympy/polys/tests/test_rationaltools.py

[error] invalid-argument-type - Argument to function `together` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - Argument to function `together` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`

sympy/polys/tests/test_rings.py

[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `x`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPZ]]` has no attribute `x`
[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `y`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPZ]]` has no attribute `y`
[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `z`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPZ]]` has no attribute `z`
[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `x`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPQ]]` has no attribute `x`
[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `y`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPQ]]` has no attribute `y`
[error] unresolved-attribute - Object of type `PolyRing[Unknown]` has no attribute `z`
[error] unresolved-attribute - Object of type `PolyRing[PolyElement[MPQ]]` has no attribute `z`

sympy/printing/smtlib.py

[error] invalid-argument-type - Argument to bound method `_print_Unequality` is incorrect: Expected `Unequality`, found `Unequality | BooleanFalse | BooleanTrue`

sympy/printing/tests/test_c.py

[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/printing/tests/test_fortran.py

[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/printing/tests/test_rcode.py

[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/series/order.py

[error] unresolved-attribute - Attribute `as_leading_term` is not defined on `Basic` in union `Unknown | Basic`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] unresolved-attribute - Attribute `extract_leading_order` is not defined on `Mul` in union `Unknown | Add | Mul`
[error] unresolved-attribute - Attribute `extract_leading_order` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - Attribute `exp` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `exp` is not defined on `Expr & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Expr & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `base` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `base` is not defined on `Expr & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Expr & ~AlwaysFalsy & ~Function)`

sympy/series/residues.py

[error] unresolved-attribute - Object of type `Mul` has no attribute `exp`
[error] unresolved-attribute - Object of type `Expr` has no attribute `exp`

sympy/sets/tests/test_sets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `BooleanTrue`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Boolean`

sympy/solvers/inequalities.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Literal[True] & ~Literal[1] & ~Literal[False] & ~Literal[0]) | Equality | BooleanFalse | BooleanTrue`

sympy/solvers/ode/nonhomogeneous.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/solvers/ode/ode.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `lhs` is not defined on `list[Unknown | Equality | BooleanFalse | BooleanTrue]` in union `Unknown | list[Unknown | Equality | BooleanFalse | BooleanTrue]`
[error] unresolved-attribute - Attribute `rhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `rhs` is not defined on `list[Unknown | Equality | BooleanFalse | BooleanTrue]` in union `Unknown | list[Unknown | Equality | BooleanFalse | BooleanTrue]`
[error] unresolved-attribute - Attribute `atoms` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - Attribute `atoms` is not defined on `list[Unknown | Equality | BooleanFalse | BooleanTrue]` in union `Unknown | list[Unknown | Equality | BooleanFalse | BooleanTrue]`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse & ~BooleanTrue` in union `Unknown | (Equality & ~BooleanTrue) | (BooleanFalse & ~BooleanTrue)`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse & ~BooleanTrue` in union `Unknown | (Equality & ~BooleanTrue) | (BooleanFalse & ~BooleanTrue)`

sympy/solvers/ode/subscheck.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`

sympy/solvers/ode/tests/test_subscheck.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/solvers/ode/tests/test_systems.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`

sympy/solvers/pde.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal[0]` and `Unknown | Basic`
[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/solvers/solveset.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of class `re` matches arguments

sympy/solvers/tests/test_simplex.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`

sympy/solvers/tests/test_solvers.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Equality | BooleanFalse | BooleanTrue`

sympy/solvers/tests/test_solveset.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`

sympy/stats/crv.py

[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Unequality) | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Unequality) | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Unequality) | Equality | BooleanFalse | BooleanTrue`

sympy/stats/drv.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `Unknown | Equality | BooleanFalse | BooleanTrue`

sympy/stats/rv.py

[error] unresolved-attribute - Attribute `lhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Unequality & ~And & ~Or) | Equality | BooleanFalse | BooleanTrue`
[error] unresolved-attribute - Attribute `rhs` is not defined on `BooleanFalse`, `BooleanTrue` in union `(Unknown & ~Unequality & ~And & ~Or) | Equality | BooleanFalse | BooleanTrue`

sympy/tensor/array/tests/test_arrayop.py

[error] unresolved-attribute - Object of type `conjugate` has no attribute `tomatrix`
[error] unresolved-attribute - Object of type `Quaternion` has no attribute `tomatrix`

sympy/utilities/tests/test_matchpy_connector.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `list[Expr]`, found `list[Expr | Unequality]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `list[Expr]`, found `list[Expr | Unequality | BooleanFalse | BooleanTrue]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`

sympy/utilities/tests/test_wester.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `Equality` and `Literal[2]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Equality | BooleanFalse | BooleanTrue` and `Literal[2]`

sympy/vector/tests/test_vector.py

[error] unresolved-attribute - Object of type `Mul` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Expr` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Mul` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Expr` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Mul` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Expr` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Mul` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Expr` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Mul` has no attribute `measure_number`
[error] unresolved-attribute - Object of type `Expr` has no attribute `measure_number`

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

tornado/test/ioloop_test.py

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

tornado/test/netutil_test.py

[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None | ThreadedResolver`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`

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

references/depth/stereo/transforms.py

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

test/test_image.py

[error] unresolved-attribute - Attribute `float` is not defined on `list[Unknown]` in union `list[Unknown] | Unknown`

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to function `erase` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-assignment - Object of type `<class '_empty'>` is not assignable to attribute `_annotation` on type `Unknown | Parameter`
[error] unresolved-attribute - Unresolved attribute `_annotation` on type `Parameter`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`

torchvision/models/detection/transform.py

[error] invalid-argument-type - Argument to function `resize_boxes` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize_boxes` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize_keypoints` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize_keypoints` is incorrect: Expected `list[int]`, found `tuple[int, int]`

torchvision/utils.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: SupportsIndex, /) -> int, (index: slice[Any, Any, Any], /) -> tuple[int, ...]]` cannot be called with key of type `tuple[slice[None, None, None], None]` on object of type `tuple[int, int, int]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `tuple[slice[None, None, None], None]` on object of type `str`

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

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`

asv_bench/benchmarks/indexing.py

[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[int, int, Any] | ... omitted 3 union elements`

xarray/core/dataset.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `SupportsIndex`, found `object`

xarray/namedarray/core.py

[error] invalid-assignment - Object of type `tuple[None | Any, ...]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`

xarray/structure/combine.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `ndarray[tuple[int], dtype[Any]] | ExtensionArray` and `Literal[1]`

xarray/tests/test_dataarray.py

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

xarray/tests/test_dataset.py

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

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

zerver/data_import/slack_message_conversion.py

[error] invalid-assignment - Not enough values to unpack: Expected 2

zerver/tests/test_decorators.py

[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`

zerver/tests/test_webhooks_common.py

[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`
[error] unresolved-attribute - Unresolved attribute `host` on type `_MutableHttpRequest`