Ecosystem report

Old: main (merge base) 6cff0342 New: 23761/merge aafcb134
Lint Rule Removed Added Changed
Total 478 902 446
invalid-argument-type 347 260 285
unresolved-attribute 0 384 100
invalid-assignment 76 67 19
invalid-return-type 17 23 18
no-matching-overload 28 28 0
unsupported-operator 0 43 12
invalid-await 0 40 0
not-subscriptable 0 31 0
not-iterable 0 10 11
unused-type-ignore-comment 10 4 0
call-non-callable 0 4 0
call-top-callable 0 4 0
type-assertion-failure 0 2 0
index-out-of-bounds 0 1 0
invalid-raise 0 1 0
invalid-yield 0 0 1
Project Removed Added Changed
Total 478 902 446
sympy 26 113 21
dd-trace-py 13 65 51
meson 104 8 10
rich 1 114 0
prefect flaky 6 52 55
isort 0 106 0
pandas 25 39 22
apprise 13 39 24
colour 6 6 55
scipy 18 33 13
rotki 31 3 27
pycryptodome 2 33 20
spack 9 26 15
cloud-init 8 15 21
core 17 12 13
zulip 3 25 13
optuna 29 3 1
ignite 29 0 2
discord.py 15 9 6
comtypes 0 23 0

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

aiohttp/_cookie_helpers.py

