Ecosystem report

Old: main (merge base) 5da0719e New: 24837/merge 77f58aff
Lint Rule Removed Added Changed
Total 67 188 97
invalid-argument-type 24 64 40
type-assertion-failure 24 22 27
unresolved-attribute 3 35 2
unsupported-operator 1 23 9
invalid-assignment 0 17 14
no-matching-overload 4 10 0
invalid-return-type 0 7 5
unused-type-ignore-comment 7 0 0
invalid-yield 0 3 0
not-iterable 0 3 0
index-out-of-bounds 0 2 0
missing-argument 2 0 0
possibly-unresolved-reference 2 0 0
call-non-callable 0 1 0
not-subscriptable 0 1 0
Project Removed Added Changed
Total 67 188 97
pandas-stubs 24 46 24
sympy 3 12 18
pandas 2 11 3
scipy 3 6 7
static-frame 5 10 0
cloud-init 0 13 1
spack 0 11 2
scikit-learn 1 9 1
jax 2 5 2
core 2 0 6
dd-trace-py 6 0 2
dulwich 1 1 6
prefect flaky 2 5 1
ignite 0 7 0
scrapy 0 6 1
vision 0 2 5
bokeh 0 6 0
xarray 3 1 2
ibis 1 2 1
Tanjun 0 3 0

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

tests/Connection.py

