Ecosystem report

Old: main (merge base) 8cfeae89 New: 21902/merge 02273858
Lint Rule Removed Added Changed
Total 1280 758 459
missing-argument 797 0 0
type-assertion-failure 355 76 346
unsupported-operator 0 291 6
invalid-argument-type 58 133 58
no-matching-overload 14 129 0
possibly-missing-attribute 1 37 32
unused-type-ignore-comment 48 15 0
invalid-assignment 3 22 6
unresolved-attribute 1 20 1
not-subscriptable 0 16 0
invalid-return-type 3 3 7
call-non-callable 0 8 0
not-iterable 0 5 1
assert-type-unspellable-subtype 0 2 0
empty-body 0 0 2
redundant-cast 0 1 0
Project Removed Added Changed
Total 1280 758 459
pandas-stubs 253 398 322
dd-trace-py 653 2 4
sympy flaky 4 160 4
scipy-stubs 101 0 26
antidote 63 1 1
static-frame 38 23 4
scrapy 27 7 1
altair 29 1 0
pandas 3 12 14
xarray 15 8 4
core 9 13 3
spack 12 8 4
cloud-init 0 20 1
openlibrary 1 15 1
vision 0 17 0
colour 1 8 7
jax 5 5 6
rich 3 0 12
meson 1 5 4
apprise 0 9 0

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

github/Requester.py

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

tests/Installation.py

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

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/dependencies/data.py

[error] invalid-return-type - Return type does not match returned value: expected `_T@cached_inject`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, Unknown] | Unknown`

tanjun/parsing.py

[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | EllipsisType | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | EllipsisType`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str`, found `str | None`

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

aiohttp/client.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `CIMultiDict[str]`

aiohttp/cookiejar.py

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

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

src/aiortc/codecs/h264.py

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

src/aiortc/sdp.py

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

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

alerta/views/alerts.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None | datetime` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

tests/examples_arguments_syntax/interactive_aggregation.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/line_chart_with_generator.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/multiple_interactions.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/scatter_point_paths_hover.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/slider_cutoff.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/us_population_over_time.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/us_population_pyramid_over_time.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/world_map.py

[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`

tests/examples_arguments_syntax/world_projections.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_methods_syntax/interactive_aggregation.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_methods_syntax/multiple_interactions.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_methods_syntax/scatter_point_paths_hover.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_methods_syntax/us_population_over_time.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/examples_methods_syntax/us_population_pyramid_over_time.py

[error] missing-argument - No argument provided for required parameter `*args`

altair/utils/schemapi.py

[error] unresolved-attribute - Unresolved attribute `_all_errors` on type `ValidationError`

tests/test_jupyter_chart.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/vegalite/v6/test_api.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/vegalite/v6/test_params.py

[error] missing-argument - No argument provided for required parameter `*args`

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

tests/test_examples.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

src/antidote/lib/interface_ext/__init__.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `[T'return](T'return, /) -> T'return`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `(T@FunctionImplements, /) -> T@FunctionImplements`

src/antidote/lib/interface_ext/_function.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-return-type - Return type does not match returned value: expected `[**P'return, Out'return](**P'return) -> Out'return`, found `(**P@FunctionInterfaceImpl) -> Out@FunctionInterfaceImpl`
[error] invalid-return-type - Return type does not match returned value: expected `Dependency[[**P'return, Out'return](**P'return) -> Out'return]`, found `ImplementationQuery[(**P@FunctionInterfaceImpl) -> Out@FunctionInterfaceImpl]`

src/antidote/lib/lazy_ext/_lazy.py

[error] invalid-return-type - Return type does not match returned value: expected `Dependency[Out@LazyMethodImpl]`, found `LazyCall[T'return@InjectedMethod | Out@LazyMethodImpl]`

tests/core/test_inject.py

[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`

tests/lib/interface/test_function.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`

tests/lib/interface/test_lazy.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`

tests/lib/lazy/test_lazy.py

[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`

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

src/anyio/functools.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(**P@__call__) -> Awaitable[Unknown]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(**P@__call__) -> Awaitable[T@_LRUCacheWrapper]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)`

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

apprise/plugins/telegram.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[Unknown | str | Pattern[str], Unknown | tuple[Unknown | str, BufferedReader[_BufferedReaderStream]]]`

tests/test_plugin_dapnet.py

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

tests/test_plugin_gotify.py

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

tests/test_plugin_growl.py

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

tests/test_plugin_join.py

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

tests/test_plugin_ntfy.py

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

tests/test_plugin_opsgenie.py

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

tests/test_plugin_prowl.py

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

tests/test_plugin_pushover.py

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

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

tests/arti/types/test_types.py

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

async-utils (https://github.com/mikeshardmind/async-utils)

src/async_utils/corofunc_cache.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `[_YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return](**P@f__call__) -> Coroutine[Any, Any, R@f__call__]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `CoroFunc[P@f__call__, R@f__call__]`

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

asynq/tests/test_tools.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((Unknown | int, /) -> Any) | None`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int | Unknown, /) -> Any) | None`, found `list[Unknown | int]`

asynq/tests/test_typing.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((Unknown | int | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int | Unknown | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`

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

