Ecosystem report

Old: main (merge base) 61ab8ef8 New: 23761/merge ec077366
Lint Rule Removed Added Changed
Total 417 514 430
invalid-argument-type 254 169 292
unresolved-attribute 0 155 79
invalid-assignment 50 35 26
invalid-return-type 69 0 4
no-matching-overload 27 36 0
unsupported-operator 0 39 15
not-subscriptable 9 37 0
not-iterable 0 23 13
unused-type-ignore-comment 8 13 0
call-top-callable 0 3 0
type-assertion-failure 0 2 0
call-non-callable 0 1 0
invalid-raise 0 1 0
invalid-yield 0 0 1
Project Removed Added Changed
Total 417 514 430
sympy 34 144 19
dd-trace-py 10 53 51
prefect flaky 9 17 57
pandas 19 32 31
colour 7 4 55
rotki 12 4 46
pycryptodome 2 38 18
apprise 23 20 13
meson 45 0 7
zulip 7 19 13
cloud-init 7 11 19
scipy 19 9 9
spack 8 16 11
ignite 29 0 2
optuna 29 0 1
materialize 15 10 0
core 10 4 10
discord.py 6 7 7
scikit-learn 7 3 10
manticore 0 15 3

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

github/MainClass.py

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

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

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

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

aioredis/client.py

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

aioredis/connection.py

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

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

src/aiortc/codecs/g711.py

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

src/aiortc/codecs/g722.py

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

src/aiortc/codecs/opus.py

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

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)

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["HMAC_AUTH_CREDENTIALS"]` and value of type `list[str | 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]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["FWD_DESTINATIONS"]` and value of type `list[str | 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`

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

apprise/plugins/africas_talking.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `Unknown | str | int | ... omitted 4 union elements` 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 | int | ... omitted 4 union elements` on object of type `dict[str, str]`

apprise/plugins/bulksms.py

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

apprise/plugins/email/base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["smtp"]` and value of type `Unknown | str | None | int | tuple[str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `None | str | Unknown | ... omitted 5 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 `Literal[True] | str | (Unknown & ~AlwaysFalsy)` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to `SMTP.__init__` is incorrect: Expected `str`, found `Unknown | str | None | int | tuple[str]`
[error] invalid-argument-type - Argument to `SMTP.__init__` is incorrect: Expected `str`, found `Unknown | str | int | tuple[str] | None`

apprise/plugins/fluxer.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["avatar_url"]` and value of type `str | None` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["thread_name"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["embeds"]` and value of type `list[dict[str, Any]]` on object of type `dict[str, bool]`
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `bool` with no `__getitem__` method
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `bool | Literal[""]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Unknown | bool`

apprise/plugins/mailgun.py

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

apprise/plugins/mastodon.py

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

apprise/plugins/mattermost.py

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

apprise/plugins/notifiarr.py

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

apprise/plugins/notificationapi.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["region"]` and value of type `Unknown | str | int | ... omitted 4 union elements` on object of type `dict[str, str | None]`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `str | Unknown`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `Unknown | str`

apprise/plugins/pushover.py

[error] no-matching-overload - No overload of bound method `MutableMapping.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/ses.py

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

apprise/plugins/slack.py

[error] invalid-argument-type - Argument to bound method `list.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 `list.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 | int | ... omitted 4 union elements` 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 `tuple[Unknown | bool, Unknown] | tuple[Unknown | bool, 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 `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[str | Any] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[str | Any] | None`

apprise/plugins/whatsapp.py

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

tests/test_apprise_config.py

[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `ConfigBase._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 `list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[str | Any] | None`

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`

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

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

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

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

cibuildwheel/oci_container.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@native`, found `OCIPlatform`

cibuildwheel/architecture.py

[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.x86]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.arm64_iphoneos]`
[error] invalid-return-type - Return type does not match returned value: expected `set[Self@all_archs]`, found `set[Architecture]`
[error] invalid-return-type - Return type does not match returned value: expected `set[Self@bitness_archs]`, found `set[Architecture]`

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

cloudinit/config/modules.py

[error] invalid-argument-type - Argument to bound method `Modules._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/rhel.py

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

cloudinit/distros/ug_util.py

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

tests/unittests/config/test_apt_source_v1.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.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 `list.extend` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | dict[Unknown, Unknown] | None | Any`
[error] invalid-argument-type - Argument to bound method `list.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/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/azurelinux.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 `None | Unknown | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Divergent]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Divergent]` may not be iterable
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown | list[Divergent]`
[error] not-iterable - Object of type `None | Unknown | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Divergent]` may not be iterable

cloudinit/distros/parsers/resolv_conf.py

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

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/DataSourceNoCloud.py

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

cloudinit/sources/DataSourceOVF.py

[error] no-matching-overload - No overload of bound method `str.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]`

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]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | 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/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/notation/munsell/centore2014.py

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

colour/plotting/common.py

[error] invalid-argument-type - Argument to bound method `Axes.text` is incorrect: Expected `dict[str, Any] | None`, found `int | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.text` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `Unknown | str | Colormap`
[error] invalid-argument-type - Argument to bound method `Axes.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 | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.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 `Axes.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 | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.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 | 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 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.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 `Axes.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 | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`

colour/plotting/phenomena.py

[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `Unknown | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `Unknown | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `Unknown | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `str | Normalize | None`, found `Unknown | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `str | Normalize | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.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 `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str`

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 | 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 | 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 `str.join` matches arguments

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 `None | Unknown`

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 `MutableMapping.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 `MutableMapping.update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `dict[str, list[Any]]`

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

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 `None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[dict[str, Unknown]]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `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 `list.append` is incorrect: Expected `EufyLifeWeightSensorEntity | EufyLifeRealTimeWeightSensorEntity`, found `EufyLifeHeartRateSensorEntity`