[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[str]`, found `tuple[<class 'ReplayingHttpConnection'>, str] | tuple[<class 'ReplayingHttpsConnection'>, str]`

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

tanjun/commands/slash.py

[error] invalid-assignment - Object of type `list[object]` is not assignable to `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`
[error] not-iterable - Object of type `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)` may not be iterable
[error] invalid-argument-type - Argument to `_TrackedOption.__init__` is incorrect: Expected `list[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | None`, found `Sequence[((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)] | ((int, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any) | ((str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any)`

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

aioredis/client.py

[error] invalid-assignment - Object of type `dict[Unknown, Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`
[error] invalid-assignment - Object of type `dict[Unknown | bytes | str | memoryview[int], Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`

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

src/anyio/functools.py

[error] invalid-argument-type - Argument is incorrect: Expected `S@reduce`, found `T@reduce | S@reduce`
[error] invalid-argument-type - Argument is incorrect: Expected `T@reduce`, found `T@reduce | S@reduce`

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

src/bokeh/layouts.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | UIElement | None | list[UIElement | None]`
[error] unresolved-attribute - Object of type `Model` has no attribute `toolbar`
[error] unresolved-attribute - Unresolved attribute `toolbar_location` on type `Model`

src/bokeh/plotting/_renderer.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `None | str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `None | str`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `str`, found `None | str`

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

cloudinit/sources/DataSourceOracle.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["macAddr"]` on object of type `str`
[error] unresolved-attribute - Object of type `str` has no attribute `get`
[error] unresolved-attribute - Object of type `str` has no attribute `get`
[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["ipv6Addresses"]` 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["subnetCidrBlock"]` on object of type `str`
[error] unresolved-attribute - Object of type `str` has no attribute `get`
[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["privateIp"]` on object of type `str`
[error] unresolved-attribute - Object of type `str` has no attribute `get`
[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["ipv6Addresses"]` on object of type `str`

tests/unittests/test_ds_identify.py

[error] unresolved-attribute - Attribute `get` is not defined on `str` in union `str | dict[str, str | int] | dict[str, str | int | 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["name"]` on object of type `str`
[error] unresolved-attribute - Attribute `replace` is not defined on `int` in union `Unknown | str | int`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["out"]` on object of type `str`

tests/unittests/test_net.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[Unknown]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[str | Unknown]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[Unknown, Unknown]]`

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

homeassistant/components/assist_satellite/__init__.py

[error] invalid-argument-type - Argument to bound method `AssistSatelliteEntity.async_internal_ask_question` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `AssistSatelliteEntity.async_internal_ask_question` is incorrect: Expected `str`, found `Any | None`

homeassistant/components/icloud/config_flow.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None | bool | list[Any] | dict[Any, Any]`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Any]`, found `Any | None | bool | list[Any] | dict[Any, Any]`

homeassistant/components/philips_js/light.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["colorSettings"]` and value of type `dict[str, str | None | dict[str, Unknown | int] | dict[str, int]]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["colorSettings"]` and value of type `dict[str, str | None | dict[str, int]]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["audioSettings"]` and value of type `dict[str, str | None | dict[str, Unknown | int] | dict[str, int]]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["audioSettings"]` and value of type `dict[str, str | None | dict[str, int]]` on object of type `dict[str, str | bool]`

homeassistant/components/template/light.py

[error] invalid-return-type - Return type does not match returned value: expected `list[int] | None`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`
[error] invalid-return-type - Return type does not match returned value: expected `list[int] | None`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`

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

cwltool/command_line_tool.py

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

cwltool/process.py

[error] invalid-argument-type - Argument to function `avroize_type` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[Any] | int | ... omitted 7 union elements`, found `object`

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

ddtrace/_trace/processor/__init__.py

[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] unresolved-attribute - Object of type `_T@chain` has no attribute `process_trace`

ddtrace/appsec/_iast/taint_sinks/code_injection.py

[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `None | Unknown | dict[str, Any]`

ddtrace/contrib/internal/ray/span_manager.py

[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] unresolved-attribute - Object of type `_T@chain` has no attribute `process_trace`

ddtrace/contrib/internal/subprocess/patch.py

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

dedupe (https://github.com/dedupeio/dedupe)

dedupe/api.py

[error] invalid-assignment - Object of type `list[tuple[tuple[int, int], int | float] | tuple[tuple[str, str], int | float] | ndarray[Unknown, dtype[Any]]]` is not assignable to `Iterable[ndarray[Unknown, dtype[Any]]] | Iterable[tuple[tuple[int, int], int | float]] | Iterable[tuple[tuple[str, str], int | float]]`

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

discord/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterable[list[T@as_chunks]] | AsyncIterable[list[T@as_chunks]]`, found `AsyncIterator[list[object]]`

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

dulwich/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `int | float` on object of type `dict[str, dict[Unknown, Unknown] | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `int | float` on object of type `dict[str, dict[str | Unknown, str | Unknown] | bool]`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["body"]` and value of type `bytes | Iterator[bytes]` on object of type `dict[str, dict[Unknown, Unknown] | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["body"]` and value of type `bytes | Iterator[bytes]` on object of type `dict[str, dict[str | Unknown, str | Unknown] | bool]`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[str | Unknown, str | Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[str | Unknown, str | Unknown] | bool`

dulwich/pack.py

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

dulwich/walk.py

[error] invalid-argument-type - Argument to bound method `_CommitTimeQueue._push` is incorrect: Expected `ObjectID`, found `ObjectID | int | Unknown`

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

src/graphql/language/visitor.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `Any | str | int`
[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `Any | str | int`
[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `Any | str | int`

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

hydpy/auxs/interptools.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Sequence[int | float] & ~float) | (ndarray[tuple[int], dtype[float64]] & ~float)`

hydpy/core/objecttools.py

[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`
[error] invalid-argument-type - Argument to function `is_equal` is incorrect: Expected `int | float | ndarray[tuple[Any, ...], dtype[float64]] | Mapping[str, Divergent] | Sequence[Divergent]`, found `object`

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

ibis/common/egraph.py

[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `int`

ibis/util.py

[error] invalid-argument-type - Argument to function `reduce` is incorrect: Expected `Iterable[SupportsRMul[Literal[1], Literal[1]]]`, found `tuple[Literal[7, 24, 60, 1000], ...] | tuple[Literal[4, 3], ...]`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `(V@promote_tuple & ~tuple[object, ...]) | (Iterable[V@promote_tuple] & ~tuple[object, ...])`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[V@promote_tuple]`, found `(V@promote_tuple & ~tuple[object, ...]) | (Iterable[V@promote_tuple] & ~tuple[object, ...])`

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

tests/ignite/contrib/engines/test_tbptt.py

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

tests/ignite/metrics/vision/test_object_detection_map.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], slice[None, Literal[4], None]]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], Literal[4]]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], Literal[5]]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], slice[None, Literal[4], None]]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], Literal[4]]` on object of type `dict[str, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `tuple[slice[None, None, None], Literal[5]]` on object of type `dict[str, Unknown]`

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

jax/_src/lax/slicing.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `(Array & ~int & ~Top[integer[Any]]) | (ndarray[tuple[Any, ...], dtype[Any]] & ~int & ~Top[integer[Any]]) | (numpy.bool[builtins.bool] & ~int & ~Top[integer[Any]]) | ... omitted 4 union elements` and `Literal[0]`

jax/_src/export/serialization.py

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

jax/_src/internal_test_util/test_harnesses.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[SupportsSub[SupportsRSub[Never, Unknown], Unknown]]`, found `Unknown | tuple[Literal[2]]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[SupportsRSub[SupportsSub[SupportsRSub[SupportsSub[SupportsRSub[Never, Unknown], Unknown], Unknown], Unknown], Unknown]]`, found `Unknown | tuple[Literal[1]]`

jax/_src/interpreters/partial_eval.py

[error] invalid-argument-type - Argument to function `foreach` is incorrect: Expected `(Var, None | DynamicJaxprTracer, /) -> Any`, found `Overload[[_T](key: Var, default: None = None, /) -> _T | None, (key: Var, default: DynamicJaxprTracer, /) -> DynamicJaxprTracer]`
[error] invalid-argument-type - Argument to function `foreach` is incorrect: Expected `(Var, None | DynamicJaxprTracer | Unknown, /) -> Any`, found `Overload[[_T](key: Var, default: None = None, /) -> _T | None, (key: Var, default: DynamicJaxprTracer, /) -> DynamicJaxprTracer]`

jax/_src/numpy/lax_numpy.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `int | Any | Sequence[int | Any]` and `Literal[1]`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `object`

jax/_src/numpy/vectorize.py

[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`

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

kopf/_cogs/clients/api.py

[error] invalid-assignment - Object of type `_T@chain` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `object` is not assignable to `int | float | None`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float]`

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

mesonbuild/backend/ninjabackend.py

[error] unresolved-attribute - Attribute `get_outputs` is not defined on `str`, `File`, `ExtractedObjects`, `StructuredSources` in union `str | File | CustomTarget | ... omitted 6 union elements`

mesonbuild/build.py

[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to attribute `depend_files` of type `list[File]`
[error] invalid-assignment - Object of type `list[File | str | Unknown]` is not assignable to attribute `depend_files` of type `list[File]`

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

test/mitmproxy/proxy/tutils.py

[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`
[error] invalid-argument-type - Argument to function `_eq` is incorrect: Expected `Command | Event`, found `object`

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

pymongo/read_preferences.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Mapping[str, Any]] | None`, found `list[object]`

pymongo/helpers_shared.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[tuple[str, int | str | Mapping[str, Any]]]`, found `list[str | tuple[object, object]]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any]`, found `dict[object, int]`

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

nox/_parametrize.py

[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[Param | Iterable[Any | Param | Iterable[Any]]]`
[error] invalid-assignment - Object of type `list[object]` is not assignable to `list[Param | Iterable[Any | Param | Iterable[Any]]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Param | Iterable[Any | Param | Iterable[Any]]]`, found `(Iterable[Param | Iterable[Any]] & tuple[object, ...]) | (Param & tuple[object, ...]) | (Iterable[Any] & tuple[object, ...]) | ... omitted 3 union elements`

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

pandas/core/common.py

[error] invalid-return-type - Return type does not match returned value: expected `Collection[T@maybe_iterable_to_list] | T@maybe_iterable_to_list`, found `list[object]`

pandas/core/frame.py

[error] invalid-argument-type - Argument to bound method `DataFrame._iset_item_mgr` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `int | integer[Any]`
[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown & ~None]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown & ~None]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`

pandas/core/groupby/grouper.py

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

pandas/core/indexes/base.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Self@append]` and `list[object]`

pandas/core/strings/accessor.py

[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[int | Unknown]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `dict[Unknown, ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, ArrowExtensionArray] | list[Unknown]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `dict[int, ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[int, ArrowExtensionArray] | list[Unknown]`

pandas/io/formats/style_render.py

[warning] possibly-unresolved-reference - Name `last_label` used when possibly not defined
[warning] possibly-unresolved-reference - Name `last_label` used when possibly not defined

pandas/io/parsers/base_parser.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `tuple[Any, ...]`, found `int | integer[Any] | Unknown`

pandas/io/sql.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`

pandas/plotting/_matplotlib/core.py

[error] invalid-argument-type - Argument to bound method `MPLPlot._apply_style_colors` is incorrect: Expected `str`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `LinePlot._plot` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Series | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `LinePlot._ts_plot` is incorrect: Expected `Series`, found `Series | ndarray[tuple[Any, ...], dtype[Any]]`

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

tests/indexes/bool/test_add.py

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

tests/indexes/bool/test_mul.py

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

tests/indexes/int/test_add.py

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

tests/indexes/int/test_mul.py

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

tests/indexes/test_add.py

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

tests/indexes/test_mul.py

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

tests/series/bool/test_add.py

[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[bool]` and `list[int | float]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Series[bool]` and `list[int | float | complex]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[int | float]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[int | float | complex]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float]`
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int | float | complex]`
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/bool/test_mul.py

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

tests/series/int/test_add.py

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

tests/series/int/test_mul.py

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

tests/series/test_add.py

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

tests/series/test_mul.py

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

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

src/pip/_vendor/rich/_ratio.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int | float` on object of type `list[int | None]`

src/pip/_internal/models/installation_report.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["requested_extras"]` and value of type `list[Unknown]` on object of type `dict[str, dict[str, Any] | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["requested_extras"]` and value of type `list[str | Unknown]` on object of type `dict[str, dict[str, Any] | bool]`

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

src/prefect/_vendor/croniter/croniter.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[LiteralString]` and `list[str | int]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[str | int]`

src/prefect/cli/artifact.py

[error] unresolved-attribute - Attribute `latest_id` is not defined on `Artifact` in union `Artifact | ArtifactCollection | UnspecializedTypeVar`

src/prefect/server/models/flow_runs.py

[error] missing-argument - No argument provided for required parameter `db`
[error] unresolved-attribute - Object of type `OrchestrationContext[FlowRun, FlowRunPolicy]` has no attribute `validate_proposed_state`

src/prefect/server/models/task_runs.py

[error] missing-argument - No argument provided for required parameter `db`
[error] unresolved-attribute - Object of type `OrchestrationContext[TaskRun, TaskRunPolicy]` has no attribute `validate_proposed_state`

src/prefect/tasks.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str | Unknown` and value of type `set[RunInput]` on object of type `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | Unknown` and value of type `set[RunInput]` on object of type `dict[str, set[TaskRunResult | FlowRunResult]]`
flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `MaterializingTask[P@MaterializingTask, R@MaterializingTask]`, found `MaterializingTask[(*args: object, **kwargs: object), object]`

src/integrations/prefect-docker/tests/test_containers.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-docker/tests/test_images.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_custom_objects.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_deployments.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_jobs.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_pods.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/prefect/utilities/_engine.py

flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`

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

psycopg/psycopg/waiting.py

[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `tuple[int] | tuple[()]`
[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `tuple[int] | tuple[()]`

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

pwndbg/emu/emulator.py

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

pwndbg/enhance.py

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

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

lib/Crypto/SelfTest/Hash/test_CMAC.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `dict[str, str | <module 'Crypto.Cipher.AES'> | <module 'Crypto.Cipher.DES3'>]` on object of type `list[str | <module 'Crypto.Cipher.AES'> | <module 'Crypto.Cipher.DES3'>]`

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

pydantic/_internal/_utils.py

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

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

pylint/checkers/__init__.py

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

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

Pythonwin/pywin/scintilla/view.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `dict[Unknown, Unknown] | dict[str, Any | None]`
[error] unresolved-attribute - Object of type `_S@map` has no attribute `startswith`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `_S@map` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

rich/_ratio.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int | float` on object of type `list[int | None]`

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

rotkehlchen/chain/decoding/tools.py

[error] invalid-assignment - Object of type `frozenset[BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress]` is not assignable to `frozenset[A@BaseDecoderTools]`: Incompatible value of type `frozenset[BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress]`
[error] invalid-assignment - Object of type `frozenset[BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress]` is not assignable to attribute `_tracked_addresses_for_chain` of type `frozenset[A@BaseDecoderTools]`

rotkehlchen/utils/misc.py

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

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

schema_salad/schema.py

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

schema_salad/sourceline.py

[error] invalid-argument-type - Argument to function `cmap` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`

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

sklearn/externals/array_api_extra/_lib/_funcs.py

[error] invalid-argument-type - Argument to function `array_namespace` is incorrect: Expected `Array | int | float | complex | None`, found `object`

sklearn/externals/array_api_extra/_lib/_lazy.py

[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[tuple[int | None, ...]]`
[error] invalid-assignment - Object of type `list[int | None | tuple[int | None, ...]]` is not assignable to `list[tuple[int | None, ...]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`

sklearn/inspection/_plot/partial_dependence.py

[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[bool]` with length 1

sklearn/neighbors/_classification.py

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

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

scipy/_lib/_bunch.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `property` on object of type `dict[str, str | tuple[str, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `property` on object of type `dict[str, str | tuple[str | Unknown, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `property` on object of type `dict[str, str | tuple[str, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | Unknown` and value of type `property` on object of type `dict[str, str | tuple[str | Unknown, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["twosided", "centered", "onesided", "onesided2X"]`, found `Any | None | int | str`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int | None`, found `Any | None | int | str`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `Any | None | int | str`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int | None`, found `Any | None | int | str`

scipy/signal/tests/test_signaltools.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`

scipy/special/tests/test_cdflib.py

[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown | None]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`

subprojects/array_api_extra/src/array_api_extra/_lib/_funcs.py

[error] invalid-argument-type - Argument to function `array_namespace` is incorrect: Expected `Array | int | float | complex | None`, found `object`

subprojects/array_api_extra/src/array_api_extra/_lib/_lazy.py

[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[tuple[int | None, ...]]`
[error] invalid-assignment - Object of type `list[int | None | tuple[int | None, ...]]` is not assignable to `list[tuple[int | None, ...]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`

subprojects/highs/highs/highspy/highs.py

[error] invalid-argument-type - Argument to bound method `Highs.__addRow` is incorrect: Expected `highs_linear_expression`, found `object`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `<class 'int'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `<class 'int'>`

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

tests/spatial/test__rigid_transform.pyi

[error] type-assertion-failure - Type `Unknown` does not match asserted type `RigidTransform[tuple[()]]`
[error] type-assertion-failure - Type `RigidTransform[tuple[()]] | RigidTransform[tuple[int]]` does not match asserted type `RigidTransform[tuple[()]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `RigidTransform[tuple[int]]`
[error] type-assertion-failure - Type `RigidTransform[tuple[()]] | RigidTransform[tuple[int]]` does not match asserted type `RigidTransform[tuple[int]]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `RigidTransform[tuple[Any, ...]]`
[error] type-assertion-failure - Type `RigidTransform[tuple[()]] | RigidTransform[tuple[int]]` does not match asserted type `RigidTransform[tuple[Any, ...]]`

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

scrapy/core/scraper.py

[error] invalid-assignment - Object of type `AsyncIterator[object]` is not assignable to `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`
[error] invalid-assignment - Object of type `AsyncIterator[object]` is not assignable to `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`
[error] invalid-argument-type - Argument to function `parallel_async` is incorrect: Expected `AsyncIterator[Any]`, found `Iterable[_T@handle_spider_output_async] | AsyncIterator[_T@handle_spider_output_async]`

scrapy/core/spidermw.py

[error] invalid-assignment - Object of type `MutableChain[object]` is not assignable to `MutableChain[_T@_process_callback_output] | MutableAsyncChain[_T@_process_callback_output]`
[error] invalid-return-type - Return type does not match returned value: expected `MutableChain[_T@_process_callback_output] | MutableAsyncChain[_T@_process_callback_output]`, found `MutableChain[_T@MutableChain]`
[error] invalid-argument-type - Argument to `MutableChain.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableChain[_T@_process_callback_output] | MutableAsyncChain[_T@_process_callback_output]`
[error] invalid-argument-type - Argument to `MutableChain.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableAsyncChain[_T@_process_spider_output] | MutableChain[_T@_process_spider_output]`
[error] invalid-argument-type - Argument to `MutableChain.__init__` is incorrect: Expected `Iterable[_T@_process_spider_output | Unknown]`, found `MutableAsyncChain[_T@_process_spider_output] | MutableChain[_T@_process_spider_output]`

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

setuptools/_distutils/compilers/C/base.py

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

setuptools/config/expand.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & <Protocol with members '__iter__'> & ~str) | (Iterable[str | int] & ~Top[(...) -> object] & ~str)`

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

sockeye/checkpoint_decoder.py

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

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

lib/spack/spack/solver/requirements.py

[error] invalid-argument-type - Argument to bound method `RequirementParser._parse_and_expand` is incorrect: Expected `str`, found `Unknown | list[Unknown & str]`
[error] invalid-argument-type - Argument to function `_check_unknown_targets` is incorrect: Expected `list[str]`, found `list[Unknown | list[Unknown & str]]`

lib/spack/spack/test/concretization/core.py

[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[bool | str]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[bool | str]`, found `tuple[bool | str, ...] | bool | str`

lib/spack/spack/vendor/jinja2/lexer.py

[error] call-non-callable - Object of type `str` is not callable
[error] invalid-argument-type - Argument to bound method `Failure.__call__` is incorrect: Expected `str`, found `str | None`
[error] invalid-yield - Yield type `tuple[int | Any, (str & ~Literal["#bygroup"]) | Failure, str | Any]` does not match annotated yield type `tuple[int, str, str]`

lib/spack/spack/vendor/ruamel/yaml/representer.py

[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((...) -> Any) | tuple[Any, ...] | Any | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((...) -> Any) | tuple[Any, ...] | (Any & ~None)`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `(...) -> Any`, `tuple[Any, ...]`, `None` in union `str | ((...) -> Any) | tuple[Any, ...] | Any | None`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `str`, `(...) -> Any`, `tuple[Any, ...]`, `None`, `_T@list` in union `str | ((...) -> Any) | tuple[Any, ...] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `str`, `(...) -> Any`, `tuple[Any, ...]`, `None`, `_T@list` in union `str | ((...) -> Any) | tuple[Any, ...] | ... omitted 3 union elements`

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

static_frame/core/db_util.py

[error] not-iterable - Object of type `Hashable` is not iterable

static_frame/core/frame.py

[error] invalid-yield - Yield type `tuple[Hashable, Hashable]` does not match annotated yield type `tuple[Hashable, IndexBase]`
[error] invalid-yield - Yield type `tuple[Hashable, Hashable]` does not match annotated yield type `tuple[Hashable, IndexBase]`

static_frame/core/index_correspondence.py

[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Unknown` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `object` on object of type `ndarray[Any, Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[object, int]` and value of type `Unknown` on object of type `ndarray[Any, Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], Any], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], Any], (key: str, /) -> ndarray[Any | tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[Any | tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[object, int]` on object of type `ndarray[Any, Any]`

static_frame/core/loc_map.py

[error] not-iterable - Object of type `Hashable` is not iterable

static_frame/core/type_blocks.py

[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1

static_frame/core/util.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `_T@chain & ~None` and `Literal[1]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[None]`, found `Sequence[int] | ndarray[tuple[Any, ...], Any]`

static_frame/test/unit/test_frame_iter.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/test/unit/test_series.py

[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`

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

strawberry/relay/types.py

[error] invalid-argument-type - Argument is incorrect: Expected `_T@aclosing`, found `AsyncIterable[NodeType@ListConnection] | AsyncIterator[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `_T@aclosing`, found `AsyncIterable[NodeType@ListConnection] | AsyncIterator[object]`

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

lib/streamlit/elements/widgets/time_widgets.py

[error] invalid-argument-type - Argument to function `date.strftime` is incorrect: Expected `date`, found `object`

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

sympy/matrices/common.py

[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[int | Unknown, int | Unknown]` and value of type `Expr` on object of type `defaultdict[Unknown, int]`

sympy/matrices/matrixbase.py

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

sympy/polys/polyoptions.py

[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | ... omitted 3 union elements`

sympy/polys/polyroots.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Unknown`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Any`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Unknown`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Any`

sympy/series/order.py

[error] unresolved-attribute - Attribute `is_symbol` is not defined on `int`, `float`, `complex` in union `Unknown | Basic | int | float | complex`
[error] unresolved-attribute - Attribute `is_symbol` is not defined on `int`, `float`, `complex`, `tuple[Unknown, ...]` in union `Unknown | Basic | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Basic | int | float | complex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Basic | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | Basic | int | float | complex`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | Basic | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Expr.as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Expr.as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Basic | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Basic`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic | int | float | ... omitted 3 union elements` and `Basic`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | ... omitted 3 union elements`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic | int | float | ... omitted 3 union elements`

sympy/solvers/inequalities.py

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

sympy/stats/stochastic_process_types.py

[error] unresolved-attribute - Attribute `key` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `key` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `pspace` is not defined on `Basic` in union `Basic | Unknown`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Basic | Unknown`
[error] unresolved-attribute - Attribute `pspace` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `pspace` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `pspace` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Attribute `pspace` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - Object of type `Basic` has no attribute `pspace`

sympy/testing/runtests.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & ~AlwaysFalsy) | tuple[Literal[3], Literal[5]]`

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

tornado/gen.py

[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, _T@coroutine | Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]]`, found `dict_values[object, object] | (Sequence[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Mapping[Any, None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> _asyncio.Future[Unknown]`, found `def convert_yielded(yielded: None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | concurrent.futures._base.Future[Unknown]) -> _asyncio.Future[Unknown]`

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

test/test_transforms.py

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

torchvision/models/detection/anchor_utils.py

[error] invalid-argument-type - Argument to bound method `AnchorGenerator.generate_anchors` is incorrect: Expected `list[int]`, found `tuple[Literal[128], Literal[256], Literal[512]] | tuple[Unknown | tuple[Literal[128], Literal[256], Literal[512]]]`
[error] invalid-argument-type - Argument to bound method `AnchorGenerator.generate_anchors` is incorrect: Expected `list[int | float]`, found `tuple[float, float, float] | Unknown | tuple[tuple[float, float, float]]`

torchvision/utils.py

[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str | tuple[int, int, int] | int]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str | tuple[int, int, int] | int]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str | tuple[int, int, int] | int]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`

websockets (https://github.com/aaugustin/websockets)

src/websockets/legacy/protocol.py

[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `prepare_data` is incorrect: Expected `str | bytes | bytearray | memoryview[int]`, found `object`

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

src/werkzeug/datastructures/structures.py

[error] invalid-argument-type - Argument to bound method `dict.__setitem__` is incorrect: Expected `V@MultiDict`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `dict.__setitem__` is incorrect: Expected `V@MultiDict`, found `list[V@MultiDict]`

src/werkzeug/wrappers/response.py

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

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

xarray/core/dataarray.py

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

xarray/core/datatree.py

[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `set[_T@set]`
[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `set[Hashable]`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `DataTreeCoordinates | list[Unknown]`

xarray/core/formatting.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Any & ~AlwaysFalsy) | (tuple[Hashable, ...] & ~AlwaysFalsy)`

xarray/core/variable.py

[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[False] | list[Hashable]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Hashable]`, found `Unknown | Literal[False] | list[Hashable]`