src/attr/validators.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `(Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None] & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

tests/test_validators.py

[error] invalid-argument-type - Argument to function `and_` is incorrect: Expected `(Any, Attribute[int], int, /) -> Any`, found `[_T'return](Any, Attribute[Literal[10]], Literal[10], /) -> Any`
[error] invalid-argument-type - Argument to function `and_` is incorrect: Expected `(Any, Attribute[int], int, /) -> Any`, found `(Any, Attribute[Literal[10]], Literal[10], /) -> Any`
[error] invalid-argument-type - Argument is incorrect: Expected `float | int`, found `Literal["spam"]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Literal["spam"]`

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

src/bandersnatch/tests/plugins/test_storage_plugins.py

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

src/bandersnatch/mirror.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

beartype/_util/func/arg/utilfuncargtest.py

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

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

src/bokeh/models/plots.py

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

src/bokeh/plotting/_figure.py

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

src/bokeh/settings.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((str, /) -> str) | None`, found `def convert_logging(value: str | int) -> int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((str | int | None, /) -> Literal["none", "debug"] | int | None) | None`, found `def convert_logging(value: str | int) -> int | None`

boostedblob (https://github.com/hauntsaninja/boostedblob)

boostedblob/boost.py

[error] unresolved-attribute - Object of type `Awaitable[T@UnorderedMappingBoostable]` has no attribute `result`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/metrics/server.py

[error] invalid-return-type - Return type does not match returned value: expected `None`, found `Iterator[Unknown]`

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

tests/unittests/distros/test_user_data_normalize.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[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 `Literal["paths"]` on object of type `list[Unknown]`
[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 `Literal["paths"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown]`

tests/unittests/early_patches.py

[error] invalid-assignment - Object of type `def wrapped_lru_cache(...) -> Unknown` is not assignable to attribute `lru_cache` of type `Overload[(maxsize: int | None = 128, typed: bool = False) -> [_T'return, _T_co'return]((...) -> _T'return, /) -> _lru_cache_wrapper[_T'return], [_T](maxsize: (...) -> _T, typed: bool = False) -> _lru_cache_wrapper[_T]]`
[error] invalid-assignment - Object of type `def wrapped_lru_cache(...) -> Unknown` is not assignable to attribute `lru_cache` of type `Overload[(maxsize: int | None = 128, typed: bool = False) -> [_T'return]((...) -> _T'return, /) -> _lru_cache_wrapper[_T'return], [_T](maxsize: (...) -> _T, typed: bool = False) -> _lru_cache_wrapper[_T]]`

tests/unittests/sources/test_gce.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["distro"]` and value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[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 `Literal["paths"]` on object of type `list[Unknown]`
[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 `Literal["paths"]` on object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_user"]` and value of type `Unknown` on object of type `list[Unknown]`

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

colour/recovery/jiang2013.py

[error] invalid-return-type - Return type does not match returned value: expected `MultiSpectralDistributions`, found `Unknown | RGB_CameraSensitivities | floating[_16Bit] | floating[_32Bit]`

colour/continuous/signal.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64`

colour/notation/munsell.py

[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`
[error] invalid-argument-type - Argument to function `maximum_chroma_from_renotation` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `maximum_chroma_from_renotation` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | int | float]`

colour/plotting/diagrams.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`

colour/plotting/section.py

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

colour/utilities/verbose.py

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

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

homeassistant/components/ecobee/climate.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `str | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

homeassistant/components/forked_daapd/media_player.py

[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 `Literal["media_kind"]` on object of type `str`
[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 `Literal["data_kind"]` on object of type `str`
[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 `Literal["album"]` on object of type `str`
[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 `Literal["title"]` on object of type `str`
[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 `Literal["artist"]` on object of type `str`
[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 `Literal["data_kind"]` on object of type `str`
[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 `Literal["title"]` on object of type `str`
[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 `Literal["album"]` on object of type `str`
[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 `Literal["album_artist"]` on object of type `str`
[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 `Literal["track_number"]` on object of type `str`
[warning] possibly-missing-attribute - Attribute `get` may be missing on object of type `Unknown | defaultdict[Unknown, str] | str`

homeassistant/components/heos/media_player.py

[error] invalid-return-type - Return type does not match returned value: expected `[**_P'return, _T_co'return, _R'return, _YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return]((**_P'return) -> Awaitable[_R'return], /) -> (**_P'return) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: _FuncType[_P@decorator, _R@decorator]) -> _ReturnFuncType[_P@decorator, _R@decorator]`
[error] invalid-return-type - Return type does not match returned value: expected `[**_P'return, _R'return]((**_P'return) -> Awaitable[_R'return], /) -> (**_P'return) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: _FuncType[_P@decorator, _R@decorator]) -> _ReturnFuncType[_P@decorator, _R@decorator]`

homeassistant/components/led_ble/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/litterrobot/select.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[_CastTypeT@LitterRobotSelectEntity]`

homeassistant/components/meteo_france/__init__.py

[error] unresolved-attribute - Object of type `dict[str, Any]` has no attribute `position`

homeassistant/components/nice_go/util.py

[error] invalid-return-type - Return type does not match returned value: expected `[**P'return, _YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return, _R'return]((**P'return) -> Coroutine[Any, Any, _R'return], /) -> (**P'return) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: (**P@decorator) -> Coroutine[Any, Any, _R@decorator]) -> (**P@decorator) -> Coroutine[Any, Any, _R@decorator]`
[error] invalid-return-type - Return type does not match returned value: expected `[**P'return, _R'return]((**P'return) -> Coroutine[Any, Any, _R'return], /) -> (**P'return) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: (**P@decorator) -> Coroutine[Any, Any, _R@decorator]) -> (**P@decorator) -> Coroutine[Any, Any, _R@decorator]`

homeassistant/components/nws/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`
[error] invalid-argument-type - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/pi_hole/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/reolink/__init__.py

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

homeassistant/components/teslemetry/climate.py

[warning] possibly-missing-attribute - Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
[warning] possibly-missing-attribute - Attribute `index` may be missing on object of type `Unknown | list[str | Unknown] | list[str] | None`

homeassistant/components/universal/media_player.py

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

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

cwltool/pack.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

tests/contrib/tornado/test_tornado_web.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

ddtrace/debugging/_redaction.py

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

ddtrace/internal/symbol_db/symbols.py

[warning] redundant-cast - Value is already of type `Scope | None`

ddtrace/internal/telemetry/writer.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] invalid-assignment - Object of type `Unknown | ([**_P'return, _R_co'return](**_P'return) -> _R_co'return)` is not assignable to attribute `excepthook` of type `(type[BaseException], BaseException, TracebackType | None, /) -> Any`

scripts/integration_registry/_update_integration_registry_versions.py

[warning] possibly-missing-attribute - Attribute `lower` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - Attribute `lower` may be missing on object of type `str | None`

setup.py

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

tests/appsec/iast/test_grpc_iast.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/commands/test_runner.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/aiomysql/test_aiomysql.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/aiopg/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/algoliasearch/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/asyncpg/test_asyncpg.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/boto/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/botocore/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/botocore/test_dsm.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/bottle/test.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/bottle/test_distributed.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/celery/test_integration.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/consul/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/dbapi/test_dbapi.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/dbapi_async/test_dbapi_async.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/elasticsearch/test_elasticsearch.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/falcon/test_distributed_tracing.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/flask/test_request.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/flask_cache/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/grpc/test_grpc.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/httplib/test_httplib.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/httplib/test_httplib_distributed.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/jinja2/test_jinja2.py

[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/kombu/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/logging/test_logging.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/mako/test_mako.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/molten/test_molten.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/mysql/test_mysql.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/mysqldb/test_mysqldb.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/psycopg/test_psycopg.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/psycopg/test_psycopg_async.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/psycopg2/test_psycopg.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pylibmc/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pymemcache/test_client.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pymemcache/test_client_mixin.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/pymongo/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pymysql/test_pymysql.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pynamodb/test_pynamodb.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pyodbc/test_pyodbc.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pyramid/test_pyramid.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/pyramid/utils.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/redis/test_redis.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/redis/test_redis_cluster.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/rediscluster/test.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/requests/test_requests.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/requests/test_requests_distributed.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/sqlalchemy/test_mysql.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/sqlite3/test_sqlite3.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/urllib3/test_urllib3.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/valkey/test_valkey.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/contrib/valkey/test_valkey_cluster.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/contrib/vertica/test_vertica.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/internal/symbol_db/test_symbols.py

[warning] possibly-missing-attribute - Attribute `scopes` may be missing on object of type `Scope | None`

tests/internal/test_process_tags.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/tracer/runtime/test_metrics.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

tests/tracer/test_settings.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

tests/tracer/test_span.py

[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `Unknown | None | dict[Unknown, Unknown] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `Span | Unknown | None | ... omitted 6 union elements`

tests/tracer/test_tracer.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

discord.py (https://github.com/Rapptz/discord.py)

discord/ext/commands/help.py

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

discord/utils.py

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

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

freqtrade/persistence/trade_model.py

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

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[Unknown | str, ...]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | Unknown, ...]`

tests/annotations/declarations.py

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

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

ibis/common/deferred.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

ibis/common/grounds.py

[error] missing-argument - No argument provided for required parameter `*args`
[error] missing-argument - No argument provided for required parameter `*args`

ibis/common/patterns.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

ibis/selectors.py

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

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

tests/ignite/engine/test_engine.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `dataiter` on type `Unknown | State`
[error] invalid-assignment - Object of type `Iterator[int]` is not assignable to attribute `dataiter` on type `Unknown | State`

isort (https://github.com/pycqa/isort)

isort/core.py

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

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

jax/_src/clusters/cluster.py

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

jax/_src/export/_export.py

[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `Unknown | AbstractValue`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/interpreters/partial_eval.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `tuple[int, int, str] | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

jax/_src/interpreters/pxla.py

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

jax/_src/lax/control_flow/loops.py

[warning] possibly-missing-attribute - Attribute `in_avals` may be missing on object of type `int | tuple[Unknown, ...] | ClosedJaxpr`
[warning] possibly-missing-attribute - Attribute `in_avals` may be missing on object of type `Any | int | tuple[Unknown, ...] | ClosedJaxpr`
[warning] possibly-missing-attribute - Attribute `out_avals` may be missing on object of type `int | tuple[Unknown, ...] | ClosedJaxpr`
[warning] possibly-missing-attribute - Attribute `out_avals` may be missing on object of type `Any | int | tuple[Unknown, ...] | ClosedJaxpr`

jax/_src/lax/lax.py

[error] invalid-argument-type - Argument to function `full` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

jax/_src/lax/slicing.py

[error] invalid-argument-type - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`

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

[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` is not assignable to `Array`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not assignable to `Array`

jax/_src/pallas/mosaic/lowering.py

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

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Sequence[Hashable]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Sequence[Hashable]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

jax/collect_profile.py

[warning] possibly-missing-attribute - Attribute `glob` may be missing on object of type `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[warning] possibly-missing-attribute - Attribute `glob` may be missing on object of type `PathLike[str] | Unknown | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | PathLike[str] | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `PathLike[str] | Unknown | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`

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

src/jinja2/nativetypes.py

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

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

koda_validate/serialization/errors.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

koda_validate/serialization/json_schema.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

kopf (https://github.com/nolar/kopf)

kopf/_cogs/clients/api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float] | list[Unknown | (int & ~Iterable[object]) | (float & ~Iterable[object])]`

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

misc/python/materialize/parallel_workload/database.py

[error] unresolved-attribute - Object of type `Definition` has no attribute `count`
[error] unresolved-attribute - Unresolved attribute `count` on type `Definition`

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

mesonbuild/backend/ninjabackend.py

[error] invalid-assignment - Object of type `str | Unknown` is not assignable to `Literal["2015", "2018", "2021"]`

mesonbuild/compilers/compilers.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`

mesonbuild/coredata.py

[error] invalid-assignment - Object of type `Literal["lib"]` is not assignable to attribute `default` on type `UserUmaskOption | Unknown | UserStringOption | ... omitted 4 union elements`

mesonbuild/dependencies/cuda.py

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

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], Compiler].__getitem__(key: Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], /) -> Compiler` cannot be called with key of type `str` on object of type `dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], Compiler]`

mesonbuild/modules/python.py

[error] invalid-argument-type - Argument to bound method `_convert_api_version_to_py_version_hex` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `_convert_api_version_to_py_version_hex` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - Attribute `find_libpy_windows` may be missing on object of type `(Unknown & ~None) | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `find_libpy_windows`
[warning] possibly-missing-attribute - Attribute `replace` may be missing on object of type `Unknown | str | None`
[warning] possibly-missing-attribute - Attribute `replace` may be missing on object of type `str | None`