homeassistant/components/homekit_controller/connection.py

[error] invalid-argument-type - Argument to bound method `DeviceRegistry.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 `DeviceRegistry.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 `HomematicipAuth.__init__` is incorrect: Expected `dict[str, str]`, found `dict[str, Any | None]`
[error] invalid-argument-type - Argument to `HomematicipAuth.__init__` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Any | None]`

homeassistant/components/hue/v1/sensor_base.py

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

homeassistant/components/intesishome/climate.py

[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HVACMode`, found `None | HVACMode`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HVACMode`, found `None | HVACMode | Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `HVACMode`, found `None | HVACMode`
[error] invalid-return-type - Return type does not match returned value: expected `HVACMode`, found `None | HVACMode | Unknown`

homeassistant/components/knx/repairs.py

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

homeassistant/components/satel_integra/config_flow.py

[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `str`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `int`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.async_update_reload_and_abort` is incorrect: Expected `str | UndefinedType`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.async_update_reload_and_abort` is incorrect: Expected `str | UndefinedType`, found `Unknown | None`

homeassistant/components/sonos/speaker.py

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

homeassistant/components/uk_transport/sensor.py

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

homeassistant/helpers/intent.py

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

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

cwltool/argparser.py

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

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

benchmarks/bm/iast_fixtures/str_methods_py3.py

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

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

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 `Span._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 `Span._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] no-matching-overload - No overload of bound method `MutableMapping.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]`

ddtrace/contrib/internal/subprocess/patch.py

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

ddtrace/internal/remoteconfig/client.py

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

ddtrace/vendor/ply/yacc.py

[error] invalid-argument-type - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `ModuleType | None | 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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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'>) | Divergent | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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'>) | Divergent | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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'>) | Divergent | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | (YaccSymbol & ~AlwaysFalsy)`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[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) | Divergent | YaccSymbol`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `lr_items` on type `None | Unknown`
[error] invalid-assignment - Object of type `list[LRItem]` is not assignable to attribute `lr_items` on type `None | Unknown`
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `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 `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[tuple[str, int] | tuple[str, str] | tuple[str, Unknown] | tuple[str, None]]`

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

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 `AgentlessTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`

tests/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/integration/test_sampling.py

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

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/_utils.py

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

tests/llmobs/test_experiments.py

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

tests/llmobs/test_integrations_utils.py

[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[FakeResponseFunctionToolCall]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, Any] | FakeResponseFunctionToolCall]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[FakeFunctionCallOutput]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, Any] | FakeFunctionCallOutput]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, str] | FakeResponseFunctionToolCall | FakeFunctionCallOutput]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, Any] | dict[str, str] | FakeResponseFunctionToolCall | FakeFunctionCallOutput]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, str] | FakeResponseReasoningItem]`
[error] invalid-argument-type - Argument to function `_openai_parse_input_response_messages` is incorrect: Expected `str | list[dict[str, Any]] | None`, found `list[dict[str, Any] | dict[str, str] | FakeResponseReasoningItem]`

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/telemetry/test_telemetry.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
[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] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[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] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`

tests/tracer/test_propagation.py

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

tests/utils.py

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

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

discord/abc.py

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

discord/client.py

[error] invalid-argument-type - Argument to bound method `MutableMapping.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 `MutableMapping.update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `URL | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `URL | None`, found `int | None | str | URL`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None | str | URL`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `int | None`, found `int | None | str | URL`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str | None`, found `int | None | str | URL`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str`, found `int | None | str | URL`

discord/components.py

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

discord/ext/commands/core.py

[error] invalid-argument-type - Argument is incorrect: Expected `ContextT@check_any`, found `Context[BotT@predicate]`
[error] invalid-argument-type - Argument to `CheckAnyFailure.__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 `list.sort` matches arguments

discord/ext/commands/view.py

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

discord/http.py

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

discord/mentions.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/lib/database/redisearch.py

[error] invalid-argument-type - Argument to bound method `dict.get` 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]`

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

dulwich/server.py