[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`

aiohttp/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `StackSummary` on object of type `dict[str, Self@__del__ | str]`

aiohttp/client_reqrep.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `StackSummary & ~AlwaysFalsy` on object of type `dict[str, Self@__del__ | str]`

aiohttp/connector.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `(Unknown & ~None) | StackSummary` on object of type `dict[str, Self@__del__ | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `(Unknown & ~None) | StackSummary` on object of type `dict[str, Self@__del__ | list[str] | str]`

aiohttp/cookiejar.py

[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[_T@Morsel]` has no attribute `__setstate__`

aiohttp/web_response.py

[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `pop`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `pop`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `pop`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `popall`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `setdefault`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `setdefault`
[error] unresolved-attribute - Object of type `MultiMapping[_V_co@MultiMapping]` has no attribute `setdefault`

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

aioredis/client.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | int`, found `Literal[b"ERROR"]`

aioredis/connection.py

[error] invalid-return-type - Return type does not match returned value: expected `list[bytes]`, found `list[bytes | Unknown | memoryview[int]]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments

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

src/aiortc/rtcpeerconnection.py

[error] invalid-return-type - Return type does not match returned value: expected `list[RTCRtpCodecParameters]`, found `list[RTCRtpCodecParameters | RTCRtpCodecCapability]`

src/aiortc/sdp.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `None` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `None` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | Unknown | str`

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

alerta/webhooks/prometheus.py

[error] unresolved-attribute - Attribute `split` is not defined on `None`, `int` in union `str | None | Unknown | int`
[error] unresolved-attribute - Attribute `split` is not defined on `None`, `int` in union `str | None | Unknown | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["prometheus/"]` and `str | None | Unknown | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | Unknown | int | None`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `Unknown | None | Literal["unknown"]`
[error] unresolved-attribute - Attribute `upper` is not defined on `None`, `int` in union `str | None | Unknown | int`

tests/test_forwarder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["HMAC_AUTH_CREDENTIALS"]` and value of type `list[dict[str, str]]` on object of type `dict[str, bool | str | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["FWD_DESTINATIONS"]` and value of type `list[tuple[str, dict[str, str | int], list[str]] | tuple[str, dict[str, str], list[str]]]` on object of type `dict[str, bool | str | list[str]]`

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

altair/utils/core.py

[error] unresolved-attribute - Attribute `groupdict` is not defined on `None` in union `Match[str] | None`

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

src/anyio/_backends/_asyncio.py

[error] unresolved-attribute - Object of type `Task[_T_co@Task]` has no attribute `uncancel`

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

apprise/config/base.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["tag"]` 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["tag"]` 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["schema"]` on object of type `str`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | int | 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["asset"]` on object of type `str`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | int`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-return-type - Return type does not match returned value: expected `list[NotifyBase]`, found `Unknown | None | list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `list[NotifyBase]`, found `Unknown | None | list[NotifyBase | Unknown]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[NotifyBase | Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[NotifyBase | Unknown]`

apprise/manager.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Divergent | Divergent` and `Unknown | None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | bool]`, found `dict[str, str | int | bytes | PathLike[str] | PathLike[bytes]]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Divergent, Divergent]`
[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `Unknown | dict_keys[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `Unknown | dict_keys[Unknown, Unknown] | dict_keys[Divergent, Divergent]`

apprise/plugins/africas_talking.py

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

apprise/plugins/email/base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["smtp"]` and value of type `Unknown | str | int | tuple[Unknown | str] | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `Unknown | None | str | ... omitted 3 union elements` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `(Unknown & ~AlwaysFalsy) | Literal[True] | str` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `sendmail` is incorrect: Expected `str`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to bound method `sendmail` is incorrect: Expected `str`, found `Unknown | Divergent | bool | str`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy), (Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Divergent | Literal[True] | (str & ~AlwaysFalsy), (Unknown & ~AlwaysFalsy) | Divergent | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], (Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], (Unknown & ~AlwaysFalsy) | Divergent | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown | bool | str]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown | Divergent | bool | str]`

apprise/plugins/fluxer.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Unknown | bool`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Any | str | bool | None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

apprise/plugins/mailgun.py

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

apprise/plugins/mastodon.py

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

apprise/plugins/mattermost.py

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

apprise/plugins/notifiarr.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["event"]` and value of type `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` on object of type `dict[str, str]`

apprise/plugins/notificationapi.py

[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `dict[Unknown, Unknown] | dict[str, Unknown] | dict[str, Unknown | str | None] | ... omitted 4 union elements`
[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] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `str`

apprise/plugins/one_signal.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown | str | bool, Unknown] | bool`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown, Unknown] | dict[Unknown | str | bool, Unknown] | bool`

apprise/plugins/pushover.py

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

apprise/plugins/sendpulse.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[str, Unknown | str]`, `str` in union `Unknown | dict[str, Unknown | str] | list[Unknown] | str`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[str, Unknown | str]`, `str` in union `Unknown | dict[str, Unknown | str] | list[Unknown] | str`

apprise/plugins/slack.py

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

apprise/plugins/smseagle.py

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

apprise/plugins/smtp2go.py

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

apprise/plugins/telegram.py

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

apprise/plugins/twitter.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["target"]` on object of type `str`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[str | Any] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[str | Any] | None`

apprise/plugins/whatsapp.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] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: SupportsIndex, /) -> str, (index: slice[Any, Any, Any], /) -> tuple[str, ...]]` cannot be called with key of type `Literal["parameters"]` on object of type `tuple[str, 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["parameters"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str | bool | tuple[str, str]].__getitem__(key: str, /) -> Unknown | str | bool | tuple[str, str]` cannot be called with key of type `Literal[0]` on object of type `dict[str, Unknown | str | bool | tuple[str, str]]`
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: SupportsIndex, /) -> str, (index: slice[Any, Any, Any], /) -> tuple[str, ...]]` cannot be called with key of type `Literal["parameters"]` on object of type `tuple[str, 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["parameters"]` on object of type `str`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str | bool | tuple[str, str]].__getitem__(key: str, /) -> Unknown | str | bool | tuple[str, str]` cannot be called with key of type `Literal[0]` on object of type `dict[str, Unknown | str | bool | tuple[str, str]]`

tests/test_apprise_config.py

[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str | list[str]]`

tests/test_plugin_office365.py

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

tests/test_plugin_twitter.py

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

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

asynq/decorators.py

[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `asynq`
[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `asynq`
[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `asyncio`
[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `asyncio`

asynq/tests/test_tools.py

[error] unresolved-attribute - Object of type `AsyncDecorator[_T@AsyncDecorator, _P@AsyncDecorator]` has no attribute `dirty`
[error] unresolved-attribute - Object of type `AsyncDecorator[_T@AsyncDecorator, _P@AsyncDecorator]` has no attribute `dirty`

asynq/tools.py

[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `dirty`
[error] unresolved-attribute - Object of type `DecoratorBinder[_T@DecoratorBinder]` has no attribute `dirty`

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

src/attr/_make.py

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

tests/test_converters.py

[error] unresolved-attribute - Object of type `Converter[In@Converter, Out@Converter]` has no attribute `_fmt_converter_call`

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

beartype/_data/hint/datahintrepr.py

[error] unresolved-attribute - Object of type `frozenset[_T_co@frozenset]` has no attribute `add`

beartype/_util/hint/pep/utilpepget.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[TypeVar | HintPep646692UnpackedType, ...]`, found `(tuple[TypeVar | ParamSpec | HintPep646TypeVarTupleType, ...] & ~AlwaysTruthy) | tuple[Unknown, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[TypeVar | HintPep646692UnpackedType, ...]`, found `(tuple[TypeVar | ParamSpec | HintPep646TypeVarTupleType, ...] & ~AlwaysTruthy) | tuple[TypeVar | ParamSpec | Unknown, ...]`

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

src/bokeh/client/connection.py

[error] unresolved-attribute - Object of type `Message[Content@Message]` has no attribute `push_to_document`

src/bokeh/util/serialization.py

[error] invalid-return-type - Return type does not match returned value: expected `set[type]`, found `set[<class 'time'> | <class 'datetime'> | <class 'datetime64'>]`

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

boostedblob/boost.py

[error] unresolved-attribute - Object of type `Collection[_T_co@Collection]` has no attribute `append`
[error] unresolved-attribute - Object of type `Collection[_T_co@Collection]` has no attribute `add`
[error] unresolved-attribute - Object of type `Awaitable[_T_co@Awaitable]` has no attribute `done`
[error] unresolved-attribute - Object of type `Collection[_T_co@Collection]` has no attribute `remove`
[error] unresolved-attribute - Object of type `Awaitable[_T_co@Awaitable]` has no attribute `result`

boostedblob/listing.py

[error] unresolved-attribute - Object of type `Element[_Tag@Element]` has no attribute `iterchildren`

check-jsonschema (https://github.com/python-jsonschema/check-jsonschema)

src/check_jsonschema/reporter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["best_match"]` and value of type `dict[str, Unknown]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["best_deep_match"]` and value of type `dict[str, str]` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["num_sub_errors"]` and value of type `int` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sub_errors"]` and value of type `list[dict[str, str]]` on object of type `dict[str, str | bool]`

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

cloudinit/config/modules.py

[error] invalid-argument-type - Argument to bound method `_run_modules` is incorrect: Expected `list[ModuleDetails]`, found `list[list[ModuleType | str | list[str]] | ModuleDetails]`

cloudinit/distros/arch.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/azurelinux.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/rhel.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

tests/unittests/config/test_apt_source_v1.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

cloudinit/cmd/main.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stage"]` and value of type `Literal["init-local", "init"] | Unknown` on object of type `dict[str, None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["stage"]` and value of type `Literal["init-local", "init"] | Unknown` on object of type `dict[str, None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["start"]` and value of type `float` on object of type `dict[str, list[Unknown] | dict[Unknown, Unknown] | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["datasource"]` and value of type `str` on object of type `dict[str, None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["datasource"]` and value of type `str` on object of type `dict[str, None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["finished"]` and value of type `float` on object of type `dict[str, list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None] | Any`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None] | Any`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | dict[Unknown, Unknown] | None | Any`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[Unknown] | dict[Unknown, Unknown] | None] | Any`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None] | Any`

cloudinit/config/cc_mounts.py

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

cloudinit/distros/alpine.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/gentoo.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/opensuse.py

[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object]`

cloudinit/distros/parsers/hosts.py

[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[tuple[Unknown, Unknown] | tuple[Unknown, list[Unknown]]] | list[tuple[Unknown, Unknown | list[Unknown]]] | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[tuple[Unknown, Unknown] | tuple[Unknown, list[Unknown]]] | list[tuple[Unknown, Unknown | list[Unknown]]] | list[Unknown]` may not be iterable
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[tuple[Unknown, Unknown] | tuple[Unknown, list[Unknown]]] | list[tuple[Unknown, Unknown | list[Unknown]]] | list[Unknown]`
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[tuple[Unknown, Unknown] | tuple[Unknown, list[Unknown]]] | list[tuple[Unknown, Unknown | list[Unknown]]] | list[Unknown]` may not be iterable

cloudinit/net/network_state.py

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

cloudinit/sources/DataSourceAzure.py

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

cloudinit/sources/DataSourceNoCloud.py

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

cloudinit/sources/DataSourceOVF.py

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

cloudinit/stages.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Handler]`, found `list[CloudConfigPartHandler | ShellScriptPartHandler | ShellScriptByFreqPartHandler | BootHookPartHandler | JinjaTemplatePartHandler]`

cloudinit/url_helper.py

[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | bool`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` 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 `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` 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 `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `None | MutableMapping[str, str]`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `None | MutableMapping[str, str]`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | Divergent | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | Divergent | bool`

tests/unittests/net/test_init.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `None` on object of type `dict[str, str]`

tests/unittests/sources/test_ec2.py

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

tests/unittests/test_ds_identify.py

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

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

colour/continuous/multi_signals.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 7 union elements`, found `Any | type[floating[_16Bit] | floating[_32Bit] | float64]`

colour/io/tm2714.py

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

colour/plotting/common.py

[error] invalid-argument-type - Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `int | float | Any`
[error] invalid-argument-type - Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | Divergent | int | float`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `Unknown | Divergent | str | Colormap`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `str | Colormap | Any`

colour/plotting/models.py

[error] invalid-argument-type - Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | Divergent | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | Divergent | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | int | str | float`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`

colour/plotting/phenomena.py

[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `Unknown | Divergent | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `str | Normalize | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `Unknown | Divergent | str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | Divergent | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str`

colour/plotting/tests/test_common.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `subfigures`

colour/plotting/volume.py

[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | Divergent | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | Divergent | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/utilities/verbose.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | <class 'str'> | bool | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | <class 'str'> | bool | Unknown`
[error] no-matching-overload - No overload of bound method `join` matches arguments

comtypes (https://github.com/enthought/comtypes)

comtypes/tools/codegenerator/comments.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `None` and `Literal[1]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `list[str]` and `Literal[1]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `str` and `Literal[1]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `None` and `Literal[2]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `list[str]` and `Literal[2]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `str` and `Literal[2]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `int | list[str] | Unknown | str | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `int | list[str] | Unknown | str | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `int | list[str] | Unknown | str | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `int | list[str] | Unknown | str | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `int | list[str] | Unknown | str | None`

comtypes/automation.py

[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `AddRef`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `AddRef`

comtypes/test/test_basic.py

[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `AddRef`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `Release`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `AddRef`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `Release`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `QueryInterface`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `AddRef`
[error] unresolved-attribute - Object of type `_Pointer[_CT@_Pointer]` has no attribute `Release`

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

homeassistant/components/switch_as_x/__init__.py

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

homeassistant/components/mqtt/diagnostics.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mqtt_debug_info"]` and value of type `dict[str, list[Any]]` on object of type `dict[str, bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `dict[str, list[Any]]`

homeassistant/helpers/system_info.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["user"]` and value of type `None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["supervisor"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["host_os"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["docker_version"]` and value of type `Any | None` on object of type `dict[str, str | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["chassis"]` and value of type `Any | None` on object of type `dict[str, str | bool]`

homeassistant/components/asuswrt/bridge.py

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

homeassistant/components/cloud/client.py

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

homeassistant/components/conversation/chat_log.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`, found `Unknown | dict[str, str]`

homeassistant/components/cppm_tracker/device_tracker.py

[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[dict[str, Unknown]]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[dict[str, Unknown]]` may not be iterable

homeassistant/components/esphome/manager.py

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

homeassistant/components/eufylife_ble/sensor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EufyLifeWeightSensorEntity | EufyLifeRealTimeWeightSensorEntity`, found `EufyLifeHeartRateSensorEntity`

homeassistant/components/hassio/update.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity]`, found `GeneratorType[SupervisorAddonUpdateEntity, None, None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity`, found `SupervisorOSUpdateEntity`

homeassistant/components/homekit_controller/connection.py

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

homeassistant/components/homematicip_cloud/config_flow.py

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

homeassistant/components/keyboard_remote/__init__.py

[error] unresolved-attribute - Object of type `Future[_T@Future]` has no attribute `async_device_stop_monitoring`
[error] unresolved-attribute - Object of type `Future[_T@Future]` has no attribute `async_device_stop_monitoring`

homeassistant/components/knx/repairs.py

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

homeassistant/components/mobile_app/device_tracker.py

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

homeassistant/components/recorder/executor.py

[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`

homeassistant/components/risco/config_flow.py

[error] unresolved-attribute - Attribute `values` is not defined on `bool` in union `Unknown | bool | dict[str, AlarmControlPanelState] | dict[AlarmControlPanelState, str] | Divergent`
[error] unresolved-attribute - Attribute `values` is not defined on `bool` in union `Unknown | Divergent | bool | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | bool | dict[str, AlarmControlPanelState] | dict[AlarmControlPanelState, str] | Divergent`
[error] unresolved-attribute - Attribute `get` is not defined on `bool` in union `Unknown | Divergent | bool | ... omitted 4 union elements`

homeassistant/components/sonos/speaker.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@join`, found `SonosSpeaker`
[error] invalid-return-type - Return type does not match returned value: expected `list[SonosSpeaker]`, found `list[Self@join] | list[SonosSpeaker]`

homeassistant/components/template/helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `ConfigType | list[ConfigType]`, found `list[dict[str, Any] | list[ConfigType] | Any]`

homeassistant/helpers/intent.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

homeassistant/helpers/template/__init__.py

[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[_T_co@AbstractSet]` has no attribute `add`

cryptography (https://github.com/pyca/cryptography)

tests/utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["msg"]` and value of type `bytes` on object of type `dict[str, int | str]`

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

tests/contrib/pytest/utils.py

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

tests/testing/internal/pytest/utils.py

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

benchmarks/bm/iast_fixtures/str_methods_py3.py

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

ddtrace/contrib/internal/botocore/patch.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Any & str` and value of type `set[object]` on object of type `dict[str, set[str]]`

ddtrace/contrib/internal/botocore/services/bedrock.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | (Any & Top[list[Unknown]]) | list[Any] | list[str | Any | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[str, list[str] | (Any & Top[list[Unknown]]) | list[str | Any] | list[Any] | list[str | Any | None]]`

ddtrace/contrib/internal/celery/utils.py

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

ddtrace/contrib/internal/graphql/patch.py

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

ddtrace/contrib/internal/grpc/client_interceptor.py

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

ddtrace/contrib/internal/psycopg/connection.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | None | Unknown | int]`
[error] no-matching-overload - No overload of bound method `update` matches arguments

ddtrace/contrib/internal/redis_utils.py

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

ddtrace/contrib/internal/subprocess/patch.py

[error] not-iterable - Object of type `Unknown | list[Unknown] | None | list[str]` may not be iterable
[error] not-iterable - Object of type `Unknown | list[Unknown] | None | list[str] | list[Unknown | str]` may not be iterable
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str] | list[Unknown | str]`

ddtrace/contrib/internal/tornado/application.py

[error] invalid-argument-type - Argument to bound method `set_tags` is incorrect: Expected `dict[str, str]`, found `(Unknown & ~AlwaysFalsy) | Divergent | (dict[Unknown, Unknown] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None`, `bytes`, `int` in union `Unknown | Divergent | dict[Unknown, Unknown] | ... omitted 4 union elements`

ddtrace/contrib/internal/wsgi/wsgi.py

[error] unresolved-attribute - Object of type `Iterable[_T_co@Iterable]` has no attribute `get`

ddtrace/internal/remoteconfig/client.py

[error] invalid-assignment - Object of type `list[dict[str, str | int | None | list[dict[str, str | None]]] | dict[str, ConfigMetadata]]` is not assignable to attribute `cached_target_files` of type `list[dict[str, ConfigMetadata]]`

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_dd.faithfulness_disagreements"]` and value of type `list[dict[str, Unknown]]` on object of type `dict[str, str]`

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `value` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `endlineno` on type `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `lineno` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `endlexpos` on type `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] invalid-argument-type - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `lineno` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `lineno` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | Divergent`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Divergent | Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `lineno` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Divergent | Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `YaccSymbol` in union `YaccSymbol | Divergent | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | Divergent`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Divergent` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Divergent` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | Divergent`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy) | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol | Divergent`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `lr_items` on type `Unknown | None`
[error] invalid-assignment - Object of type `list[LRItem]` is not assignable to attribute `lr_items` on type `Unknown | None`
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[MiniProduction]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[MiniProduction]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[MiniProduction]` may not be iterable

ddtrace/vendor/psutil/setup.py

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

scripts/diff.py

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

tests/appsec/appsec/test_remoteconfiguration.py

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

tests/appsec/iast/aspects/test_template_string_aspect.py

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

tests/ci_visibility/api_client/test_ci_visibility_api_client.py

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

tests/contrib/integration_registry/test_riotfile.py

[error] unresolved-attribute - Object of type `str` has no attribute `name`
[error] unresolved-attribute - Object of type `str` has no attribute `command`

tests/contrib/psycopg/test_psycopg_patch.py

[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `get`

tests/contrib/psycopg2/test_psycopg_patch.py

[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `get`

tests/integration/test_sampling.py

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

tests/internal/crashtracker/test_crashtracker.py

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

tests/internal/test_tracer_flare.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `float`, `None` in union `str | int | float | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `int`, `float`, `None` in union `str | int | float | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["ZeroDivisionError"]` and `str | int | float | None`

tests/internal/test_wrapping.py

[error] unresolved-attribute - Attribute `f_code` is not defined on `None` in union `FrameType | None`

tests/llmobs/test_experiments.py

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

tests/llmobs/test_utils.py

[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[Message] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[Message] | None`, found `list[Message | dict[str, str]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[Message] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[Message] | None`, found `list[Message | dict[str, str]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[ToolDefinition] | None`, found `list[dict[str, str | dict[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[ToolDefinition] | None`, found `list[ToolDefinition | dict[str, str | dict[Unknown, Unknown]]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[_SpanLink] | None`, found `list[dict[str, str | dict[str, str]]]`
[error] invalid-argument-type - Argument to function `_annotate_llmobs_span_data` is incorrect: Expected `list[_SpanLink] | None`, found `list[_SpanLink | dict[str, str | dict[str, str]]]`

tests/tracer/test_propagation.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
[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
[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

tests/tracer/test_trace_utils.py

[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`
[error] invalid-argument-type - Argument to function `activate_distributed_headers` is incorrect: Expected `dict[str, str] | None`, found `dict[Literal["x-datadog-parent-id", "x-datadog-trace-id"], str]`

tests/utils.py

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

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

discord/app_commands/installs.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Literal[0, 1]]`, found `list[int]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Literal[0, 1, 2]]`, found `list[int]`

discord/audit_logs.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[Object, PermissionOverwrite]]`, found `list[tuple[Role | Member | User | Object, PermissionOverwrite]]`

discord/abc.py

[error] invalid-argument-type - Argument to bound method `bulk_channel_update` is incorrect: Expected `list[ChannelPositionUpdate]`, found `list[dict[str, Any] | ChannelPositionUpdate]`

discord/activity.py

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

discord/app_commands/models.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["name_localizations"]` and value of type `dict[str, str]` on object of type `dict[str, str | ChoiceT@Choice]`

discord/app_commands/transformers.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["choices"]` and value of type `list[dict[str, Any]]` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["channel_types"]` and value of type `list[int]` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["min_value", "min_length"]` and value of type `int | float` on object of type `dict[str, int | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["max_value", "max_length"]` and value of type `int | float` on object of type `dict[str, int | str]`

discord/channel.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["default_reaction_emoji"]` and value of type `dict[str, Any]` on object of type `dict[str, str | None | int | list[dict[str, Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["applied_tags"]` and value of type `list[str]` on object of type `dict[str, str | int | None]`

discord/client.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gateway"]` and value of type `URL` on object of type `dict[str, int | None]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Divergent | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Divergent | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Divergent | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str`, found `Divergent | int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str`, found `int | None`

discord/ext/commands/core.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Group[Any, (...), Any]]`, found `list[GroupMixin[Any]]`
[error] invalid-argument-type - Argument is incorrect: Expected `ContextT@check_any`, found `Context[BotT@predicate]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[(Context[Unknown], /) -> bool]`, found `list[(ContextT@check_any, /) -> Coroutine[Any, Any, bool]]`

discord/ext/commands/help.py

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

discord/ext/commands/view.py

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

discord/http.py

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

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

dragonchain/lib/queue.py

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

dragonchain/transaction_processor/level_4_actions_utest.py

[error] invalid-argument-type - Argument to function `verify_blocks` is incorrect: Expected `list[L3BlockModel]`, found `list[MagicMock]`

dragonchain/lib/database/redis_utest.py

[error] unresolved-attribute - Object of type `Redis[_StrType@Redis]` has no attribute `pipelineassert_called_once_with`

dragonchain/lib/database/redisearch.py

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

dragonchain/lib/matchmaking.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["broadcastInterval"]` and value of type `float` on object of type `dict[str, int | str]`

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

dulwich/server.py

[error] invalid-argument-type - Argument to bound method `_on_post_receive` is incorrect: Expected `dict[bytes, tuple[bytes, bytes]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `_on_post_receive` is incorrect: Expected `dict[bytes, tuple[bytes, bytes]]`, found `list[tuple[ObjectID, ObjectID, Ref]]`

dulwich/walk.py

[error] invalid-argument-type - Argument to function `tree_changes` is incorrect: Expected `ObjectID | None`, found `None | Unknown | ShaFile | list[Unknown]`
[error] invalid-argument-type - Argument to function `tree_changes` is incorrect: Expected `ObjectID | None`, found `None | Unknown | ShaFile | list[Unknown] | list[ObjectID]`

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

python/egglog/declarations.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@descendants]`, found `list[TypedExprDecl]`
[error] invalid-return-type - Return type does not match returned value: expected `list[TypedExprDecl]`, found `list[Self@descendants]`

python/egglog/egraph_state.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Var`, found `Lit | Var | Call`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `list[Lit | Var | Call]`, found `list[Var]`

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

freqtrade/plot/plotting.py

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

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

hydpy/exe/xmltools.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[LiteralString]`, found `list[str]`

hydpy/models/kinw/kinw_model.py

[error] invalid-argument-type - Argument to bound method `calculate_qgvector` is incorrect: Expected `Iterable[int | float]`, found `list[int | float | Unknown | Parameter]`

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

ibis/backends/__init__.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[type[Self@db_identity]]`, found `GeneratorType[str, None, None]`

ibis/backends/clickhouse/tests/conftest.py

[error] unresolved-attribute - Object of type `Mapping[_KT@Mapping, _VT_co@Mapping]` has no attribute `setdefault`
[error] unresolved-attribute - Object of type `Mapping[_KT@Mapping, _VT_co@Mapping]` has no attribute `setdefault`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] unresolved-attribute - Object of type `TableProxy[T@TableProxy]` has no attribute `to_pyarrow_dataset`

ibis/backends/impala/__init__.py

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

ibis/backends/pyspark/datatypes.py

[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'JSON'>` and value of type `Unknown` on object of type `dict[<class 'Binary'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 9 union elements, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `<class 'UUID'>` and value of type `Unknown` on object of type `dict[<class 'Binary'> | <class 'Boolean'> | <class 'Int8'> | ... omitted 9 union elements, Unknown]`

ibis/backends/sql/datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Float16 | Float32 | Float64 | ... omitted 4 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | Float16 | Float32 | ... omitted 5 union elements`

ibis/backends/tests/tpc/ds/test_queries.py

[error] unresolved-attribute - Object of type `Sequence[_T_co@Sequence]` has no attribute `lower`

ibis/examples/gen_registry.py

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

ibis/expr/operations/temporal_windows.py

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

ibis/expr/types/maps.py

[error] unresolved-attribute - Object of type `Iterable[_T_co@Iterable]` has no attribute `keys`
[error] unresolved-attribute - Object of type `Iterable[_T_co@Iterable]` has no attribute `values`

ibis/expr/types/relations.py

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

ibis/expr/types/temporal.py

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

ibis/formats/polars.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, Unknown].__getitem__(key: <class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, /) -> Unknown` cannot be called with key of type `type[DataType]` on object of type `dict[<class 'Boolean'> | <class 'Null'> | <class 'String'> | ... omitted 13 union elements, Unknown]`

ibis/tests/expr/test_table.py

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

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

examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb:cell 29

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

examples/notebooks/EfficientNet_Cifar100_finetuning.ipynb:cell 64

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Loss | Accuracy | Precision | Recall | TopKCategoricalAccuracy]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Loss | Accuracy | Precision | Recall | TopKCategoricalAccuracy]`

examples/notebooks/FashionMNIST.ipynb:cell 20

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss | ConfusionMatrix]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss | ConfusionMatrix]`

examples/cifar100_amp_benchmark/benchmark_fp32.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar100_amp_benchmark/benchmark_nvidia_apex.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar100_amp_benchmark/benchmark_torch_cuda_amp.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar10_qat/main.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/cifar10_raytune/main.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_save_resume_engine.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_clearml_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_neptune_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_tensorboard_on_tpu.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_visdom_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

examples/mnist/mnist_with_wandb_logger.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`
[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Accuracy | Loss]`

tests/ignite/distributed/utils/__init__.py

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

tests/ignite/engine/test_deterministic.py

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

tests/ignite/handlers/test_param_scheduler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`

tests/ignite/metrics/test_loss.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Precision | DummyLoss2]`

tests/ignite/metrics/test_metric.py

[error] invalid-argument-type - Argument to function `create_supervised_evaluator` is incorrect: Expected `dict[str, Metric] | None`, found `dict[str, Precision | CustomMetric]`

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

isort/settings.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | tuple[str, ...] | str | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Divergent | str` and `Unknown | tuple[str, ...] | str | None`
[error] not-iterable - Object of type `Unknown | tuple[str, ...] | str | None` may not be iterable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] not-iterable - Object of type `Unknown | tuple[str, ...] | str | None` may not be iterable
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `((str, str, object, /) -> str) | None`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[Path, set[str]]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, frozenset[str]]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[str]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[str, ...] | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[str, ...] | str | None`

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

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

[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[int, ...]` and value of type `int` on object of type `dict[tuple[int, int, int], int]`

jax/_src/lax/control_flow/loops.py

[error] invalid-argument-type - Argument to function `new_eqn_recipe` is incorrect: Expected `Sequence[JaxprTracer]`, found `list[Tracer[Unknown] | Unknown]`

jax/_src/pallas/mosaic_gpu/primitives.py

[error] invalid-argument-type - Argument to bound method `async_copy` is incorrect: Expected `AsyncCopyImplementation`, found `tuple[()] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_copy` is incorrect: Expected `Literal["add", "min", "max", "inc", "dec", ... omitted 7 literals] | None`, found `tuple[()] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_copy` is incorrect: Expected `int | None`, found `tuple[()] | Unknown`

jax/_src/pjit.py

[error] invalid-argument-type - Argument to function `new_eqn_recipe` is incorrect: Expected `Sequence[JaxprTracer]`, found `list[Tracer[Unknown] | Unknown | JaxprTracer]`

jax/experimental/jax2tf/tests/jax_primitives_coverage_test.py

[error] unresolved-attribute - Object of type `Sequence[_T_co@Sequence]` has no attribute `append`

jax/experimental/mosaic/gpu/core.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

src/jinja2/lexer.py

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

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

koda_validate/_internal.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Invalid]`, found `list[object]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[Invalid]`, found `list[object]`

koda_validate/list.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | A@ListValidator | Invalid` on object of type `dict[int, Invalid]`

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

tests/ethereum/test_regressions.py

[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[object]`

manticore/core/state.py

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

manticore/platforms/decree.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `Socket`, found `None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `None` on object of type `list[Socket]`

manticore/utils/emulate.py

[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `GeneratorType[bytes | Unknown | str, None, None]`

tests/wasm/json2mc.py

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

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

misc/python/materialize/output_consistency/query/query_template.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Expression]`, found `list[Expression | Unknown | None]`
[error] unresolved-attribute - Attribute `collect_vertical_table_indices` is not defined on `None` in union `Expression | Unknown | None`

misc/python/materialize/checks/scenarios_upgrade.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate | Validate]`, found `list[Action]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize | Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize | Manipulate`, found `Validate`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize | Manipulate]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-return-type - Return type does not match returned value: expected `list[Action]`, found `list[StartMz | Initialize]`

misc/python/materialize/cli/crate_diagram.py

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

misc/python/materialize/scalability/plot/plot.py

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

misc/python/materialize/workload_replay/stats.py

[error] invalid-argument-type - Argument to function `upload_plots` is incorrect: Expected `list[str]`, found `list[Path | str]`

test/limits/mzcompose.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Zookeeper | Kafka | Postgres | ... omitted 10 union elements`, found `Clusterd`

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

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["rspfile_quote_style"]` and value of type `RSPFileSyntax` on object of type `dict[str, bool]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, bool | RSPFileSyntax]`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `generate_unity_files` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `generate_unity_files` is incorrect: Expected `str`, found `list[str | File]`
[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `to_native`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Target] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown]` and `ImmutableListProtocol[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `ImmutableListProtocol[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown]` and `ImmutableListProtocol[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown | str]` and `ImmutableListProtocol[str]`

mesonbuild/build.py

[error] unresolved-attribute - Object of type `Mapping[_KT@Mapping, _VT_co@Mapping]` has no attribute `copy`
[error] unresolved-attribute - Object of type `Mapping[_KT@Mapping, _VT_co@Mapping]` has no attribute `update`

mesonbuild/compilers/detect.py

[error] invalid-argument-type - Argument to function `_get_gnu_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `_get_clang_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_win_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `_get_gnu_compiler_defines` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to function `guess_nix_linker` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`

mesonbuild/dependencies/detect.py

[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[DependencyCandidate[Unknown]] | list[(((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object]) | DependencyCandidate[Unknown]] | list[DependencyCandidate[ExternalDependency]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[DependencyCandidate[ExternalDependency] | DependencyCandidate[Unknown]] | list[DependencyCandidate[ExternalDependency] | (((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object]) | DependencyCandidate[Unknown]] | list[DependencyCandidate[ExternalDependency]]`

mesonbuild/dependencies/ui.py

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

mesonbuild/interpreter/interpreter.py

[error] invalid-return-type - Return type does not match returned value: expected `Headers`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `Headers`, found `list[Headers]`
[error] invalid-return-type - Return type does not match returned value: expected `Data`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `Data`, found `list[Data]`

mesonbuild/mintro.py

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

mesonbuild/modules/codegen.py

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

mesonbuild/modules/hotdoc.py

[error] invalid-return-type - Return type does not match returned value: expected `File | CustomTarget | CustomTargetIndex`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `File | CustomTarget | CustomTargetIndex`, found `list[File | CustomTarget | CustomTargetIndex]`

mesonbuild/rewriter.py

[error] invalid-argument-type - Argument to bound method `reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode | UnknownValue] | set[BaseNode]`

mesonbuild/scripts/symbolextractor.py

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

unittests/allplatformstests.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

unittests/optiontests.py

[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`

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

mitmproxy/dns.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timestamp"]` and value of type `(int & ~AlwaysFalsy) | (float & ~AlwaysFalsy)` on object of type `dict[str, int | str | list[dict[Unknown, Unknown]] | list[dict[str, str | int | HTTPSRecordJSON]]]`

mitmproxy/utils/debug.py

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

test/mitmproxy/tools/console/test_flowview.py

[error] unresolved-attribute - Object of type `_lru_cache_wrapper[_T_co@_lru_cache_wrapper]` has no attribute `assert_called_with`

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

pymongo/asynchronous/client_bulk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["writeConcern"]` and value of type `dict[str, int]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`

pymongo/compression_support.py

[error] unresolved-attribute - Object of type `Iterable[_T_co@Iterable]` has no attribute `split`

pymongo/periodic_executor.py

[error] unresolved-attribute - Object of type `Task[_T_co@Task]` has no attribute `cancelling`

pymongo/synchronous/client_bulk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["writeConcern"]` and value of type `dict[str, int]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any] | dict[str, Exception]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any] | dict[str, Any | Exception]`

pymongo/synchronous/topology.py

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

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

mypy/typeops.py

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

mypy/checker.py

[error] invalid-argument-type - Argument to function `make_simplified_union` is incorrect: Expected `Sequence[Type]`, found `list[Unknown | Type | None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Instance | TypeType`, found `NoneType`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[Expression, Type], dict[Expression, Type]]`, found `tuple[dict[Expression, ProperType], dict[Expression, ProperType]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[Expression, Type], dict[Expression, Type]]`, found `tuple[dict[Expression, ProperType], dict[Expression, ProperType]]`

mypy/checkexpr.py

[error] invalid-argument-type - Argument to bound method `combine_function_signatures` is incorrect: Expected `list[ProperType]`, found `list[ProperType | None]`
[error] no-matching-overload - No overload of function `get_proper_types` matches arguments
[error] invalid-argument-type - Argument to bound method `check_generator_or_comprehension` is incorrect: Expected `list[Type] | None`, found `list[Type] | list[mypy.types.NoneType]`

mypy/checkpattern.py

[error] invalid-argument-type - Argument to bound method `contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType] | list[Instance]`
[error] invalid-argument-type - Argument to bound method `contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[AnyType] | list[Instance]`

mypyc/test-data/driver/driver.py

[error] invalid-raise - Cannot raise object of type `BaseException | None | Unknown`: Not an instance or subclass of `BaseException`

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

openlibrary/catalog/marc/tests/test_marc.py

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

openlibrary/plugins/upstream/models.py

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

openlibrary/plugins/worksearch/code.py

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

openlibrary/tests/solr/test_update.py

[error] unresolved-attribute - Object of type `MappingProxyType[_KT_co@MappingProxyType, _VT_co@MappingProxyType]` has no attribute `update`

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

optuna/cli.py

[error] invalid-argument-type - Argument is incorrect: Expected `BaseSampler | None`, found `BaseStorage | Any | bool | None`
[error] invalid-argument-type - Argument is incorrect: Expected `BaseSampler | None`, found `Unknown | BaseStorage | bool | None`

optuna/storages/_rdb/storage.py

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

optuna/study/_dataframe.py

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

optuna/testing/pytest_samplers.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, CategoricalDistribution | IntDistribution | FloatDistribution]`

optuna/visualization/_parallel_coordinate.py

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

tests/gp_tests/test_search_space.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/samplers_tests/test_nsgaii.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`

tests/study_tests/test_study.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/test_transform.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, CategoricalDistribution | FloatDistribution | IntDistribution]`

tests/trial_tests/test_frozen.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/visualization_tests/test_contour.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tests/visualization_tests/test_rank.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tests/visualization_tests/test_slice.py

[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to function `create_trial` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tutorial/20_recipes/009_ask_and_tell.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tutorial/20_recipes/013_wilcoxon_pruner.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `signedinteger[Unknown]`

paasta (https://github.com/yelp/paasta)

paasta_tools/secret_tools.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | None` on object of type `dict[str, str]`

paasta_tools/cli/cmds/spark_run.py

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

paasta_tools/cli/cmds/status.py

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

paasta_tools/cli/utils.py

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

paasta_tools/kubernetes_tools.py

[error] invalid-assignment - Object of type `Unknown & ~None` is not assignable to attribute `pod_anti_affinity` on type `Any | str | None | ... omitted 3 union elements`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Mapping[str, str]` and `list[Unknown] & ~AlwaysFalsy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `list[Unknown] & ~AlwaysFalsy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Sequence[Unknown]` and `list[Unknown] & ~AlwaysFalsy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `bool` and `list[Unknown] & ~AlwaysFalsy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `list[Unknown] & ~AlwaysFalsy`

paasta_tools/mesos/parallel.py

[error] unresolved-attribute - Object of type `Mapping[_KT@Mapping, _VT_co@Mapping]` has no attribute `clear`

paasta_tools/mesos/slave.py

[error] unresolved-attribute - Object of type `CoroutineType[_YieldT_co@CoroutineType, _SendT_nd_contra@CoroutineType, _ReturnT_nd_co@CoroutineType]` has no attribute `json`

paasta_tools/setup_kubernetes_job.py

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

paasta_tools/utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Any | dict[str, Any]` on object of type `dict[str, InstanceConfigDict]`

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

pandas/tests/dtypes/cast/test_dict_compat.py

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

pandas/core/arrays/interval.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `_concat_same_type`

pandas/core/frame.py

[error] invalid-argument-type - Argument to function `maybe_reorder` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[object]`

pandas/core/generic.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_numpy`

pandas/core/groupby/generic.py

[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `tuple[ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown | ndarray[tuple[Any, ...], Unknown], ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to function `get_join_indexers` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`

pandas/core/indexes/base.py

[error] unresolved-attribute - Attribute `name` is not defined on `Sequence[Index]` in union `Index | Sequence[Index]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@append`, found `(Index & ~Top[list[Unknown]] & ~tuple[object, ...]) | (Sequence[Index] & ~Top[list[Unknown]] & ~tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `_concat` is incorrect: Expected `list[Index]`, found `list[Self@append]`
[error] invalid-argument-type - Argument to bound method `_concat` is incorrect: Expected `list[Index]`, found `list[Index | Sequence[Index]]`

pandas/core/internals/blocks.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Block]`, found `list[Self@replace_list] | list[Block]`

pandas/core/internals/managers.py

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

pandas/io/formats/excel.py

[error] invalid-argument-type - Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[str, dict[str, bool | str | None] | dict[str, dict[str, str | None]] | Unknown | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-argument-type - Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str | None | dict[str, str] | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[str, dict[str, bool | str | None] | dict[str, dict[str, str | None]] | Unknown | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[str, str | None | dict[str, str] | ... omitted 5 union elements]`

pandas/io/formats/printing.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-argument-type - Argument to function `best_len` is incorrect: Expected `list[str]`, found `list[Sequence[str]] | list[Unknown]`
[error] unresolved-attribute - Attribute `rjust` is not defined on `Sequence[str]` in union `Sequence[str] | Unknown`
[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[str] | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | tuple[str, ...] | str` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sequence[str] | Unknown` and `LiteralString`

pandas/io/formats/style.py

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

pandas/io/formats/style_render.py

[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[dict[str, list[Unknown] | Any]] | str | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[dict[str, list[Unknown] | Any]] | str | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[dict[str, list[Unknown] | Any]] | str | ... omitted 4 union elements`

pandas/io/parsers/python_parser.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` on object of type `dict[Any, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `_remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[list[str] | list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-argument-type - Argument to bound method `_remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[list[str] | list[str | bytes | date | ... omitted 10 union elements]] | list[list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[str | bytes | date | ... omitted 11 union elements] | list[int]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[str | bytes | date | ... omitted 11 union elements] | list[int]`

pandas/io/pytables.py

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

pandas/plotting/_matplotlib/converter.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[type, type[Unknown]]]`, found `list[tuple[<class 'Timestamp'>, <class 'DatetimeConverter'>] | tuple[<class 'Period'>, <class 'PeriodConverter'>] | tuple[<class 'datetime'>, <class 'DatetimeConverter'>] | ... omitted 3 union elements]`

pandas/plotting/_matplotlib/core.py

[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool | list[tuple[int, ...]]`, found `list[tuple[Unknown, ...] | tuple[Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]] | tuple[int, ...]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'number'> | str`, found `<class 'bool'>`
[error] unresolved-attribute - Object of type `Sequence[_T_co@Sequence]` has no attribute `reshape`

pandas/tests/base/test_unique.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `unique`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `unique`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `nunique`

pandas/tests/base/test_value_counts.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `value_counts`

pandas/tests/frame/test_api.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `attrs` on type `DataFrame` with custom `__set__` method

pandas/tests/frame/test_constructors.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["z"]` and value of type `dict[tuple[str, str] | str, int | float]` on object of type `dict[tuple[str, str], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `tuple[tuple[str, str], dict[tuple[str, str], int]]`, found `tuple[Literal["z"], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[str, str], dict[tuple[str, str], int]].__getitem__(key: tuple[str, str], /) -> dict[tuple[str, str], int]` cannot be called with key of type `Literal["z"]` on object of type `dict[tuple[str, str], dict[tuple[str, str], int]]`

pandas/tests/groupby/aggregate/test_aggregate.py

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

pandas/tests/groupby/test_categorical.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, ndarray[tuple[Any, ...], dtype[Any]]].__getitem__(key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]]` cannot be called with key of type `Hashable` on object of type `dict[str, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/tests/indexing/test_iloc.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["0b"]` and `Unknown | str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown | str | None` and `str`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `tuple[None, str] | tuple[str, str]`, found `tuple[None | str, str]`

pandas/tests/io/formats/style/test_style.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[dict[str, str | list[tuple[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[CSSDict | dict[str, str | list[tuple[str, str]]]]`

pandas/tests/io/formats/style/test_to_latex.py

[error] invalid-argument-type - Argument to function `_parse_latex_cell_styles` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`
[error] invalid-argument-type - Argument to function `_parse_latex_cell_styles` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`
[error] invalid-argument-type - Argument to function `_parse_latex_css_conversion` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]]`

pandas/tests/io/json/test_normalize.py

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

pandas/tests/io/parser/test_concatenate_chunks.py

[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]] | dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ArrowExtensionArray]]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]]`, found `list[dict[int, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]] | dict[int, ArrowExtensionArray]]`

pandas/tests/io/test_orc.py

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

pandas/tests/io/test_sql.py

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

pandas/tests/io/test_stata.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `list[NaTType] | list[datetime]`, found `list[datetime | NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[6]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[4]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[5]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[6]` and value of type `datetime` on object of type `list[NaTType]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str] | dict[int | float, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str | tuple[int, int], dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, Unknown]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, Unknown]]`

pandas/tests/plotting/test_misc.py

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

pandas/tests/reshape/test_pivot.py

[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `dict[str, str]`

pandas/tests/tools/test_to_numeric.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Literal["string"]`

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

tests/series/test_series.py

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

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

tests/modin/test_logical_dtypes.py

[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `any`

tests/pandas/test_dtypes.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
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[<class 'datetime'> | <class 'datetime64'> | <class 'pandera.dtypes.Timestamp'> | ... omitted 3 union elements, str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[PeriodDtype, str], Series[Period]] | tuple[dict[<class 'SparseDtype'> | SparseDtype, SparseDtype], Series[Any]] | tuple[dict[IntervalDtype, str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[Unknown | <class 'datetime'> | <class 'datetime64'> | ... omitted 4 union elements, Unknown | str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[Unknown | PeriodDtype, Unknown | str], Series[Period]] | tuple[dict[Unknown | <class 'SparseDtype'> | SparseDtype, Unknown | SparseDtype], Series[Any]] | tuple[dict[Unknown | IntervalDtype, Unknown | str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`

tests/pandas/test_logical_dtypes.py

[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `any`

tests/pandas/test_pandas_engine.py

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

tests/pyspark/test_schemas_on_pyspark_pandas.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements`, found `<class 'Timedelta64'>`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements]`, found `set[<class 'Float128'> | <class 'Complex256'>]`

paroxython (https://github.com/laowantong/paroxython)

paroxython/derived_labels_db.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[LiteralString]]`, found `list[list[str]]`

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

src/pip/_internal/operations/check.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Any` and value of type `list[tuple[Any, Requirement] | Buffer]` on object of type `dict[Any, list[tuple[Any, Requirement]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Any` and value of type `list[tuple[Any, Version, Requirement] | Buffer]` on object of type `dict[Any, list[tuple[Any, Version, Requirement]]]`

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

src/poetry/utils/dependency_specification.py

[error] invalid-argument-type - Argument to function `get_package_from_vcs` is incorrect: Expected `str | None`, found `Unknown | str | bool | ... omitted 3 union elements`

ppb-vector (https://github.com/ppb/ppb-vector)

ppb_vector/__init__.py

[error] unresolved-attribute - Object of type `dict_keys[_KT_co@dict_keys, _VT_co@dict_keys]` has no attribute `join`

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

src/integrations/prefect-aws/prefect_aws/deployments/steps.py

[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `upload_file`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `get_paginator`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `download_file`

src/integrations/prefect-azure/tests/test_aci_worker.py

[error] invalid-argument-type - Argument is incorrect: Expected `AzureContainerInstanceCredentials`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `AzureContainerInstanceCredentials`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SecretStr`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SecretStr`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Any | str | dict[Unknown, Unknown] | ... omitted 5 union elements`

src/integrations/prefect-databricks/prefect_databricks/flows.py

[error] unresolved-attribute - Object of type `CoroutineType[_YieldT_co@CoroutineType, _SendT_nd_contra@CoroutineType, _ReturnT_nd_co@CoroutineType]` has no attribute `get`
[error] unresolved-attribute - Object of type `CoroutineType[_YieldT_co@CoroutineType, _SendT_nd_contra@CoroutineType, _ReturnT_nd_co@CoroutineType]` has no attribute `get`

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `list[Any | list[str] | str]`
[error] invalid-assignment - Object of type `list[Any | list[str] | str]` is not assignable to attribute `steps_override` on type `Unknown | TriggerJobRunOptions`

src/integrations/prefect-dbt/tests/core/test_orchestrator_cache.py

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

src/integrations/prefect-dbt/tests/core/test_orchestrator_integration.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`

src/integrations/prefect-dbt/tests/core/test_orchestrator_per_node.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`

src/integrations/prefect-dbt/tests/core/test_orchestrator_test_strategies.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | MagicMock | Path | ExecutionMode`

src/integrations/prefect-dbt/tests/core/test_runner.py

[error] invalid-argument-type - Argument to bound method `_create_task_options` is incorrect: Expected `list[Asset] | None`, found `list[Mock]`

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

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | None` on object of type `MIMEMultipart`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str` and value of type `(Unknown & ~Top[list[Unknown]]) | str | None` on object of type `MIMEMultipart`

src/integrations/prefect-gcp/tests/test_credentials.py

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

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[error] unresolved-attribute - Attribute `get_secret_value` is not defined on `str` in union `str | Any`
[error] unresolved-attribute - Attribute `get_secret_value` is not defined on `None`, `str` in union `Unknown | None | str`

src/integrations/prefect-snowflake/tests/experimental/test_spcs_worker.py

[error] invalid-argument-type - Argument is incorrect: Expected `Literal["INFO", "ERROR", "NONE"]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["INFO", "ERROR", "NONE"]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeCredentials`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `SnowflakeCredentials`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str | None]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int | None`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, Any]]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, Any]]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, str]]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[dict[str, str]]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str]`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | dict[Unknown, Unknown] | Unknown | ... omitted 3 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Any | str | dict[Unknown, Unknown] | ... omitted 3 union elements`

src/prefect/cli/deploy/_core.py

[error] invalid-argument-type - Argument to function `_create_deployment_triggers` is incorrect: Expected `list[EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger]`, found `list[DeploymentEventTrigger | DeploymentMetricTrigger | DeploymentCompoundTrigger | DeploymentSequenceTrigger] | list[Unknown]`
[error] invalid-argument-type - Argument to function `_create_deployment_triggers` is incorrect: Expected `list[EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger]`, found `list[DeploymentEventTrigger | DeploymentMetricTrigger | DeploymentCompoundTrigger | DeploymentSequenceTrigger] | list[EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger]`

src/prefect/cli/deploy/_schedules.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Unknown | timedelta | datetime`

src/prefect/cli/work_queue.py

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

src/prefect/server/models/block_schemas.py

[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `replace`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `replace`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/prefect/utilities/_engine.py

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

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

psycopg/psycopg/types/enum.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[bytes, E@_make_load_map], ...]`, found `tuple[tuple[bytes | Unknown, E@_make_load_map | Unknown | str], ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[E@_make_dump_map, bytes], ...]`, found `tuple[tuple[E@_make_dump_map | Unknown | str, bytes | Unknown], ...]`

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

pwndbg/aglib/heap/structs.py

[error] unresolved-attribute - Attribute `__ctype_le__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements`
[error] unresolved-attribute - Attribute `__ctype_le__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] unresolved-attribute - Attribute `__ctype_be__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements`
[error] unresolved-attribute - Attribute `__ctype_be__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[CFuncPtr]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_Pointer[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type].__getitem__(key: <class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, /) -> Type` cannot be called with key of type `type[_SimpleCData[Any]]` on object of type `dict[<class 'c_char'> | <class 'c_byte'> | <class 'c_int16'> | ... omitted 8 union elements, Type]`

pwndbg/commands/kmod.py

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

pwndbg/dbg_mod/gdb/__init__.py

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

pwndbg/dbg_mod/lldb/repl/fuzzy.py

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

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

tests/test_call_policies.py

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

tests/test_pytypes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`

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

lib/Crypto/SelfTest/Hash/test_KMAC.py

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

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] not-iterable - Object of type `Unknown | tuple[str, str] | tuple[str, str, str] | None` may not be iterable
[error] invalid-argument-type - Argument to function `tobytes` is incorrect: Expected `bytes | str`, found `Unknown | str | None`
[error] unresolved-attribute - Attribute `replace` is not defined on `None` in union `Unknown | str | None`
[error] not-iterable - Object of type `Unknown | tuple[str, str] | tuple[str, str, str] | None` may not be iterable
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | None`
[error] unresolved-attribute - Attribute `new` is not defined on `None` in union `Unknown | <module 'Crypto.Hash.TupleHash128'> | <module 'Crypto.Hash.TupleHash256'> | None`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | None`
[error] unresolved-attribute - Attribute `new` is not defined on `None` in union `Unknown | <module 'Crypto.Hash.TupleHash128'> | <module 'Crypto.Hash.TupleHash256'> | None`
[error] not-iterable - Object of type `Unknown | tuple[str, str] | tuple[str, str, str] | None` may not be iterable

lib/Crypto/SelfTest/IO/test_PKCS8.py

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

lib/Crypto/SelfTest/Protocol/test_KDF.py

[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `TestVector` with no `__getitem__` method
[error] unresolved-attribute - Attribute `P` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `P` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `S` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `S` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `dkLen` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `dkLen` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `r` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `r` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `p` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `p` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `output` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - Attribute `output` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`, `TestVector` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | ... omitted 3 union elements`

lib/Crypto/SelfTest/Signature/test_dss.py

[error] invalid-assignment - Not enough values to unpack: Expected 6
[error] unresolved-attribute - Attribute `test_key` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `test_key` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `module` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `module` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `message` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `message` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `result` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `result` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 4 union elements`

lib/Crypto/SelfTest/Signature/test_eddsa.py

[error] invalid-argument-type - Argument to function `import_private_key` is incorrect: Expected `bytes`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `bytes | Hash | XOF`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] unresolved-attribute - Attribute `new` is not defined on `bytes` in union `bytes | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `bytes | Hash | XOF`, found `SHA512Hash | SHAKE256_XOF`
[error] invalid-argument-type - Argument to function `import_public_key` is incorrect: Expected `bytes`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes | Hash | XOF`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] unresolved-attribute - Attribute `new` is not defined on `bytes` in union `bytes | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHA512Hash | SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `bytes | None | <module 'Crypto.Hash.SHA512'> | <module 'Crypto.Hash.SHAKE256'>`

lib/Crypto/Util/asn1.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal[b""]` and `Unknown | int`
[error] unresolved-attribute - Attribute `encode` is not defined on `int` in union `Unknown | int`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `list[Unknown | Divergent | int] | list[Unknown | int] | list[Unknown]`

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

pydantic/json_schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[str] & ~AlwaysFalsy` on object of type `dict[str, str | dict[str, dict[str, Any]]]`

pydantic/v1/main.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Sequence[Any] | ErrorWrapper]`, found `list[object] & ~AlwaysFalsy`

pydantic/v1/schema.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["required"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, str | dict[Unknown, Unknown]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["additionalProperties"]` and value of type `Literal[False]` on object of type `dict[str, str | dict[Unknown, Unknown]]`

pydantic/v1/typing.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `type[Any] | ForwardRef | Unknown` on object of type `dict[str, type[Any]]`

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

pylox/containers/array.py

[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `append`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `appendleft`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `popleft`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `reverse`

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

src/tests/test_jsproxy.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `list[Unknown]`

src/tests/test_webloop.py

[error] unresolved-attribute - Object of type `Task[_T_co@Task]` has no attribute `then`

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

pyppeteer/page.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["clip"]` and value of type `(Unknown & ~AlwaysFalsy) | (dict[str, int | Unknown] & ~AlwaysFalsy)` on object of type `dict[str, str]`

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

src/_pytest/assertion/util.py

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

src/_pytest/config/__init__.py

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

src/_pytest/mark/structures.py

[error] invalid-argument-type - Argument to function `normalize_mark_list` is incorrect: Expected `Iterable[Mark | MarkDecorator]`, found `list[object] | (Any & Top[list[Unknown]]) | list[Any]`

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

Pythonwin/pywin/Demos/app/basictimerapp.py

[error] invalid-argument-type - Argument to function `mktime` is incorrect: Expected `tuple[int, int, int, int, int, int, int, int, int]`, found `tuple[int, ...]`

Pythonwin/pywin/framework/editor/editor.py

[error] unresolved-attribute - Object of type `Pattern[AnyStr@Pattern]` has no attribute `group`
[error] unresolved-attribute - Object of type `Pattern[AnyStr@Pattern]` has no attribute `group`

com/win32comext/axdebug/codecontainer.py

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

win32/Demos/security/explicit_entries.py

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

win32/Lib/win32rcparser.py

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

win32/test/test_win32inet.py

[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `list[str]`

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

examples/exception.py

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

tests/render.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_align.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_card.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_columns.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_columns_align.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_console.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_inspect.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_log.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_markdown.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_markdown_no_hyperlinks.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_panel.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_pretty.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_progress.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_prompt.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_protocol.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_rule.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_rule_in_table.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_segment.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_styled.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_syntax.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_table.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_text.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tests/test_traceback.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`
[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

tools/profile_pretty.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `getvalue`

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

rotkehlchen/accounting/structures/processed_event.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["cost_basis"]` and value of type `None | dict[str, Any]` on object of type `dict[str, str | Timestamp]`

rotkehlchen/user_messages.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["location"]` and value of type `str` on object of type `dict[str, Never]`

rotkehlchen/accounting/types.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["originating_event_id"]` and value of type `int & ~AlwaysFalsy` on object of type `dict[str, str | Timestamp]`

rotkehlchen/api/v1/fields.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Asset` and value of type `str` on object of type `dict[Asset, Literal["remote", "local"]]`

rotkehlchen/assets/utils.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChainID`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChainID`, found `ChainID | None | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `ChainID | None | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `list[UnderlyingToken] | None`, found `ChainID | None | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `str | None`, found `ChainID | None | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `list[UnderlyingToken] | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `str | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`

rotkehlchen/chain/ethereum/modules/eth2/eth2.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `dict[str, dict[Unknown, Unknown]]`, found `dict[str, defaultdict[int, dict[Unknown, Unknown]] | defaultdict[str, FVal]]`

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

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[b"(-?\xdf"]` and value of type `dict[bytes, (bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput) | (bound method Self@decoding_by_input_data._decode_lock_aura(context: DecoderContext) -> EvmDecodingOutput)]` on object of type `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[b"K\xbc\x17\n"]` and value of type `dict[bytes, (bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput) | (bound method Self@decoding_by_input_data._decode_lock_aura_bridged(context: DecoderContext) -> EvmDecodingOutput)]` on object of type `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[bytes, dict[bytes, (...) -> Unknown]]`, found `dict[bytes, dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[bytes, dict[bytes, (...) -> Unknown]]`, found `dict[bytes, dict[bytes, (...) -> Unknown] | dict[bytes, bound method Self@decoding_by_input_data._decode_reward_claims(context: DecoderContext) -> EvmDecodingOutput]]`

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

[error] invalid-assignment - Invalid subscript assignment with key of type `ChecksumAddress` and value of type `tuple[(context) -> Unknown]` on object of type `dict[Unknown | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_voting_escrow_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_vote_events(context: DecoderContext) -> EvmDecodingOutput]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `ChecksumAddress` and value of type `tuple[(context) -> Unknown]` on object of type `dict[Unknown | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_voting_escrow_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_vote_events(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/db/dbhandler.py

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

rotkehlchen/db/reports.py

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

rotkehlchen/externalapis/google_calendar.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["errors"]` and value of type `list[Unknown] & ~AlwaysFalsy` on object of type `dict[str, int | str]`

rotkehlchen/logging.py

[error] invalid-argument-type - Invalid argument to key "filters" with declared type `dict[str, _FilterConfigurationTypedDict | dict[str, Any]]` on TypedDict `_DictConfigArgs`: value of type `dict[str, dict[str, <class 'PywsgiFilter'>]]`

rotkehlchen/tests/db/test_history_events.py

[error] invalid-argument-type - Argument to function `add_history_events_to_db` is incorrect: Expected `dict[int, tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]]`, found `dict[int, tuple[str, TimestampMS, FVal, None] | tuple[str, TimestampMS, FVal, dict[str, HistoryMappingState]]]`
[error] invalid-argument-type - Argument to function `add_eth2_events_to_db` is incorrect: Expected `dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, dict[Unknown, Unknown] | None]]`, found `dict[int, tuple[EVMTxHash, TimestampMS, FVal, str, None] | tuple[EVMTxHash, TimestampMS, FVal, str, dict[str, HistoryMappingState]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[str, TimestampMS, FVal, None | Unknown]].__getitem__(key: int, /) -> tuple[str, TimestampMS, FVal, None | Unknown]` cannot be called with key of type `None` on object of type `dict[int, tuple[str, TimestampMS, FVal, None | Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]].__getitem__(key: int, /) -> tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]` cannot be called with key of type `None` on object of type `dict[int, tuple[str, TimestampMS, FVal, dict[Unknown, Unknown] | None]]`

rotkehlchen/tests/unit/test_ethereum_airdrops.py

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

rotkehlchen/tests/unit/test_etherscan.py

[error] invalid-argument-type - Argument to function `_hashes_tuple_to_list` is incorrect: Expected `set[tuple[EVMTxHash, Timestamp]]`, found `set[tuple[str, int]]`
[error] invalid-argument-type - Argument to function `_hashes_tuple_to_list` is incorrect: Expected `set[tuple[EVMTxHash, Timestamp]]`, found `set[tuple[EVMTxHash, Timestamp] | tuple[str, int]]`

rotkehlchen/tests/utils/ethereum.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DBHandler | EvmNodeInquirer | EvmTransactions`, found `BeaconChain`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`

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

src/schemathesis/engine/context.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["session"]` and value of type `Session` on object of type `dict[str, dict[str, str] | int | None | ... omitted 3 union elements]`

src/schemathesis/specs/openapi/adapter/parameters.py

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

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

src/scikit_build_core/settings/skbuild_schema.py

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

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

sklearn/compose/tests/test_column_transformer.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[list[str], ndarray[tuple[int, int], dtype[Any]]] | tuple[list[str], ndarray[tuple[Any, ...], dtype[Any]]] | tuple[slice[Any, Any, Any], ndarray[tuple[Any, ...], dtype[Any]]] | ... omitted 6 union elements]`, found `list[tuple[int, ndarray[tuple[int, int], dtype[Any]]] | tuple[str, ndarray[tuple[int, int], dtype[Any]]] | tuple[Unknown, ndarray[tuple[int, int], dtype[Any]]]]`

sklearn/decomposition/tests/test_factor_analysis.py

[error] unresolved-attribute - Unresolved attribute `verbose` on type `FactorAnalysis`

sklearn/ensemble/_forest.py

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

sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py

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

sklearn/ensemble/tests/test_forest.py

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

sklearn/linear_model/tests/test_least_angle.py

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

sklearn/linear_model/tests/test_ridge.py

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

sklearn/metrics/tests/test_classification.py

[error] unresolved-attribute - Attribute `keys` is not defined on `int`, `float` in union `dict[str, int | float] | int | float`
[error] unresolved-attribute - Attribute `keys` is not defined on `int`, `float` in union `Unknown | dict[str, int | float] | int | float`
[error] not-iterable - Object of type `dict[str, int | float] | int | float` may not be iterable
[error] not-iterable - Object of type `Unknown | dict[str, int | float] | int | float` may not be iterable

sklearn/neighbors/_classification.py

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

sklearn/preprocessing/_data.py

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

sklearn/preprocessing/_polynomial.py

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

sklearn/preprocessing/tests/test_data.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0]]` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> list[int] | Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[list[int] | Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0]]` on object of type `list[list[int] | Unknown]`
[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 `tuple[slice[None, None, None], slice[Literal[1], None, None]]` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> list[int] | Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[list[int] | Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[1], None, None]]` on object of type `list[list[int] | Unknown]`

sklearn/svm/_base.py

[error] unresolved-attribute - Attribute `get` is not defined on `int` in union `dict[str, dict[bool, int]] | int`
[error] unresolved-attribute - Attribute `get` is not defined on `int` in union `(Unknown & ~None) | dict[str, dict[bool, int]] | int`

sklearn/tree/_classes.py

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

sklearn/utils/_param_validation.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[_InstancesOf | Interval | _NanConstraint | _PandasNAConstraint]`, found `list[_InstancesOf | _NoneConstraint]`

sklearn/utils/estimator_checks.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'str'> | <class 'int'> | <class 'float'> | ... omitted 4 union elements]`, found `dict_values[str, type[generic[Any]]]`

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

scipy/fft/tests/test_basic.py

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

scipy/integrate/tests/test_banded_ode_solvers.py

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

doc/source/array_api_capabilities_table.py

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

scipy/_lib/_array_api.py

[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `cpu` on type `Unknown | None | _XPSphinxCapability`
[error] unresolved-attribute - Attribute `gpu` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `gpu` on type `Unknown | None | _XPSphinxCapability`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `cpu` on type `Unknown | None | _XPSphinxCapability`
[error] unresolved-attribute - Attribute `gpu` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `gpu` on type `Unknown | None | _XPSphinxCapability`
[error] unresolved-attribute - Attribute `gpu` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `gpu` on type `Unknown | None | _XPSphinxCapability`
[error] unresolved-attribute - Attribute `warnings` is not defined on `None` in union `Unknown | None | _XPSphinxCapability`
[error] no-matching-overload - No overload of bound method `update` matches arguments

scipy/_lib/_array_api_docs_tables.py

[error] invalid-return-type - Return type does not match returned value: expected `list[dict[str, str]]`, found `list[dict[str, Any | bool | str] | dict[str, str]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dask"]` and value of type `(Unknown & ~AlwaysTruthy) | dict[str, bool]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dask"]` and value of type `Unknown | dict[str, bool]` on object of type `dict[str, bool]`

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, ...] | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | ... omitted 4 union elements]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `__qualname__` on type `([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | str | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `__qualname__` on type `Any | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `dict[str, <class 'TypeError'> | <class 'AttributeError'>]`, `str` in union `([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `__name__` is not defined on `dict[str, <class 'TypeError'> | <class 'AttributeError'>]`, `str` in union `Any | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`

scipy/fftpack/tests/gen_fftw_ref.py

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

scipy/interpolate/tests/test_bsplines.py

[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | int | str | ... omitted 3 union elements` and `Literal[3]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | int | str | ... omitted 3 union elements` and `Literal[3]`
[error] not-iterable - Object of type `complex` is not iterable
[error] not-iterable - Object of type `float` is not iterable
[error] not-iterable - Object of type `int` is not iterable

scipy/io/matlab/tests/test_mio5_utils.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[Any]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[Any]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`

scipy/odr/_odrpack.py

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

scipy/optimize/_optimize.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ndarray[tuple[int], dtype[Unknown]]`, found `None | Unknown`

scipy/optimize/_shgo.py

[error] unresolved-attribute - Attribute `update` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | Divergent | str | ... omitted 3 union elements`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | Divergent | str | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | Divergent | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | tuple[Divergent, ...] | None | tuple[Unknown, ...]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Divergent] | ndarray[tuple[Any, ...], dtype[Unknown]] | list[Unknown]`

scipy/optimize/_shgo_lib/_complex.py

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

scipy/optimize/tests/test__shgo.py

[error] unresolved-attribute - Attribute `lower` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]`, `dict[Unknown, Unknown]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `lower` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]`, `dict[Unknown, Unknown]`, `None` in union `Unknown | Divergent | str | ... omitted 3 union elements`

scipy/sparse/_index.py

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

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `toarray`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `toarray`

scipy/sparse/tests/test_construct.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Any & <Protocol with members '__len__'>) | ndarray[tuple[Any, ...], dtype[Any]] | (int & <Protocol with members '__len__'>) | (float & <Protocol with members '__len__'>)`

scipy/stats/tests/test_axis_nan_policy.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `list[str | bool]` and value of type `int | float` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/stats/tests/test_discrete_basic.py

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

scipy/stats/tests/test_sampling.py

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

subprojects/cobyqa/cobyqa/main.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `int | Any | ((n) -> Unknown) | float`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int | Any | ((n) -> Unknown) | float` and `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | Any | ((n) -> Unknown) | float`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int | Any | ((n) -> Unknown) | float` and `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | Any | ((n) -> Unknown) | float`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `int | Any | ((n) -> Unknown) | float`

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

tests/test_downloadermiddleware_cookies.py

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

tests/test_http_request_form.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, Iterable[str] | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, Iterable[str] | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, Iterable[str] | bytes]`

tests/test_pipeline_files.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown] | tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown] | tuple[bool, dict[str, str]]]`

tests/test_pipeline_images.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown] | tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown] | tuple[bool, dict[str, str]]]`

tests/test_pipeline_media.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[bool, Unknown] | tuple[bool, int]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[Literal[True], FileInfo] | tuple[bool, Unknown] | tuple[bool, int]]`

tests/test_spider.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `custom_settings` on type `Unknown | <class 'Spider'>`

tests/test_utils_datatypes.py

[error] unresolved-attribute - Object of type `MutableMapping[_KT@MutableMapping, _VT@MutableMapping]` has no attribute `fromkeys`
[error] unresolved-attribute - Object of type `MutableMapping[_KT@MutableMapping, _VT@MutableMapping]` has no attribute `fromkeys`
[error] unresolved-attribute - Object of type `MutableMapping[_KT@MutableMapping, _VT@MutableMapping]` has no attribute `copy`

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

setuptools/_vendor/jaraco/context/__init__.py

[error] invalid-argument-type - Argument to function `check_call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[str | None | Unknown]`

setuptools/_distutils/archive_util.py

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

setuptools/_distutils/command/bdist.py

[error] unresolved-attribute - Unresolved attribute `owner` on type `Command`
[error] unresolved-attribute - Unresolved attribute `group` on type `Command`
[error] unresolved-attribute - Unresolved attribute `keep_temp` on type `Command`
[error] unresolved-attribute - Unresolved attribute `format` on type `Command`

setuptools/_distutils/command/build_ext.py

[error] unresolved-attribute - Attribute `split` is not defined on `list[tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[tuple[Unknown, str]] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Divergent] & ~AlwaysFalsy`, `list[tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[Divergent] & ~AlwaysFalsy) | (list[tuple[Unknown, str]] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Unknown]` in union `(Unknown & ~None) | list[Unknown]`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Divergent]`, `list[Unknown]` in union `(Unknown & ~None) | list[Divergent] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown | str]`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str | Unknown]`, found `Unknown | None | list[Unknown]`

setuptools/_distutils/util.py

[error] invalid-argument-type - Argument to function `spawn` is incorrect: Expected `MutableSequence[bytes | str | PathLike[str]]`, found `list[str]`

setuptools/_vendor/backports/tarfile/__init__.py

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

setuptools/tests/test_warnings.py

[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `int`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `Unknown | str`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `tuple[str, str] | dict[str, int | str] | str | dict[str, tuple[int, int, int]] | dict[str, tuple[int, int, int] | str]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | tuple[str, str] | dict[str, int | str] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `cleandoc` is incorrect: Expected `str`, found `tuple[str, str] | dict[str, int | str] | str | dict[str, tuple[int, int, int]] | dict[str, tuple[int, int, int] | str]`
[error] invalid-argument-type - Argument to function `cleandoc` is incorrect: Expected `str`, found `Unknown | tuple[str, str] | dict[str, int | str] | ... omitted 3 union elements`

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

lib/spack/spack/ci/__init__.py

[error] unresolved-attribute - Object of type `list[Unknown]` has no attribute `extent`
[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `extent`
[error] unresolved-attribute - Object of type `list[str]` has no attribute `extent`

lib/spack/spack/ci/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`

lib/spack/spack/cmd/__init__.py

[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Unknown | Spec | None`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `GeneratorType[Unknown, None, None]`
[error] invalid-argument-type - Argument to function `colify` is incorrect: Expected `list[Any]`, found `GeneratorType[Unknown | str, None, None]`

lib/spack/spack/cmd/config.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["variants"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, list[Unknown]]`

lib/spack/spack/cmd/repo.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to function `cescape` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[dict[str, str | Unknown | None]]`

lib/spack/spack/environment/environment.py

[error] unresolved-attribute - Object of type `list[_T@list]` has no attribute `update`

lib/spack/spack/install_test.py

[error] unresolved-attribute - Object of type `Counter[_T@Counter]` has no attribute `total`
[error] unresolved-attribute - Object of type `Counter[_T@Counter]` has no attribute `total`

lib/spack/spack/mirrors/mirror.py

[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Literal[True] | Unknown | str`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Literal[True] | Unknown | str | Divergent`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | str | Literal[False]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | str | Divergent | Literal[False]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, str | Divergent]` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str | Divergent`

lib/spack/spack/new_installer.py

[error] invalid-assignment - Object of type `list[tuple[Unknown | None | Spec, Literal["auto", "cache_only", "source_only"]]]` is not assignable to `list[tuple[Spec, Literal["auto", "cache_only", "source_only"]]]`
[error] invalid-argument-type - Argument to bound method `lock` is incorrect: Expected `Spec`, found `Unknown | None | Spec`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Spec, Lock]`, found `tuple[str, Unknown | None | Spec, Lock]`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | None | Spec`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | None | Spec`
[error] unresolved-attribute - Attribute `is_develop` is not defined on `None` in union `Unknown | None | Spec`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None | Spec`
[error] invalid-argument-type - Argument to function `start_build` is incorrect: Expected `Spec`, found `Unknown | None | Spec`
[error] invalid-argument-type - Argument to bound method `start_record` is incorrect: Expected `Spec`, found `Unknown | None | Spec`

lib/spack/spack/spec_parser.py

[error] index-out-of-bounds - Index 0 is out of bounds for tuple `tuple[()]` with length 0

lib/spack/spack/test/cmd/checksum.py

[error] invalid-argument-type - Argument to function `interactive_version_filter` is incorrect: Expected `dict[StandardVersion, str]`, found `dict[StandardVersion | GitVersion, str]`
[error] invalid-argument-type - Argument to function `interactive_version_filter` is incorrect: Expected `dict[StandardVersion, str]`, found `dict[Unknown | StandardVersion | GitVersion, Unknown | str]`

lib/spack/spack/test/concretization/errors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[Spec, Spec | None]]`, found `list[tuple[Spec, Spec] | tuple[Spec, None]]`

lib/spack/spack/test/repo.py

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

lib/spack/spack/test/util/editor.py

[error] unresolved-attribute - Object of type `_Environ[AnyStr@_Environ]` has no attribute `unset`

lib/spack/spack/util/web.py

[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `ParseResult`, found `Unknown | bool | set[str]`
[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `bool`, found `Unknown | bool | set[str]`
[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `set[str]`, found `Unknown | bool | set[str]`

lib/spack/spack/vendor/altgraph/GraphAlgo.py

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

lib/spack/spack/vendor/attr/_compat.py

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

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

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

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

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[list[tuple[int, int]], str, LazyEval, list[str]]`, found `tuple[list[tuple[int, int]], Unknown, Unknown, (Unknown & ~None) | list[None | Unknown]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[list[tuple[int, int]], str, LazyEval, list[str]]`, found `tuple[list[tuple[int, int]], Unknown, Unknown, (Unknown & ~None) | list[str | None]]`

share/spack/qa/flake8_formatter.py

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

var/spack/test_repos/spack_repo/builtin_mock/build_systems/compiler.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Sized` and value of type `str | Path` on object of type `dict[str, str | Path]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Sized` and value of type `str | Path` on object of type `dict[str, str | Path]`

speedrun.com_global_scoreboard_webapp (https://github.com/Avasam/speedrun.com_global_scoreboard_webapp)

backend/services/user_updater_helpers.py

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

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

sphinx/domains/c/_symbol.py

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

sphinx/domains/cpp/_symbol.py

[error] unresolved-attribute - Attribute `objectType` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_newest_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`

sphinx/domains/python/_annotations.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[desc_sig_name | desc_sig_operator]` and `list[Node]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[desc_sig_name | desc_sig_operator]` and `list[Node]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Node]`, found `list[desc_sig_operator]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Node]`, found `list[desc_sig_punctuation]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Node]`, found `list[Unknown] | list[desc_sig_punctuation]`

sphinx/ext/autodoc/_dynamic/_member_finder.py

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

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

tests/test_formparsers.py

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

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

static_frame/core/memory_measure.py

[error] invalid-yield - Yield type `tuple[str, list[Unknown]]` does not match annotated yield type `tuple[tuple[str, ...], list[int]]`
[error] invalid-yield - Yield type `tuple[str, list[int]]` does not match annotated yield type `tuple[tuple[str, ...], list[int]]`

static_frame/test/unit/test_archive_zip.py

[error] unresolved-attribute - Object of type `IO[AnyStr@IO]` has no attribute `readinto`

static_frame/test/unit/test_axis_map.py

[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]] | dict[Hashable, Divergent | Index[Any]]`

static_frame/test/unit/test_container_util.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `generic[_ItemT_co@generic]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `generic[_ItemT_co@generic]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `to_pairs`

static_frame/test/unit/test_frame_iter.py

[error] unresolved-attribute - Object of type `Series[TVIndex@Series, TVDtype@Series]` has no attribute `iter_tuple`
[error] unresolved-attribute - Object of type `Series[TVIndex@Series, TVDtype@Series]` has no attribute `iter_tuple_items`

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 `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, tuple[str]]]`

static_frame/test/unit/test_yarn.py

[error] unresolved-attribute - Object of type `Yarn[TVIndex@Yarn]` has no attribute `to_pairs`
[error] unresolved-attribute - Object of type `Yarn[TVIndex@Yarn]` has no attribute `to_pairs`

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

strawberry/extensions/utils.py

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

strawberry/federation/schema.py

[error] invalid-argument-type - Argument to function `create_type` is incorrect: Expected `list[StrawberryField]`, found `list[list[FederationAny] | StrawberryField | Any]`
[error] invalid-return-type - Return type does not match returned value: expected `list[FederationAny]`, found `list[object]`

strawberry/printer/printer.py

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

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

sympy/physics/vector/point.py

[error] not-subscriptable - Cannot subscript object of type `Sized` with no `__getitem__` method
[error] unresolved-attribute - Attribute `__contains__` is not defined on `Sized` in union `Unknown | Divergent | Sized`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Divergent | Sized` and `list[Unknown | Divergent]`
[error] not-subscriptable - Cannot subscript object of type `Sized` with no `__getitem__` method

sympy/polys/matrices/sdm.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `dict[Unknown, Unknown] | None`

sympy/holonomic/tests/test_holonomic.py

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

sympy/calculus/tests/test_singularities.py

[error] unresolved-attribute - Object of type `set[_T@set]` has no attribute `dummy_eq`
[error] unresolved-attribute - Object of type `set[_T@set]` has no attribute `dummy_eq`

sympy/combinatorics/polyhedron.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Permutation]`, found `list[None | Permutation]`

sympy/combinatorics/tests/test_permutations.py

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

sympy/core/add.py

[error] unresolved-attribute - Attribute `is_Number` is not defined on `tuple[Unknown, Unknown, Expr]` in union `tuple[Unknown, Unknown, Expr] | Unknown | Divergent`

sympy/core/exprtools.py

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

sympy/core/mod.py

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

sympy/core/mul.py

[error] unresolved-attribute - Attribute `q` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `p` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `q` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `p` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `q` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `q` is not defined on `Add` in union `Add | Unknown`
[error] unresolved-attribute - Attribute `gcd` is not defined on `Self@flatten` in union `Self@flatten | Divergent | Divergent`
[error] unresolved-attribute - Attribute `is_Integer` is not defined on `int` in union `Expr | int`
[error] unresolved-attribute - Object of type `Expr | int` has no attribute `p`
[error] unresolved-attribute - Object of type `Expr | int` has no attribute `p`
[error] unresolved-attribute - Object of type `Expr | int` has no attribute `p`
[error] unresolved-attribute - Attribute `as_base_exp` is not defined on `int` in union `Expr | int`
[error] unresolved-attribute - Attribute `is_even` is not defined on `int` in union `Expr | int`
[error] unresolved-attribute - Object of type `Expr` has no attribute `p`

sympy/core/tests/test_var.py

[error] unresolved-attribute - Object of type `(names, **args) -> Unknown` has no attribute `is_real`
[error] unresolved-attribute - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Any | ((names, **args) -> Unknown)`
[error] unresolved-attribute - Object of type `(names, **args) -> Unknown` has no attribute `is_real`
[error] unresolved-attribute - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Any | ((names, **args) -> Unknown)`

sympy/functions/elementary/exponential.py

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

sympy/functions/elementary/piecewise.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Or` on object of type `dict[Unknown, list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown, list[Unknown]]`, found `tuple[Unknown, Literal[True]]`

sympy/integrals/laplace.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`

sympy/integrals/manualintegrate.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Symbol`, found `Expr | Unknown`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[RewriteRule, Equality] | tuple[RewriteRule, BooleanTrue] | tuple[RewriteRule, Unknown]`, found `tuple[ArctanRule, BooleanTrue]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[RewriteRule, Equality]`, found `tuple[(Unknown & ~AlwaysTruthy) | ConstantTimesRule, Literal[True]]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Rule]`, found `list[ReciprocalRule | ConstantTimesRule]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Symbol`, found `Expr | Unknown`

sympy/matrices/matrixbase.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@berkowitz`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_eigen.py

[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `count`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `count`

sympy/ntheory/ecm.py

[error] unresolved-attribute - Attribute `x_cord` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `z_cord` is not defined on `int` in union `int | Unknown`

sympy/physics/continuum_mechanics/beam.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | int | str`

sympy/physics/mechanics/models.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Point, Unknown]`, found `tuple[ReferenceFrame, Unknown]`

sympy/physics/quantum/hilbert.py

[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - Attribute `base` is not defined on `Basic`, `None` in union `Unknown | Basic | None | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic`, `None` in union `Unknown | Basic | None | Divergent`

sympy/physics/quantum/operatorset.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[type]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`

sympy/physics/secondquant.py

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

sympy/physics/vector/frame.py

[error] not-subscriptable - Cannot subscript object of type `Sized` with no `__getitem__` method
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Divergent` and `Unknown | Divergent | Sized`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Divergent | Sized` and `list[Unknown | Divergent]`
[error] not-subscriptable - Cannot subscript object of type `Sized` with no `__getitem__` method

sympy/plotting/experimental_lambdify.py

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

sympy/plotting/pygletplot/color_scheme.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable

sympy/polys/domains/domain.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Er@Domain]`, found `list[list[Er@Domain] | Er@Domain]`

sympy/polys/domains/fractionfield.py

[error] unresolved-attribute - Object of type `Domain[Er@Domain]` has no attribute `factorial`

sympy/polys/matrices/tests/test_xxm.py

[error] unresolved-attribute - Attribute `rows` is not defined on `DFM`, `DFM_dummy` in union `DFM | DFM_dummy | DDM`
[error] unresolved-attribute - Attribute `cols` is not defined on `DFM`, `DFM_dummy` in union `DFM | DFM_dummy | DDM`
[error] unresolved-attribute - Attribute `domain` is not defined on `DFM`, `DFM_dummy` in union `DFM | DFM_dummy | DDM`
[error] unresolved-attribute - Attribute `shape` is not defined on `DFM`, `DFM_dummy` in union `DFM | DFM_dummy | DDM`
[error] not-subscriptable - Cannot subscript object of type `DFM_dummy` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `DFM` with no `__getitem__` method
[error] unresolved-attribute - Object of type `DFM | DFM_dummy | DDM` has no attribute `rep`
[error] unresolved-attribute - Attribute `to_ddm` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`
[error] unresolved-attribute - Attribute `to_sdm` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`
[error] unresolved-attribute - Attribute `to_dfm` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`
[error] unresolved-attribute - Attribute `to_dfm_or_ddm` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`
[error] unresolved-attribute - Attribute `convert_to` is not defined on `DFM_dummy` in union `DFM | DFM_dummy`
[error] unresolved-attribute - Attribute `convert_to` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'DDM'>`, found `<class 'DFM'> | <class 'DFM_dummy'>`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] unresolved-attribute - Attribute `to_dfm` is not defined on `DFM_dummy` in union `DFM | DFM_dummy | DDM | SDM | DomainMatrix`

sympy/polys/polyfuncs.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown] | Unknown` and `tuple[list[tuple[Unknown, Unknown]]]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[tuple[Unknown, Unknown]] | tuple[Unknown, Unknown]` and `tuple[list[tuple[Unknown, Unknown]]]`

sympy/polys/polytools.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, (T, max_tries=30, randomize=False) -> Unknown].__getitem__(key: int, /) -> ((T, max_tries=30, randomize=False) -> Unknown)` cannot be called with key of type `NegativeInfinity` on object of type `dict[int, (T, max_tries=30, randomize=False) -> Unknown]`
[error] unresolved-attribute - Object of type `DMP[Er@DMP]` has no attribute `per`

sympy/polys/tests/test_galoistools.py

[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt1` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt1` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[int]`
[error] invalid-argument-type - Argument to function `gf_crt2` is incorrect: Expected `list[MPZ]`, found `list[MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to function `gf_from_dict` is incorrect: Expected `dict[int, MPZ]`, found `dict[int, MPZ | int]`
[error] invalid-argument-type - Argument to function `gf_expand` is incorrect: Expected `list[tuple[@Todo, int]] | tuple[MPZ, list[tuple[@Todo, int]]]`, found `tuple[Literal[4], list[tuple[list[int], int]]]`
[error] invalid-argument-type - Argument to function `gf_expand` is incorrect: Expected `list[tuple[@Todo, int]] | tuple[MPZ, list[tuple[@Todo, int]]]`, found `tuple[Literal[4], list[tuple[@Todo, int] | tuple[list[int], int]]]`
[error] invalid-argument-type - Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `list[list[MPZ] | list[int]]`

sympy/polys/tests/test_polyroots.py

[error] unresolved-attribute - Object of type `tuple[Unknown, ...]` has no attribute `evalf`

sympy/printing/codeprinter.py

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

sympy/printing/julia.py

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

sympy/printing/mathml.py

[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Unknown | Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`

sympy/printing/octave.py

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

sympy/printing/pretty/pretty.py

[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`

sympy/printing/pretty/stringpict.py

[error] unresolved-attribute - Attribute `picture` is not defined on `str` in union `Unknown | stringPict | str`
[error] unresolved-attribute - Attribute `baseline` is not defined on `str` in union `Unknown | stringPict | str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `stringPict`, found `Literal[" + "]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `stringPict`, found `Literal["-"]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Literal["- "]` on object of type `list[stringPict]`

sympy/printing/tableform.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[Unknown]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[str]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[Unknown]` on object of type `list[range]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[1]` and value of type `list[str]` on object of type `list[range]`

sympy/simplify/fu.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | Expr` on object of type `list[tuple[Unknown, Unknown | Expr]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `tuple[Unknown, Unknown | Expr]`

sympy/simplify/simplify.py

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

sympy/solvers/ode/hypergeometric.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Basic` and `Literal[1]`

sympy/solvers/ode/ode.py

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

sympy/solvers/ode/systems.py

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

sympy/solvers/simplex.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Set` on object of type `dict[Unknown, bool]`
[error] unsupported-operator - Operator `&=` is not supported between objects of type `bool` and `Set`

sympy/solvers/solvers.py

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

sympy/stats/stochastic_process_types.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | Divergent | Unknown, /) -> Unknown`, found `<class 'Integer'>`

sympy/tensor/array/expressions/array_expressions.py

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

sympy/tensor/array/expressions/from_array_to_matrix.py

[error] unresolved-attribute - Attribute `shape` is not defined on `Expr`, `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `Unknown | Expr | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Expr | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority` and `(MatrixExpr & ~OneArray) | (Basic & MatrixBase & ~OneArray) | (Unknown & MatrixExpr)`
[error] unresolved-attribute - Attribute `shape` is not defined on `Expr`, `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `Unknown | Expr | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Expr | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority` and `(MatrixExpr & ~OneArray) | (Basic & MatrixBase & ~OneArray) | Unknown`

sympy/tensor/tensor.py

[error] unresolved-attribute - Attribute `comm` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `comm` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `comm` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `comm` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `symmetry` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `symmetry` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `coeff` is not defined on `Basic` in union `Basic | Unknown`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | TensMul`

sympy/testing/runtests.py

[error] invalid-argument-type - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `(Any & ~<Protocol with members '__wrapped__'>) | bool`
[error] call-non-callable - Object of type `bool` is not callable
[error] call-non-callable - Object of type `bool` is not callable
[error] unresolved-attribute - Attribute `__name__` is not defined on `bool` in union `Unknown | bool | (() -> Unknown)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `bool` in union `Unknown | bool | (() -> Unknown)`

sympy/testing/tests/diagnose_imports.py

[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `iterkeys`
[error] unresolved-attribute - Object of type `dict[_KT@dict, _VT@dict]` has no attribute `iterkeys`

sympy/utilities/tests/test_lambdify.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<module 'math'>`, found `Literal["numpy"]`

sympy/utilities/tests/test_pickling.py

[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `int | None`, found `int | ([_T](x: _T) -> _T)`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `int | None`, found `int | Unknown | ([_T](x: _T) -> _T)`

sympy/vector/basisdependent.py

[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_components` on type `Expr & ~Mul`
[error] invalid-assignment - Object of type `dict[Unknown, int | Unknown]` is not assignable to attribute `_components` on type `Expr & ~Mul`

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

references/depth/stereo/train.py

[error] unresolved-attribute - Object of type `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` has no attribute `load_state_dict`

test/test_image.py

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

torchvision/prototype/datasets/_builtin/sbd.py

[error] invalid-return-type - Return type does not match returned value: expected `list[OnlineResource]`, found `list[HttpResource]`

torchvision/transforms/v2/_auto_augment.py

[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(int, int, int, /) -> Unknown | None, bool]] | Unknown | dict[str, tuple[(num_bins, height, width) -> Unknown, bool]]`

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

src/werkzeug/http.py

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

src/werkzeug/test.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `Any | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `Any | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Any | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Any | str | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | Any | None | Headers`

tests/test_debug.py

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

tests/test_test.py

[error] unresolved-attribute - Object of type `Iterable[_T_co@Iterable]` has no attribute `close`

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

xarray/backends/common.py

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

xarray/core/indexing.py

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

xarray/core/variable.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | integer[Any] | slice[Any, Any, Any] | ndarray[Any, dtype[generic[Any]]], ...]`, found `tuple[(Unknown & int) | (Unknown & Top[integer[Any]]) | (Unknown & slice[object, object, object]) | ... omitted 5 union elements, ...]`

xarray/tests/test_dataset.py

[error] invalid-argument-type - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | None`, found `Unknown | str`

xarray/tests/test_plugins.py

[error] invalid-argument-type - Argument to function `set_missing_parameters` is incorrect: Expected `dict[str, type[BackendEntrypoint]]`, found `dict[str, <class 'DummyBackendEntrypoint1'> | <class 'DummyBackendEntrypoint2'>]`

xarray/tests/test_utils.py

[error] unresolved-attribute - Object of type `Frozen[K@Frozen, V@Frozen]` has no attribute `update`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/common/tests/test_builtins.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[<class 'IList'>, tuple[<class 'list'>]] | tuple[<class 'ITuple'>, tuple[<class 'tuple'>]] | tuple[<class 'ITextString'>, tuple[<class 'str'>]] | ... omitted 4 union elements`, found `tuple[<class 'IByteString'>, tuple[<class 'bytes'>]]`

src/zope/interface/common/tests/test_collections.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'memoryview'> | str | <class 'array'>]`, found `set[<class 'deque'> | <class 'range'>]`

src/zope/interface/tests/test_declarations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((*interfaces) -> Unknown) | InterfaceClass`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | str | ((*interfaces) -> Unknown) | InterfaceClass`

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

zerver/data_import/import_util.py

[error] invalid-argument-type - Argument to function `run_parallel` is incorrect: Expected `(list[Any | str], /) -> None`, found `[**P'return](**P'return) -> None`

corporate/lib/stripe.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["invoice_period"]` and value of type `dict[str, int]` on object of type `dict[str, str | int | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["discount"]` and value of type `str | None` on object of type `dict[str, int | datetime]`

tools/lib/capitalization.py

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

zerver/lib/streams.py

[error] unresolved-attribute - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Object of type `UserGroup` has no attribute `id`
[error] unresolved-attribute - Object of type `UserGroup` has no attribute `id`
[error] unresolved-attribute - Object of type `UserGroup` has no attribute `id`

zerver/lib/user_groups.py

[error] unresolved-attribute - Object of type `object` has no attribute `date_created`
[error] unresolved-attribute - Object of type `object` has no attribute `date_created`
[error] unresolved-attribute - Object of type `object` has no attribute `name`
[error] unresolved-attribute - Object of type `object` has no attribute `description`
[error] unresolved-attribute - Object of type `object` has no attribute `is_system_group`
[error] unresolved-attribute - Object of type `object` has no attribute `deactivated`
[error] unresolved-attribute - Object of type `object` has no attribute `is_system_group`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Attribute `creator_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `creator_id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Attribute `can_add_members_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_add_members_group_id`
[error] unresolved-attribute - Attribute `can_join_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_join_group_id`
[error] unresolved-attribute - Attribute `can_leave_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_leave_group_id`
[error] unresolved-attribute - Attribute `can_manage_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_manage_group_id`
[error] unresolved-attribute - Attribute `can_mention_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_mention_group_id`
[error] unresolved-attribute - Attribute `can_remove_members_group_id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `can_remove_members_group_id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[error] unresolved-attribute - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Object of type `object` has no attribute `name`

zerver/views/streams.py

[error] invalid-argument-type - Argument to function `compose_views` is incorrect: Expected `list[() -> HttpResponse]`, found `list[() -> Unknown]`

zilencer/views.py

[error] unresolved-attribute - Object of type `Manager[_T@Manager]` has no attribute `_insert`