tools/regenerate_docs.py

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

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

mitmproxy/dns.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `chain[Question | ResourceRecord]`

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

pymongo/topology_description.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

more_itertools/more.py

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

more_itertools/recipes.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `repeat[list[Unknown]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 3 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | ... omitted 3 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 3 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`

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

mypy/config_parser.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

mypyc/irbuild/for_helpers.py

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

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

nox/_options.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterable[str]`, found `filter[Unknown | Sequence[str] | bool]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[str]`, found `filter[Sequence[str] | bool]`

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

openlibrary/core/observations.py

[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["name"]` on object of type `str`
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["id"]` on object of type `str`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["name"]` on object of type `str`
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["id"]` on object of type `str`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["id"]` on object of type `str`
[error] not-iterable - Object of type `Unknown | int | str | list[Unknown | int] | list[Unknown | dict[Unknown | str, Unknown | int | str]]` may not be iterable
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `Literal["name"]` on object of type `str`

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, list[tuple[str, str, int]]]`, found `dict[str, list[tuple[str, str, int]]] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, list[tuple[str, str, int]]]`, found `dict[str, list[tuple[str, str, int]] | tuple[str, str, int]] | None`

openlibrary/solr/data_provider.py

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

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

pandas/core/methods/describe.py

[error] not-iterable - Object of type `Unknown | Sized` may not be iterable
[error] not-iterable - Object of type `Sized | Unknown` may not be iterable

pandas/core/resample.py

[error] invalid-argument-type - Argument to function `_insert_nat_bin` is incorrect: Expected `int`, found `Literal[0] | numpy.bool[builtins.bool]`

pandas/tests/arithmetic/test_datetime64.py

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

pandas/tests/arithmetic/test_timedelta64.py

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

pandas/tests/frame/methods/test_astype.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `map[Timestamp | NaTType]`

pandas/tests/groupby/test_groupby.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

pandas/tests/groupby/test_grouping.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] not-subscriptable - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] not-iterable - Object of type `Hashable` is not iterable
[error] not-iterable - Object of type `Hashable` is not iterable

pandas/tests/indexes/datetimes/methods/test_repeat.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Any]]`