[error] invalid-argument-type - Argument to bound method `ReceivePackHandler._on_post_receive` is incorrect: Expected `dict[bytes, tuple[bytes, bytes]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ReceivePackHandler._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 `list.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.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument is incorrect: Expected `dict[TypedExprDecl, DAG_COST@GreedyDagCostModel]`, found `dict[Unknown | str, Unknown] | dict[Unknown | TypedExprDecl, Unknown | DAG_COST@GreedyDagCostModel] | dict[TypedExprDecl, DAG_COST@GreedyDagCostModel]`

python/egglog/egraph_state.py

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

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

src/flake8/processor.py

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

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

freqtrade/freqai/data_kitchen.py

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

freqtrade/plot/plotting.py

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

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

hydpy/models/conv/conv_control.py

[error] invalid-assignment - Object of type `tuple[Device, ...]` is not assignable to attribute `nodes` of type `tuple[Node, ...]`
[error] invalid-assignment - Object of type `tuple[Device, ...]` is not assignable to attribute `nodes` of type `tuple[Node, ...]`

hydpy/exe/xmltools.py

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

hydpy/models/kinw/kinw_model.py

[error] invalid-argument-type - Argument to bound method `BaseModelProfile.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 `list.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 `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`

ibis/backends/impala/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `Backend`, found `BaseBackend`
[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/__init__.py

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

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/singlestoredb/__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[Any, DataType | 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/expr/types/relations.py

[error] no-matching-overload - No overload of constructor `zip.__new__` matches arguments
[error] not-iterable - Object of type `_T_co@zip` is not iterable

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

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 `ParamGroupScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `ParamGroupScheduler.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]`

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

jax/_src/interpreters/partial_eval.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[JaxprEqn, JaxprEqn, Sequence[bool], Sequence[bool], list[Var]]`, found `tuple[JaxprEqn, JaxprEqn, Sequence[bool], Sequence[bool], list[Var | Literal]]`

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/pjit.py

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

jax/_src/scipy/ndimage.py

[error] invalid-argument-type - Argument to function `_nonempty_prod` is incorrect: Expected `Sequence[Array]`, found `tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements, ...]`

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

jax/experimental/mosaic/gpu/layout_inference.py

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

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

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

scripts/stats.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`

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/ethereum/manticore.py

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

manticore/native/cpu/x86.py

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

manticore/platforms/decree.py

[error] invalid-argument-type - Argument to bound method `list.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 `bytes.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)

.claude/skills/mz-query-tracing/trace_tree.py

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

misc/python/materialize/cli/lint.py

[error] invalid-argument-type - Argument to function `run_parallel` is incorrect: Expected `list[tuple[str, list[str] | (() -> tuple[bool, str])]]`, found `list[tuple[str, list[str]]] | list[tuple[str, list[str] | (() -> tuple[bool, str])]]`

misc/python/materialize/checks/scenarios_upgrade.py

[error] invalid-argument-type - Argument to bound method `list.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 `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `list.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 `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.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/parallel_workload/parallel_workload.py

[error] unresolved-attribute - Attribute `mz_service` is not defined on `None` in union `Executor | None`
[error] unresolved-attribute - Attribute `last_log` is not defined on `None` in union `Executor | None`
[error] unresolved-attribute - Attribute `last_status` is not defined on `None` in union `Executor | None`

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 `list.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-return-type - Return type does not match returned value: expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[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 `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ImmutableListProtocol[str], ImmutableListProtocol[str]]`, found `tuple[list[str], list[str] | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Backend.generate_unity_files` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.generate_unity_files` is incorrect: Expected `str`, found `list[str | File]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `Backend.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/backend/vs2010backend.py

[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, CustomTarget | BuildTarget]`

mesonbuild/compilers/detect.py

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

mesonbuild/compilers/mixins/clike.py

[error] invalid-argument-type - Argument to bound method `Compiler.remove_linkerlike_args` 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]]`

mesonbuild/dependencies/ui.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str] | None` and `list[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `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 `Data`, found `list[Unknown]`

mesonbuild/mintro.py

[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]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `dict[str, str | None] | dict[str, str | list[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 `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to `CustomTarget.__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]`

mesonbuild/rewriter.py

[error] invalid-argument-type - Argument to bound method `DataflowDAG.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]`

mesonbuild/utils/universal.py

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

unittests/optiontests.py

[error] invalid-argument-type - Argument to bound method `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.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 `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`

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

mitmproxy/utils/debug.py

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

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 `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 `str & ~AlwaysFalsy` on object of type `dict[str, int]`

pymongo/asynchronous/collection.py

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

pymongo/synchronous/client_bulk.py

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

pymongo/synchronous/collection.py

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

pymongo/synchronous/topology.py

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

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

mypyc/annotate.py

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

mypy/checker.py

[error] invalid-argument-type - Argument to bound method `list.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/checkpattern.py

[error] invalid-argument-type - Argument to bound method `PatternChecker.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 `PatternChecker.contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[AnyType] | list[Instance]`

mypy/strconv.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseType"], list[Instance] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseTypeExpr"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TypeVars"], list[TypeVarLikeType] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["Decorators"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TupleType"], list[TupleType]]`

mypyc/test-data/driver/driver.py

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

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

openlibrary/catalog/marc/tests/test_marc.py

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

openlibrary/catalog/utils/__init__.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] no-matching-overload - No overload of function `max` matches arguments
[error] not-iterable - Object of type `None | Unknown` 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`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`

openlibrary/plugins/worksearch/code.py

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

operator (https://github.com/canonical/operator)

ops/lib/__init__.py

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

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/testing/pytest_samplers.py

[error] invalid-argument-type - Argument to bound method `Study.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 `list.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 `SearchSpace.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `SearchSpace.__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 `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__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 `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/test_transform.py

[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__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 `Study.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 `list.append` is incorrect: Expected `int`, found `signedinteger[Unknown]`

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

paasta_tools/check_oom_events.py

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

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

paasta_tools/flink_tools.py

[error] invalid-return-type - Return type does not match returned value: expected `FlinkJobDetailsDict`, found `dict[str, Unknown | PodCounts | None | JobCounts | bool]`

paasta_tools/kubernetes_tools.py

[error] invalid-assignment - Object of type `Unknown & ~None` is not assignable to attribute `pod_anti_affinity` on type `Unknown | 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`

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

pandas/core/arrays/period.py

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

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/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], ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[-1]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | ExtensionArray` on object of type `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[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]]]]`
[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]]]] | list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | 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-return-type - Return type does not match returned value: expected `list[Hashable]`, found `Hashable`
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable]`
[error] invalid-argument-type - Argument to bound method `list.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 `Index._concat` is incorrect: Expected `list[Index]`, found `list[Self@append]`
[error] invalid-argument-type - Argument to bound method `Index._concat` is incorrect: Expected `list[Index]`, found `list[Index | Sequence[Index]]`

pandas/core/indexes/multi.py

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

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/io/formats/excel.py

[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-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, bool | str | None] | ... omitted 4 union elements]`

pandas/io/formats/printing.py