pandas/tests/indexes/datetimes/test_npfuncs.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/multi/test_analytics.py

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Any]]`

pandas/tests/indexes/multi/test_constructors.py

[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Iterator[Unknown | list[Unknown | str]]`

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

[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Any]]`

pandas/tests/scalar/period/test_period.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Unknown | Period` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

tests/arrays/test_sparse.py

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

tests/arrays/test_timedeltas.py

[error] type-assertion-failure - Type `tuple[ndarray[tuple[int], dtype[signedinteger[_64Bit]]], TimedeltaArray]` 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 `TimedeltaArray` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `TimedeltaArray` does not match asserted type `Unknown`

tests/frame/test_frame.py

[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Hashable, Series[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Hashable, Series[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `PandasNamedTuple` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[DataFrame, DataFrame]` does not match asserted type `Unknown`

tests/frame/test_groupby.py

[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[tuple[Hashable, ...], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `tuple[Hashable, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[str | bytes | date | ... omitted 9 union elements, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[tuple[Hashable, ...], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `tuple[Hashable, ...]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Period, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `Period` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Timestamp, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Timedelta, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `Timedelta` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Interval[Timestamp], DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Any, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Any, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bool` does not match asserted type `Any`

tests/indexes/bool/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 | 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 | 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] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Index[bool]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `float`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `complex`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Index[bool]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Index[bool]`

tests/indexes/bool/test_truediv.py

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

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`

tests/indexes/complex/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `timedelta` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `Literal[True]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `Literal[1]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `float`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | bool]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float | complex]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[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 `Index[int | float | complex]`

tests/indexes/complex/test_truediv.py

[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[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 | 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 | 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_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Index[int | float]` and `timedelta`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`

tests/indexes/float/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Index[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `Literal[True]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `Literal[1]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `complex`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | bool]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int | float]` and `list[Unknown | int | float | complex]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[int | float]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[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 `Index[int | float]`

tests/indexes/float/test_truediv.py

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

tests/indexes/int/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 | 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 | 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] unsupported-operator - Operator `//` is not supported between objects of type `Index[int]` and `timedelta`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int]` does not match asserted type `Index[int | float]`

tests/indexes/int/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Index[int]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int]` and `float`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[int]` and `complex`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Index[int]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Index[int]`

tests/indexes/int/test_truediv.py

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

tests/indexes/str/test_add.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str | Unknown]` and `Literal[4]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[4]` and `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str | Unknown]` and `Literal["right"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str | Unknown]` and `list[Unknown | int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str | Unknown]` and `list[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[Unknown | str]` and `tuple[Unknown | str, ...]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Index[str | Unknown]` and `tuple[Unknown | str, ...]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int]` and `Index[Unknown | str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int]` and `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`

tests/indexes/str/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `Literal[True]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `complex`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `timedelta` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Index[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Index[str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `Literal[1]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Index[str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[str]` and `list[Unknown | int]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Index[str]`

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[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Index[str]` 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_floordiv.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] unsupported-operator - Operator `//` is not supported between objects of type `Index[Any]` and `timedelta`
[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 `TimedeltaIndex` does not match asserted type `Index[Unknown]`

tests/indexes/test_indexes.py

[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `Iterator[Unknown | list[Unknown | int]]`
[error] type-assertion-failure - Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `list[str]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`
[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 `list[int]` does not match asserted type `list[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 `tuple[Index[int], Index[int]]` does not match asserted type `tuple[Index[Any], Index[Any]]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`
[error] type-assertion-failure - Type `str` does not match asserted type `Unknown | str`
[error] type-assertion-failure - Type `str` does not match asserted type `str | Unknown`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | Unknown]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - Type `Index[str]` does not match asserted type `Index[str | 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 `Series[str | 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`

tests/indexes/test_rangeindex.py

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

tests/indexes/test_truediv.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/scalars/test_scalars.py

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

tests/series/bool/test_add.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 | 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]` 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 | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/bool/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Series[bool]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `float`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `complex`
[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] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Series[bool]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Series[bool]`
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments

tests/series/bool/test_truediv.py

[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[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 | complex]` does not match asserted type `Series[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`

tests/series/complex/test_add.py

[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 `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[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 | complex]` 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 `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 | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Literal[True]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `Literal[1]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `float`
[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 `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[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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[Unknown | int | float | complex]` and `list[Unknown | bool]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int | float]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[Unknown | int | float | complex]` and `list[Unknown | int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Unknown | int | float | complex]`
[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 `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[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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 | complex]` does not match asserted type `Series[Unknown]`
[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

tests/series/complex/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `timedelta` and `Series[int | float | complex]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[int | float | complex]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `Literal[True]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `Literal[1]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `float`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Series[int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Series[int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Series[int | float | complex]`
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | bool]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float | complex]` and `list[Unknown | int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[int | float | complex]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[int | float | complex]`
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments

tests/series/complex/test_truediv.py

[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[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[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 | complex]` does not match asserted type `Series[Unknown]`

tests/series/float/test_add.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 | 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]` 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 | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/float/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int | float]` and `timedelta`
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[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[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 `Series[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 `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[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 `Series[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 `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`

tests/series/float/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Series[int | float]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[int | float]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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[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 `Series[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] 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[Unknown]`
[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] 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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int | float]` and `complex`
[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] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Series[int | float]`
[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] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Series[int | float]`
[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 `Unknown`
[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[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] 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[Unknown]`
[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[Unknown]`
[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[Unknown]`
[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] 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] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[int | float]`
[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] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[int | float]`
[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] 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[Unknown]`
[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[Unknown]`
[error] type-assertion-failure - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments

tests/series/float/test_truediv.py

[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[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 | complex]` does not match asserted type `Series[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[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 `Series[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 | 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 `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 | 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 | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/int/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Series[int]` and `timedelta`
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[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[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`

tests/series/int/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Series[int]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] unsupported-operator - Operator `*` is not supported between objects of type `Series[int]` and `float`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[int]` and `complex`
[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] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Series[int]`
[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 `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Series[int]`
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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 `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments

tests/series/int/test_truediv.py

[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[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 `Series[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 | complex]` does not match asserted type `Series[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[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[int | float]`
[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[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[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[int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[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 `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`

tests/series/str/test_add.py

[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[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[Any]`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`

tests/series/str/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `Literal[True]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `complex`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `datetime`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `timedelta`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `datetime` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `timedelta` and `Series[str]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | datetime]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | datetime]` and `Series[str]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | timedelta]` and `Series[str]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `Literal[1]`
[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] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Series[str]`
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments
[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] unsupported-operator - Operator `*` is not supported between objects of type `Series[str]` and `list[Unknown | int]`
[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] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[str]`
[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] no-matching-overload - No overload of bound method `mul` matches arguments
[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] no-matching-overload - No overload of bound method `rmul` matches arguments

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[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Series[str]` does not match asserted type `Unknown`

tests/series/test_agg.py

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

tests/series/test_floordiv.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[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`

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`

tests/series/test_series.py

[error] type-assertion-failure - Type `tuple[Hashable, ...]` 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 `tuple[Hashable, ...]` 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 `Period` 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 `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` 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 `Series[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 `tuple[tuple[Hashable, ...], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[tuple[Hashable, ...], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Period, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Timestamp, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Timedelta, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Interval[Timestamp], Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[error] type-assertion-failure - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `tuple[Any, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[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 `Unknown`
[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 `Unknown`
[error] type-assertion-failure - Type `bool` does not match asserted type `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 `Iterator[int]` does not match asserted type `Unknown`
[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 `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `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 `tuple[Hashable, int]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `tuple[Hashable, int]` does not match asserted type `tuple[Hashable, Any]`

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

tests/series/timedelta/test_floordiv.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Literal[True]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Literal[1]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `float` 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] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[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 `Series[Timedelta]`
[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] unsupported-operator - Operator `//` is not supported between objects of type `timedelta` and `Series[Timedelta]`
[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[Timedelta]`
[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[Timedelta]`
[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[Timedelta]`

tests/series/timedelta/test_mul.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `Literal[True]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `complex`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Series[Timedelta]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float | complex]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | bool]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float | complex]` and `Series[Timedelta]`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `Literal[1]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `float`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[Timedelta]` and `list[Unknown | int | float]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int]` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown | int | float]` and `Series[Timedelta]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] no-matching-overload - No overload of bound method `rmul` matches arguments

tests/series/timedelta/test_truediv.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[True]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `float` and `Series[Timedelta]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `complex` 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[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - Type `Series[Timedelta]` does not match asserted type `Series[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 `Series[Timedelta]`
[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] unsupported-operator - Operator `/` is not supported between objects of type `timedelta` and `Series[Timedelta]`
[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[Timedelta]`
[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[Timedelta]`
[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] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[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] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[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[Timedelta]`
[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[Timedelta]`
[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[Timedelta]`
[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] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[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] no-matching-overload - No overload of bound method `rtruediv` matches arguments

tests/test_groupby.py

[error] type-assertion-failure - Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Iterator[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 `list[Series[int | float]]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Iterator[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 `list[Series[int | float]]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Iterator[DataFrame]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `list[DataFrame]` does not match asserted type `list[Unknown]`
[error] type-assertion-failure - Type `Iterator[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 `list[Series[int | float]]` does not match asserted type `list[Unknown]`

tests/test_io.py

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

tests/test_natype.py

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

tests/test_pandas.py

[error] type-assertion-failure - Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `NaTType | NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `NAType | None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `str` does not match asserted type `Unknown`
[error] assert-type-unspellable-subtype - Type `str` does not match asserted type `str & ~NaTType & ~NAType`
[error] type-assertion-failure - Type `NaTType | NAType | None` does not match asserted type `Unknown`
[error] assert-type-unspellable-subtype - Type `NaTType | NAType | None` does not match asserted type `None | (NAType & ~str) | (NaTType & ~str)`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `int | Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `int` does not match asserted type `(int & ~NaTType & ~NAType) | (Unknown & ~NaTType & ~NAType & ~None)`
[error] type-assertion-failure - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `None` does not match asserted type `(int & NaTType) | (Unknown & NaTType) | (int & NAType) | (Unknown & NAType) | None`
[error] type-assertion-failure - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `None` does not match asserted type `Unknown & ~int`

tests/test_resampler.py

[error] type-assertion-failure - Type `Iterator[tuple[Hashable, DataFrame]]` does not match asserted type `Unknown`

tests/test_string_accessors.py

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

tests/test_timefuncs.py

[error] type-assertion-failure - Type `list[Timestamp]` does not match asserted type `list[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`

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

src/pip/_vendor/distlib/compat.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

src/pip/_vendor/distlib/resources.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

src/pip/_vendor/idna/core.py

[error] invalid-argument-type - Argument to function `bisect_left` is incorrect: Expected `SupportsLenAndGetItem[tuple[int, Literal["Z"]]]`, found `tuple[tuple[int, str] | tuple[int, str, str], ...]`

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

src/prefect/infrastructure/provisioners/container_instance.py

[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 `Literal["appId"]` on object of type `str`

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

pwndbg/color/disasm.py

[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

pwndbg/aglib/elf.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

pwndbg/aglib/heap/structs.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[type[c_char], Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[type[c_char], Type].__getitem__(key: type[c_char], /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[type[c_char], Type]`

pwndbg/commands/procinfo.py

[error] invalid-assignment - Object of type `str | int | list[Unknown]` is not assignable to `int`
[error] invalid-assignment - Object of type `str | int | list[int]` is not assignable to `int`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/PublicKey/ElGamal.py

[error] unsupported-operator - Operator `%` is not supported between objects of type `int` and `IntegerBase`
[error] unsupported-operator - Operator `%` is not supported between objects of type `int` and `IntegerBase`
[error] no-matching-overload - No overload of function `pow` matches arguments

pylint (https://github.com/pycqa/pylint)

pylint/checkers/async_checker.py

[warning] possibly-missing-attribute - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - Attribute `name` may be missing on object of type `None | Unknown`

pylint/checkers/refactoring/implicit_booleaness_checker.py

[warning] possibly-missing-attribute - Attribute `as_string` may be missing on object of type `str | Unknown`
[warning] possibly-missing-attribute - Attribute `as_string` may be missing on object of type `str | Unknown`
[warning] possibly-missing-attribute - Attribute `as_string` may be missing on object of type `str | (Unknown & ~None)`
[warning] possibly-missing-attribute - Attribute `as_string` may be missing on object of type `str | Unknown`
[warning] possibly-missing-attribute - Attribute `as_string` may be missing on object of type `str | Unknown`

pylint/checkers/typecheck.py

[warning] possibly-missing-attribute - Attribute `parent` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - Attribute `parent` may be missing on object of type `None | Unknown`
[warning] possibly-missing-attribute - Attribute `parent` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - Attribute `parent` may be missing on object of type `None | Unknown`
[warning] possibly-missing-attribute - Attribute `statement` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - Attribute `statement` may be missing on object of type `None | Unknown`

pylox (https://github.com/sco1/pylox)

pylox/containers/array.py

[error] invalid-assignment - Object of type `deque[Unknown | None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `deque[None | Unknown]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`

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

pyppeteer/navigator_watcher.py

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

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

testing/test_capture.py

[error] missing-argument - No argument provided for required parameter `*args`

rich (https://github.com/Textualize/rich)

examples/fullscreen.py

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

examples/live_progress.py

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

rich/_unicode_data/__init__.py

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

tests/test_tools.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]`

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

rotkehlchen/serialization/serialize.py

[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
[error] no-matching-overload - No overload of bound method `update` matches arguments

rotkehlchen/tests/unit/globaldb/test_upgrades.py

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

rotkehlchen/tests/unit/test_calendar_reminders.py

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

rotkehlchen/tests/unit/test_makerdao.py

[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | dict[Unknown | str, Unknown | Balance] | Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | dict[Unknown | str, Unknown | Balance] | Unknown]`

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

schema_salad/sourceline.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

src/schemathesis/specs/openapi/examples.py

[error] invalid-argument-type - Argument to function `_find_matching_in_responses` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

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

sklearn/datasets/_base.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Traversable` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

sklearn/datasets/_lfw.py

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

sklearn/externals/array_api_compat/common/_helpers.py

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

sklearn/externals/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `tuple[Any, ...] | Any`
[warning] possibly-missing-attribute - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `dtype` may be missing on object of type `tuple[Any, ...] | Any`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `tuple[Any, ...] | Any`

sklearn/svm/tests/test_svm.py

[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | csc_matrix[Any]`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | csc_matrix[Any]`

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

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - Method `__class_getitem__` of type `Unknown | ([**_P'return, _R_co'return](**_P'return) -> _R_co'return)` cannot be called with key of type `<class 'float64'>` on object of type `<class 'ShortTimeFFT'>`

scipy/sparse/_sputils.py

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

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_helpers.py

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

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `tuple[Any, ...] | Any`
[warning] possibly-missing-attribute - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `dtype` may be missing on object of type `tuple[Any, ...] | Any`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - Attribute `max` may be missing on object of type `tuple[Any, ...] | Any`

subprojects/unuran/get_and_clean_unuran.py

[error] invalid-argument-type - Argument to function `copyfileobj` is incorrect: Expected `SupportsWrite[bytes | str]`, found `_TemporaryFileWrapper[bytes]`

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

tests/cluster/test_hierarchy.pyi

[error] type-assertion-failure - Type `Iterator[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `Iterator[signedinteger[_64Bit]]` does not match asserted type `Unknown`

tests/optimize/test_constraints.pyi

[error] invalid-assignment - Object of type `Bounds[tuple[Any, ...], float64]` is not assignable to `Bounds[tuple[int], floating[_32Bit]]`
[error] invalid-assignment - Object of type `Bounds[tuple[Any, ...], float64]` is not assignable to `Bounds[tuple[int, int], floating[_32Bit]]`

tests/sparse/test_construct.pyi

[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `bsr_array[floating[_32Bit]]` does not match asserted type `bsr_array[Unknown]`
[error] type-assertion-failure - Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `coo_array[Unknown, tuple[int, int]]`
[error] type-assertion-failure - Type `csc_array[floating[_32Bit]]` does not match asserted type `csc_array[Unknown]`
[error] type-assertion-failure - Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `csr_array[Unknown, tuple[int, int]]`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dok_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `dok_array[Unknown, tuple[int, int]]`
[error] type-assertion-failure - Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[Unknown]`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[Unknown]`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[Unknown]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[Unknown]`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[Unknown]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Unknown]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[numpy.bool[builtins.bool]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[signedinteger[_64Bit]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[floating[_128Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[floating[_128Bit]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[floating[_128Bit]]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[floating[_128Bit]]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[complex128]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[complex128]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[complex128]` does not match asserted type `dia_array[Unknown]`
[error] type-assertion-failure - Type `dia_array[complex128]` does not match asserted type `dia_array[floating[_32Bit]]`

tests/sparse/test_csr.pyi

[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`

tests/sparse/test_data.pyi

[error] type-assertion-failure - Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_array[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_array[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_array[float64]` does not match asserted type `bsr_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `bsr_matrix[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `bsr_matrix[float64]` does not match asserted type `bsr_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `coo_array[float64, tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_array[float64, tuple[int, int]]` does not match asserted type `coo_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `coo_matrix[float64]` does not match asserted type `coo_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `csc_array[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_array[float64]` does not match asserted type `csc_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `csc_matrix[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csc_matrix[float64]` does not match asserted type `csc_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `csr_array[float64, tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_array[float64, tuple[int, int]]` does not match asserted type `csr_array[floating[_32Bit], tuple[int, int]]`
[error] type-assertion-failure - Type `csr_matrix[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_matrix[float64]` does not match asserted type `csr_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_array[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_array[float64]` does not match asserted type `dia_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dia_matrix[float64]` does not match asserted type `dia_matrix[floating[_32Bit]]`

tests/sparse/test_dok.pyi

[error] type-assertion-failure - Type `dok_array[floating[_32Bit], tuple[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dok_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `dok_matrix[floating[_32Bit]]` does not match asserted type `Unknown`

tests/sparse/test_lil.pyi

[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_matrix[numpy.bool[builtins.bool]]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_matrix[numpy.bool[builtins.bool]]` does not match asserted type `lil_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_matrix[signedinteger[_64Bit]]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_matrix[signedinteger[_64Bit]]` does not match asserted type `lil_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_matrix[float64]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_matrix[float64]` does not match asserted type `lil_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_matrix[complex128]` does not match asserted type `lil_matrix[Any]`
[error] type-assertion-failure - Type `lil_matrix[complex128]` does not match asserted type `lil_matrix[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_array[numpy.bool[builtins.bool]]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_array[numpy.bool[builtins.bool]]` does not match asserted type `lil_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_array[signedinteger[_64Bit]]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_array[signedinteger[_64Bit]]` does not match asserted type `lil_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_array[float64]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_array[float64]` does not match asserted type `lil_array[floating[_32Bit]]`
[error] type-assertion-failure - Type `lil_array[complex128]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `lil_array[complex128]` does not match asserted type `lil_array[floating[_32Bit]]`

tests/sparse/test_spbase.pyi

[error] type-assertion-failure - Type `bsr_array[float64]` does not match asserted type `bsr_array[Any]`
[error] type-assertion-failure - Type `dia_array[float64]` does not match asserted type `dia_array[Any]`
[error] type-assertion-failure - Type `lil_array[float64]` does not match asserted type `lil_array[Any]`
[error] type-assertion-failure - Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
[error] type-assertion-failure - Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`

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

scrapy/core/spidermw.py

[error] call-non-callable - Object of type `object` is not callable
[error] call-non-callable - Object of type `object` is not callable

tests/test_http_headers.py

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

tests/test_settings/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `dict[Unknown | <class 'Component1'> | str, Unknown | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `dict[<class 'Component1'> | str, int]`

tests/test_utils_request.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`

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

setuptools/_distutils/command/install.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `map[str]`

setuptools/_distutils/tests/test_extension.py

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

setuptools/_vendor/more_itertools/recipes.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `repeat[list[Unknown]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 3 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | ... omitted 3 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 3 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`

setuptools/command/build_py.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `filter[int | str | bytes | PathLike[str] | PathLike[bytes]]`

setuptools/discovery.py

[error] unresolved-attribute - Object of type `Sized` has no attribute `startswith`
[error] missing-argument - No argument provided for required parameter `**kwargs`

setuptools/msvc.py

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

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

sockeye/data_io.py

[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`
[error] invalid-argument-type - Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]`

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`

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

lib/spack/spack/hooks/sbang.py

[error] invalid-argument-type - Argument to function `copyfileobj` is incorrect: Expected `SupportsWrite[bytes | str]`, found `_TemporaryFileWrapper[bytes]`

lib/spack/spack/solver/reuse.py

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

lib/spack/spack/cmd/diff.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `AspFunction` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `AspFunction` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `AspFunction` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/cmd/providers.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/vendor/jsonschema/_format.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

lib/spack/spack/cmd/commands.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

lib/spack/spack/llnl/util/filesystem.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Sized | Unknown`

lib/spack/spack/package_base.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/solver/asp.py

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

lib/spack/spack/spec.py

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

lib/spack/spack/test/cmd/deprecate.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Unknown | Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/test/llnl/util/lock.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str | Unknown`

lib/spack/spack/test/spec_semantics.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `Unknown | Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/util/elf.py

[error] not-subscriptable - Cannot subscript object of type `Sized` with no `__getitem__` method
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `list[Sized]`

lib/spack/spack/vendor/attr/validators.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `(Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None] & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/verify_libraries.py

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

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

tests/middleware/test_base.py

[error] missing-argument - No argument provided for required parameter 1 of bound method `__init__`

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

static_frame/core/container_util.py

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

static_frame/core/db_util.py

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

static_frame/core/frame.py

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

static_frame/core/index_hierarchy.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

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

static_frame/core/type_blocks.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `slice[Any, Any, Any] | int` and `Literal[1]`
[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
[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/util.py

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

static_frame/test/integration/test_field_stats.py

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

static_frame/test/unit/test_bus.py

[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `ndarray[Any, Any] | @Todo | Series[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `ndarray[Any, Any] | @Todo | Series[Any, Any]`

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[<class 'int'>]`, found `repeat[<class 'str'>]`

static_frame/test/unit/test_frame_iter.py

[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `to_pairs` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `tolist` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `tolist` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `tolist` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `tolist` may be missing on object of type `tuple[Any, Any] | Any`
[warning] possibly-missing-attribute - Attribute `shape` may be missing on object of type `tuple[Any, Any] | Any`

static_frame/test/unit/test_index.py

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

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, tuple[int, int, int, int] | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int] | tuple[int, int]]]`

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

sympy/core/expr.py

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

sympy/core/tests/test_subs.py

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

sympy/matrices/common.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

sympy/ntheory/generate.py

[error] invalid-argument-type - Argument to function `bisect_right` is incorrect: Expected `SupportsLenAndGetItem[MPZ]`, found `array[int]`

sympy/ntheory/modular.py

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

sympy/plotting/pygletplot/plot_axes.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

sympy/polys/polytools.py

[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[Unknown] | tuple[MPQ | list[Unknown], Unknown | MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], Unknown | MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[Unknown] | tuple[MPQ | list[Unknown], Unknown | MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], Unknown | MPQ]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `(Unknown & int) | Literal[0] | Expr`

sympy/printing/glsl.py

[error] call-non-callable - Object of type `str` is not callable

sympy/printing/pretty/pretty.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `prettyForm` on object of type `list[str]`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str`

sympy/tensor/indexed.py

[error] unresolved-attribute - Object of type `object` has no attribute `is_integer`
flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `is_number` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `is_number` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_number` may be missing on object of type `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | Any | int | float | complex`
(1/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `int | Any | Basic | float | complex`
flaky
(2/10)
[warning] possibly-missing-attribute - Attribute `is_Number` may be missing on object of type `Any | Basic | int | ... omitted 3 union elements`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_Number` may be missing on object of type `Basic | Any | int | ... omitted 3 union elements`
(4/10)
[warning] possibly-missing-attribute - Attribute `is_Number` may be missing on object of type `None | Any | Basic | ... omitted 3 union elements`
flaky
(2/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `Any | Basic | int | ... omitted 3 union elements`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `Basic | Any | int | ... omitted 3 union elements`
(4/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `None | Any | Basic | ... omitted 3 union elements`
flaky
(2/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `Any | Basic | int | ... omitted 3 union elements`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `Basic | Any | int | ... omitted 3 union elements`
(4/10)
[warning] possibly-missing-attribute - Attribute `is_integer` may be missing on object of type `None | Any | Basic | ... omitted 3 union elements`
flaky
(2/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Any | Basic | int | ... omitted 3 union elements`
(1/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | Any | int | ... omitted 3 union elements`
(4/10)
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `None | Any | Basic | ... omitted 3 union elements`

sympy/integrals/tests/test_heurisch.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/decompositions.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`

sympy/matrices/eigen.py

flaky
(1/10)
[error] invalid-argument-type - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/matrices/expressions/hadamard.py

flaky
(4/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `int | Any | Basic | float | complex`

sympy/matrices/expressions/kronecker.py

flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `is_Identity` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `is_Identity` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_Identity` may be missing on object of type `int | Any | Basic | float | complex`
(3/10)
[error] unresolved-attribute - Object of type `Basic` has no attribute `is_Identity`
flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `rows` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `rows` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `rows` may be missing on object of type `int | Any | Basic | float | complex`
(3/10)
[error] unresolved-attribute - Object of type `Basic` has no attribute `rows`

sympy/matrices/expressions/matadd.py

flaky
(6/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Unknown | Basic | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Unknown | Basic`
(1/10)
[error] invalid-argument-type - Argument to function `validate_matadd_integer` is incorrect: Expected `MatrixExpr`, found `Unknown | int | Basic | float | complex`

sympy/matrices/expressions/tests/test_matpow.py

flaky
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/matrices/inverse.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
flaky
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase | Expr`
flaky
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/matrixbase.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `@Todo | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `@Todo | Self@log`

sympy/matrices/solvers.py

flaky
(1/10)
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
(1/10)
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/matrices/tests/test_decompositions.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_eigen.py

flaky
(1/10)
[warning] possibly-missing-attribute - Attribute `n` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[warning] possibly-missing-attribute - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
flaky
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
flaky
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_matrixbase.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_reductions.py

flaky
(1/10)
[warning] possibly-missing-attribute - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
flaky
(1/10)
[warning] possibly-missing-attribute - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
flaky
(1/10)
[warning] possibly-missing-attribute - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
flaky
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
flaky
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_solvers.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_subspaces.py

flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/physics/mechanics/kane.py

flaky
(1/10)
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

flaky
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`

sympy/physics/mechanics/tests/test_kane.py

flaky
(1/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/physics/optics/polarization.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/polys/fields.py

flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `as_numer_denom` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `as_numer_denom` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `as_numer_denom` may be missing on object of type `int | Any | Basic | float | complex`
(3/10)
[error] unresolved-attribute - Object of type `Basic` has no attribute `as_numer_denom`

sympy/polys/polyoptions.py

flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `int | Any | Basic | float | complex`

sympy/series/order.py

flaky
(6/10)
[warning] possibly-missing-attribute - Attribute `is_symbol` may be missing on object of type `Unknown | Basic | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `is_symbol` may be missing on object of type `Unknown | int | Basic | float | complex`
flaky
(6/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Basic | int | float | complex`
(3/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Basic`
(1/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | int | Basic | float | complex`
flaky
(6/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | Basic | int | float | complex`
(3/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | Basic`
(1/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | int | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Basic | Any | int | float | complex`
(1/10)
[error] invalid-argument-type - Argument to bound method `as_independent` is incorrect: Expected `Basic | type[Basic]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Any | Basic | int | float | complex`
(2/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | Any | int | float | complex`
(3/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | Basic`
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | Any | Basic | float | complex`
flaky
(4/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `Any | Basic | int | float | complex` and `Basic`
(2/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic | Any | int | float | complex` and `Basic`
(3/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | Basic` and `Basic`
(1/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `int | Any | Basic | float | complex` and `Basic`
flaky
(4/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Any | Basic | int | float | complex`
(2/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | Any | int | float | complex`
(3/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | Basic`
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | Any | Basic | float | complex`
flaky
(4/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Any | Basic | int | float | complex`
(2/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | Any | int | float | complex`
(3/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | Basic`
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | Any | Basic | float | complex`

sympy/simplify/hyperexpand.py

flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Basic | float | complex`
flaky
(4/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Any | Basic | int | float | complex`
(2/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | Any | int | float | complex`
(3/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic`
(1/10)
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `int | Any | Basic | float | complex`

sympy/simplify/simplify.py

flaky
(4/10)
[error] unsupported-operator - Operator `/` is not supported between two objects of type `Any | Basic | int | float | complex`
(2/10)
[error] unsupported-operator - Operator `/` is not supported between two objects of type `Basic | Any | int | float | complex`
(3/10)
[error] unsupported-operator - Operator `/` is not supported between two objects of type `Basic`
(1/10)
[error] unsupported-operator - Operator `/` is not supported between two objects of type `int | Any | Basic | float | complex`

sympy/solvers/recurr.py

flaky
(5/10)
[warning] possibly-missing-attribute - Attribute `expand` may be missing on object of type `Any | Basic`
(2/10)
[warning] possibly-missing-attribute - Attribute `expand` may be missing on object of type `Basic | Any`
(4/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `int | Any | Basic | float | complex`
(3/10)
[error] unresolved-attribute - Object of type `Basic` has no attribute `expand`
flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `int | Any | Basic | float | complex`
flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `int | Any | Basic | float | complex`
flaky
(4/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Any | Basic | int | float | complex`
(2/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `Basic | Any | int | float | complex`
(1/10)
[warning] possibly-missing-attribute - Attribute `subs` may be missing on object of type `int | Any | Basic | float | complex`

sympy/solvers/tests/test_solvers.py

flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/utilities/tests/test_lambdify.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

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

tornado/test/gen_test.py

[error] unresolved-attribute - Object of type `[_T'return](...) -> Future[Unknown]` has no attribute `__name__`
[error] unresolved-attribute - Object of type `(...) -> Future[Unknown]` has no attribute `__name__`

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

src/trio/_channel.py

[error] invalid-return-type - Return type does not match returned value: expected `[_T_co'return, _ExitT_co'return, ReceiveType'return](**P@as_safe_channel) -> AbstractAsyncContextManager[ReceiveChannel[T@as_safe_channel], bool | None]`, found `(self, *args: P@as_safe_channel.args, **kwargs: P@as_safe_channel.kwargs) -> _AsyncGeneratorContextManager[RecvChanWrapper[T@as_safe_channel], None]`
[error] invalid-return-type - Return type does not match returned value: expected `(**P@as_safe_channel) -> AbstractAsyncContextManager[ReceiveChannel[T@as_safe_channel], bool | None]`, found `(self, *args: P@as_safe_channel.args, **kwargs: P@as_safe_channel.kwargs) -> _AsyncGeneratorContextManager[RecvChanWrapper[T@as_safe_channel], None]`

src/trio/_core/_tests/type_tests/run.py

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

src/trio/_tests/test_path.py

[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - Attribute `__qualname__` may be missing on object of type `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - Attribute `__qualname__` may be missing on object of type `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])`

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

test/test_transforms_v2.py

[error] invalid-assignment - Object of type `<class '_empty'>` is not assignable to attribute `_annotation` on type `Unknown | Parameter`
[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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | tuple[int, int, int, int] | int | tuple[int | float, int | float]`

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

src/werkzeug/middleware/lint.py

[error] invalid-argument-type - Argument to bound method `__next__` is incorrect: Expected `Self@__next__`, found `Iterator[bytes]`

src/werkzeug/test.py

[error] missing-argument - No argument provided for required parameter `**kwargs`

src/werkzeug/wsgi.py

[error] call-non-callable - Object of type `object` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

xarray/core/dataset.py

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

xarray/core/utils.py

[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `K@decode_numpy_dict_values` and value of type `object` on object of type `dict[K@decode_numpy_dict_values, V@decode_numpy_dict_values]`

xarray/tests/test_combine.py

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

xarray/tests/test_concat.py

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

xarray/tests/test_plot.py

[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] missing-argument - No argument provided for required parameter `**kwargs`
[error] no-matching-overload - No overload matches arguments
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`

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

zerver/lib/push_notifications.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`