[error] invalid-argument-type - Argument to function `_justify` is incorrect: Expected `list[Sequence[str]]`, found `list[Sequence[str]] | list[Unknown] | list[str]`
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `best_len` is incorrect: Expected `list[str]`, found `list[Sequence[str]] | list[Unknown] | list[str]`
[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 `Styler.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 `Styler.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 `str | list[CSSDict] | tuple[Unknown, ...] | list[Unknown] | None`
[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`, `tuple[Unknown, ...]`, `None` in union `str | list[CSSDict] | tuple[Unknown, ...] | list[Unknown] | None`
[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`, `tuple[Unknown, ...]`, `None` in union `str | list[CSSDict] | tuple[Unknown, ...] | list[Unknown] | None`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`

pandas/io/parsers/python_parser.py

[error] invalid-argument-type - Argument to bound method `PythonParser._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 `PythonParser._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 `PythonParser._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 `PythonParser._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 `PythonParser._handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PythonParser._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/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-argument-type - Argument to bound method `list.append` is incorrect: Expected `<class 'number'> | str`, found `<class 'bool'>`

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[datetime64[date | int | None], int] | dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`
[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 | NaTType, 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[str | bytes | date | ... omitted 11 union elements, str | bytes | date | ... omitted 10 union elements]`
[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]`
[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] | dict[str | bytes | date | ... omitted 10 union elements, str | bytes | date | ... omitted 10 union elements]`

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 `list.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 `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `tuple[list[Unknown], ...]`

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 `dict.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 `Styler.__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[dict[str, str | list[tuple[str, str]]]]`
[error] invalid-argument-type - Argument to `Styler.__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_css_conversion` 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_cell_styles` is incorrect: Expected `list[tuple[str, str | int | float]]`, found `list[tuple[str, str]] | list[tuple[str, str | int | float]]`
[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]] | list[tuple[str, str | int | float]]`

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_pickle.py

[error] invalid-argument-type - Argument is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Unknown | str | None`

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 `list.append` is incorrect: Expected `list[datetime | NaTType] | list[NaTType]`, found `list[datetime]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `list[datetime | NaTType]`, found `list[datetime]`
[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 `StataWriterUTF8.__init__` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `StataWriterUTF8.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriterUTF8.__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 `StataWriter.__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 `StataWriter.__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 `StataWriter.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriter.__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 `StataWriter.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriter.__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 `DataFrame.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 `DataFrame.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 `DataFrame.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 `DataFrame.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 `DataFrame.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 `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[Hashable, dict[int | float, str] | dict[int, str]]`

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 `list.append` is incorrect: Expected `int | float`, found `Literal["string"]`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `date | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | date | NaTType`

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

tests/test_dtypes.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`

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

tests/pandas/test_dtypes.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.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/pyspark/test_schemas_on_pyspark_pandas.py

[error] invalid-argument-type - Argument to bound method `set.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 `set.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 `list.extend` is incorrect: Expected `Iterable[list[LiteralString]]`, found `list[list[str]]`

parso (https://github.com/davidhalter/parso)

parso/normalizer.py

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

parso/pgen2/generator.py

[error] invalid-argument-type - Argument to `DFAState.__init__` is incorrect: Expected `set[NFAState]`, found `None | Unknown`

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

src/pip/_vendor/pygments/unistring.py

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

src/pip/_vendor/pkg_resources/__init__.py

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

src/pip/_vendor/pygments/sphinxext.py

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

src/pip/_vendor/rich/console.py

[error] invalid-argument-type - Argument to bound method `RenderHook.process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`

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

tests/test_rotate.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal[90]` and `Unknown | str | int | float`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | int | float` and `Literal[90]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str | int | float` and `Literal[180]`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | str | int | float`

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

src/prefect/variables.py

[error] invalid-return-type - Return type does not match returned value: expected `Variable[str | int | float | ... omitted 3 union elements]`, found `Self@aset`
[error] invalid-return-type - Return type does not match returned value: expected `Variable[str | int | float | ... omitted 3 union elements]`, found `Self@set`

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] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] invalid-return-type - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`

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

[error] invalid-assignment - Object of type `list[Any | list[str]]` is not assignable to attribute `steps_override` of type `list[str] | None`

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 `PrefectDbtOrchestrator.__init__` is incorrect: Expected `DbtExecutor | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `DbtExecutor | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `Unknown | PrefectDbtSettings | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__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 `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__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 `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `Unknown | MagicMock | Path | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__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 `PrefectDbtRunner._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 `list.append` is incorrect: Expected `Path`, found `str`

src/integrations/prefect-github/prefect_github/mutations.py

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

src/integrations/prefect-github/tests/test_repository.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str]`, found `tuple[set[str], set[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 `str` in union `Unknown | 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 `IntervalSchedule.__init__` is incorrect: Expected `str | None`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to `IntervalSchedule.__init__` is incorrect: Expected `str | None`, found `Unknown | timedelta | datetime`
[error] invalid-argument-type - Argument to `IntervalSchedule.__init__` is incorrect: Expected `timedelta`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to `IntervalSchedule.__init__` is incorrect: Expected `timedelta`, found `Unknown | timedelta | datetime`

src/prefect/cli/work_queue.py

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

src/prefect/server/api/ui/flow_runs.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `list[InstrumentedAttribute[UUID] | InstrumentedAttribute[StateType | None] | InstrumentedAttribute[Unknown | None] | InstrumentedAttribute[timedelta]]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[str] | None`, found `list[str | InstrumentedAttribute[UUID] | InstrumentedAttribute[StateType | None] | InstrumentedAttribute[Unknown | None] | InstrumentedAttribute[timedelta]]`

src/prefect/tasks.py

flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `MaterializingTask[P@MaterializingTask, R@MaterializingTask]`, found `MaterializingTask[(*args: object, **kwargs: object), object]`

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

psycopg/psycopg/errors.py

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

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/aglib/kernel/kallsyms.py

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

pwndbg/commands/kmod.py

[error] invalid-argument-type - Argument to bound method `Process.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]`

pwndbg/libc/facade.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Path, Path, LibcProvider]`, found `tuple[Path, Path, <module 'pwndbg.libc.unknown'>]`

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

tests/test_call_policies.py

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

tests/test_pytypes.py

[error] invalid-argument-type - Argument to `bytearray.__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `bytearray.__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `set.__init__` 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 class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`

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

lib/Crypto/SelfTest/Cipher/common.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[CipherSelfTest]` and `list[RoundtripTest | IVLengthTest | NoDefaultECBTest | ByteArrayTest | BlockSizeTest]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[CipherSelfTest]` and `list[ByteArrayTest]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `CipherSelfTest`, found `MemoryviewTest`

lib/Crypto/SelfTest/Hash/test_KMAC.py

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

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] not-iterable - Object of type `tuple[str, str] | tuple[str, str, str] | None | Unknown` may not be iterable
[error] invalid-argument-type - Argument to function `tobytes` is incorrect: Expected `bytes | str`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `replace` is not defined on `None` in union `str | None | Unknown`
[error] invalid-assignment - Object of type `list[list[None | Unknown]]` is not assignable to attribute `test_data` of type `list[tuple[tuple[str, str], str, str, str, <module 'Crypto.Hash.TupleHash128'>] | tuple[tuple[str, str, str], str, str, str, <module 'Crypto.Hash.TupleHash128'>] | tuple[tuple[str, str], str, str, str, <module 'Crypto.Hash.TupleHash256'>] | tuple[tuple[str, str, str], str, str, str, <module 'Crypto.Hash.TupleHash256'>]]`
[error] not-iterable - Object of type `tuple[str, str] | tuple[str, str, str] | None | Unknown` may not be iterable
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `new` is not defined on `None` in union `<module 'Crypto.Hash.TupleHash128'> | <module 'Crypto.Hash.TupleHash256'> | None | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `int`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `new` is not defined on `None` in union `<module 'Crypto.Hash.TupleHash128'> | <module 'Crypto.Hash.TupleHash256'> | None | Unknown`
[error] not-iterable - Object of type `tuple[str, str] | tuple[str, str, str] | None | Unknown` 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, 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] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `data` of type `tuple[tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str]]`
[error] invalid-assignment - Object of type `list[TestVector]` is not assignable to attribute `data` of type `tuple[tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str], tuple[str, str, int, int, int, str]]`
[error] unresolved-attribute - Attribute `P` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `P`
[error] unresolved-attribute - Attribute `S` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `S`
[error] unresolved-attribute - Attribute `dkLen` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `dkLen`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `N`
[error] unresolved-attribute - Attribute `r` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `r`
[error] unresolved-attribute - Attribute `p` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `p`
[error] unresolved-attribute - Attribute `N` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `N`
[error] unresolved-attribute - Attribute `output` is not defined on `tuple[str, str, int, int, int, str]` in union `tuple[str, str, int, int, int, str] | Unknown`
[error] unresolved-attribute - Object of type `tuple[str, str, int, int, int, str] | TestVector` has no attribute `output`

lib/Crypto/SelfTest/Signature/test_dss.py

[error] invalid-assignment - Not enough values to unpack: Expected 6
[error] invalid-assignment - Object of type `list[TestSig]` is not assignable to attribute `signatures` of type `list[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]]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int, int, int, int] | tuple[int, int, int, int, int]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int, int, int, int] | tuple[int, int, int, int, int]`, found `list[Any]`

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 `EdDSASigScheme.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 `EdDSASigScheme.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 `EdDSASigScheme.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 `EdDSASigScheme.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 `EdDSASigScheme.verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHA512Hash | SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `EdDSASigScheme.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 `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `list[Unknown | int]`

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

pydantic/v1/main.py

[error] invalid-argument-type - Argument to `ValidationError.__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["required"]` and value of type `list[str] & ~AlwaysFalsy` on object of type `dict[str, str | dict[Unknown, Unknown]]`

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

src/tests/test_jsproxy.py

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

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

pyppeteer/frame_manager.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

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 `Config._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, ...]`

com/win32comext/axdebug/codecontainer.py

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

win32/Demos/security/explicit_entries.py

[error] invalid-argument-type - Argument to bound method `PyACL.SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PyACL.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 `PyACL.SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PyACL.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 `dict.get` is incorrect: Expected `str`, found `str | None | Unknown`

win32/test/test_win32inet.py

[error] invalid-argument-type - Argument to bound method `bytes.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]]`

rich/console.py

[error] invalid-argument-type - Argument to bound method `RenderHook.process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`

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

rotkehlchen/chain/ethereum/modules/convex/decoder.py

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

rotkehlchen/chain/evm/accounting/aggregator.py

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

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

rotkehlchen/assets/utils.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `EvmToken.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 `EvmToken.initialize` is incorrect: Expected `ChainID`, found `Unknown | str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.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 `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `Unknown | str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.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 `EvmToken.initialize` is incorrect: Expected `list[UnderlyingToken] | None`, found `Unknown | str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.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 `EvmToken.initialize` is incorrect: Expected `str | None`, found `Unknown | str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `str | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `SolanaToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `Unknown | str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `SolanaToken.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 `SolanaToken.initialize` is incorrect: Expected `CryptoAsset | 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 `LRUCacheWithRemove.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-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]]`

rotkehlchen/exchanges/cryptocom.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["sig"]` and value of type `str` on object of type `dict[str, int | Literal["private/user-balance", "private/get-trades", "private/get-deposit-history", "private/get-withdrawal-history"] | ApiKey | dict[str, Any] | dict[Unknown, Unknown]]`

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

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/fixtures/rotkehlchen.py

[error] invalid-assignment - Object of type `dict[str, int]` is not assignable to attribute `_cached_limits` of type `UserLimits | None`
[error] invalid-assignment - Object of type `dict[Unknown | str, Unknown | int]` is not assignable to attribute `_cached_limits` of type `UserLimits | None`

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/blockchain.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Etherscan | Routescan`, found `Blockscout`

rotkehlchen/tests/utils/ethereum.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DBHandler | EvmNodeInquirer | EvmTransactions`, found `BeaconChain`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `BeaconChain | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `BeaconChain | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollInquirer`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollTransactions`, found `BeaconChain | DBHandler | EvmNodeInquirer | EvmTransactions | Unknown`

rotkehlchen/utils/misc.py

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

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

src/schemathesis/pytest/plugin.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `list[Unknown]`
[error] invalid-return-type - Function always implicitly returns `None`, which is not assignable to return type `list[Unknown]`

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]`
[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, dict[Unknown, Unknown] | bool | 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 `list.extend` is incorrect: Expected `Iterable[tuple[list[str], ndarray[tuple[int, int], dtype[Any]]] | tuple[list[str], ndarray[tuple[Any, ...], dtype[Any]]] | tuple[slice[str, str, Any], ndarray[tuple[Any, ...], dtype[Any]]] | ... omitted 7 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 `list[Unknown] | Divergent`
[error] unresolved-attribute - Attribute `take` is not defined on `list[ndarray[tuple[Any, ...], dtype[Unknown]]]` in union `list[ndarray[tuple[Any, ...], dtype[Unknown]]] | Divergent`

sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py

[error] invalid-argument-type - Argument to bound method `list.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 `MutableMapping.update` matches arguments

sklearn/linear_model/_quantile.py

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

sklearn/linear_model/tests/test_least_angle.py

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

sklearn/linear_model/tests/test_ridge.py

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

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

sklearn/utils/estimator_checks.py

[error] invalid-argument-type - Argument to bound method `set.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/optimize/_basinhopping.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Unknown & ((*args: object, **kwargs: object) -> object)`, found `Metropolis`

tools/ninjatracing.py

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

scipy/fft/tests/test_basic.py

[error] invalid-argument-type - Argument to bound method `list.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 `list.append` is incorrect: Expected `int`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Unknown | int | 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] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/_lib/_array_api_docs_tables.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, dict[str, bool]]`, found `dict[str, dict[str, bool] | dict[str, bool | BackendSupportStatus]]`
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

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/io/matlab/tests/test_mio5_utils.py

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

scipy/odr/_odrpack.py

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

scipy/optimize/_optimize.py

[error] invalid-argument-type - Argument to bound method `list.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 `str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | Unknown | None`
[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] unsupported-operator - Operator `in` is not supported between objects of type `str` and `str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | Unknown | None`
[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] unresolved-attribute - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | Unknown | None`
[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`

scipy/optimize/_shgo_lib/_complex.py

[error] unresolved-attribute - Attribute `x` is not defined on `None`, `list[Unknown]` in union `None | Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `x` is not defined on `None`, `list[Unknown]` in union `None | Divergent | Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `x` is not defined on `None`, `list[Unknown]` in union `None | Unknown | list[Unknown]`
[error] unresolved-attribute - Attribute `x` is not defined on `None`, `list[Unknown]` in union `None | Divergent | Unknown | list[Unknown]`
[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 `str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | Unknown | None`
[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`

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_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/special/tests/test_support_alternative_backends.py

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

scipy/stats/tests/test_sampling.py

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

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

tests/test_addons.py

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

tests/test_pipeline_files.py

[error] invalid-argument-type - Argument to bound method `FilesPipeline.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 `FilesPipeline.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 `FilesPipeline.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 `FilesPipeline.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 `ImagesPipeline.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 `ImagesPipeline.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 `ImagesPipeline.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 `ImagesPipeline.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 `MediaPipeline.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 `MediaPipeline.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 `MediaPipeline.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 `MediaPipeline.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` of type `dict[int | float | str | None, Any] | None`
[error] invalid-assignment - Object of type `dict[str, str] | dict[int | float | str | None, Any | str]` is not assignable to attribute `custom_settings` of type `dict[int | float | str | None, Any] | None`

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 `dict.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] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Unknown | str]`, found `None | list[Unknown] | Unknown`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str | Unknown]`, found `None | list[Unknown] | Unknown`

setuptools/_distutils/text_file.py

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

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 `None | Unknown` and `int | Unknown`

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

lib/spack/spack/llnl/util/argparsewriter.py

[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `list[tuple[ArgumentParser, str, str]]`, found `list[Never] | list[tuple[ArgumentParser, str, str]]`

lib/spack/spack/ci/common.py

[error] invalid-argument-type - Argument to `Request.__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 `Spec | None | Unknown`
[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/blame.py

[error] no-matching-overload - No overload of function `sorted` matches arguments
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Expected `int`, found `None | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Unknown` and `Literal[1]`

lib/spack/spack/cmd/repo.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - Argument to function `cescape` is incorrect: Expected `str`, found `str | 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 | None]]`

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

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

lib/spack/spack/main.py

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

lib/spack/spack/solver/asp.py

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

lib/spack/spack/test/cmd/spec.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`

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

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

lib/spack/spack/test/externals.py

[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[ExternalDict | dict[str, str]]`
[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[ExternalDict | dict[str, str]]`

lib/spack/spack/test/repo.py

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

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

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

lib/spack/spack/vendor/jinja2/environment.py

[error] invalid-return-type - Return type does not match returned value: expected `MutableMapping[str, Any]`, found `ChainMap[_KT@ChainMap, _VT@ChainMap]`

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

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

backend/services/user_updater_helpers.py

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

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

sphinx/domains/c/_parser.py

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

sphinx/domains/c/_symbol.py

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

sphinx/domains/cpp/_symbol.py

[error] unresolved-attribute - Attribute `objectType` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_newest_id` is not defined on `None` in union `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]`

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_axis_map.py

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

static_frame/test/unit/test_index_hierarchy.py

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

stone (https://github.com/dropbox/stone)

stone/backends/js_types.py

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

stone/backends/obj_c_types.py

[error] unresolved-attribute - Attribute `add` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `add` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`

stone/backends/tsd_types.py

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

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

strawberry/federation/schema.py

[error] invalid-argument-type - Argument to function `create_type` is incorrect: Expected `list[StrawberryField]`, found `list[list[FederationAny] | StrawberryField | Any]`

strawberry/printer/printer.py

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

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

sympy/parsing/latex/__init__.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `int | str | Unknown | None` and `Literal[10]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | str | Unknown | None` and `Literal[10]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | str | Unknown | None` and `Literal[0]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int | str | Unknown | None` and `int`

sympy/vector/functions.py

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

sympy/holonomic/tests/test_holonomic.py

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

sympy/combinatorics/fp_groups.py

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

sympy/combinatorics/polyhedron.py

[error] invalid-argument-type - Argument to bound method `list.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 `None | Unknown | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown | list[list[int | Unknown]]`

sympy/core/basic.py

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

sympy/core/exprtools.py

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

sympy/core/function.py

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

sympy/core/mod.py

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

sympy/core/mul.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `setdefault` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[ImaginaryUnit]`, found `list[Pow]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ImaginaryUnit`, found `Pow`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[ImaginaryUnit]`, found `list[Pow]`
[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`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ImaginaryUnit`, found `Unknown | Pow`

sympy/core/symbol.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[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] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

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 constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic | Unknown`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/functions/elementary/piecewise.py

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

sympy/integrals/laplace.py

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

sympy/integrals/manualintegrate.py

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

sympy/matrices/eigen.py

[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `_T@enumerate` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `_T@enumerate` and `Literal[1]`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `_T@enumerate`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`

sympy/matrices/matrixbase.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@berkowitz`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

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 `list.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`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic`, `None` in union `Unknown | Basic | None`

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 constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic | Unknown`

sympy/physics/vector/frame.py

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

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/distributedmodules.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

sympy/polys/euclidtools.py

[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`

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 `list.append` is incorrect: Expected `<class 'DDM'>`, found `<class 'DFM'> | <class 'DFM_dummy'>`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `list.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]`

sympy/polys/rootconditions.py

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

sympy/polys/rootoftools.py

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

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/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 `Element.appendChild` is incorrect: Argument type `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 `prettyForm.__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 `list.append` is incorrect: Expected `stringPict`, found `Literal[" + "]`
[error] invalid-argument-type - Argument to bound method `list.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 `str.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 constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `tuple[Unknown, Unknown | Expr]`

sympy/simplify/gammasimp.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Divergent]` and `None | Unknown`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[Unknown]` and `None | Unknown`

sympy/simplify/hyperexpand.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `sort` is not defined on `None` in union `None | Unknown`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - Object of type `None | Unknown` may not be iterable

sympy/simplify/simplify.py

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

sympy/simplify/trigsimp.py

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

sympy/solvers/ode/hypergeometric.py

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

sympy/solvers/ode/systems.py

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

sympy/solvers/solvers.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`
[error] not-iterable - Object of type `None | Unknown | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Unknown]` may not be iterable
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | Unknown | list[Unknown]`

sympy/stats/stochastic_process_types.py

[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Divergent, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[list[Basic], Boolean, Integer]]`, found `list[tuple[list[Unknown], Unknown, _S@map]]`

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 `list.append` is incorrect: Expected `int`, found `Unknown | TensMul`

sympy/utilities/tests/test_lambdify.py

[error] invalid-argument-type - Argument to bound method `list.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)`

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

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 `_AutoAugmentBase._get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(int, int, int, /) -> Unknown | None, bool]] | dict[str, tuple[(num_bins, height, width) -> Unknown, bool] | tuple[(num_bins, height, width) -> None, bool]]`

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

src/werkzeug/datastructures/structures.py

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

src/werkzeug/http.py

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

src/werkzeug/test.py

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

tests/test_debug.py

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

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

xarray/core/dataset.py

[error] invalid-argument-type - Argument to function `merge_coordinates_without_align` is incorrect: Expected `list[Coordinates]`, found `list[Unknown & DataArrayCoordinates[Unknown]] | list[Coordinates]`
[error] invalid-return-type - Return type does not match returned value: expected `Self@filter_by_attrs`, found `DataArray`

xarray/core/indexing.py

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

xarray/core/variable.py

[error] invalid-argument-type - Argument to `OuterIndexer.__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_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'>]`

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

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

[error] invalid-argument-type - Argument to bound method `list.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 `set.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 `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((*interfaces) -> Unknown) | InterfaceClass`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | str | ((*interfaces) -> Unknown) | InterfaceClass`

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

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]`
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["extra_data"]` and value of type `dict[str, Any] & ~AlwaysFalsy` on object of type `dict[str, RemoteZulipServer | int | datetime]`

zerver/lib/markdown/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[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`

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/models/messages.py

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

zerver/views/streams.py

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