Ecosystem report

Old: main (merge base) e89f8ef2 New: 24531/merge 0083d027
Lint Rule Removed Added Changed
Total 346 826 6156
unresolved-attribute 3 211 3364
invalid-argument-type 57 225 1227
unsupported-operator 7 21 904
invalid-assignment 87 277 340
invalid-return-type 6 8 143
type-assertion-failure 90 0 0
not-iterable 0 1 78
invalid-context-manager 0 0 58
invalid-await 40 0 13
no-matching-overload 12 16 1
not-subscriptable 8 20 1
invalid-method-override 0 17 4
division-by-zero 10 0 0
call-non-callable 0 3 6
possibly-unresolved-reference 9 0 0
unused-ignore-comment 0 8 0
unused-type-ignore-comment 8 0 0
possibly-missing-attribute 0 0 7
invalid-key 0 6 0
call-top-callable 0 5 0
invalid-yield 0 0 5
index-out-of-bounds 4 0 0
invalid-type-form 0 4 0
missing-typed-dict-key 3 0 0
invalid-declaration 0 0 2
missing-argument 1 1 0
redundant-cast 0 2 0
too-many-positional-arguments 0 0 2
unsupported-base 1 0 1
deprecated 0 1 0
Project Removed Added Changed
Total 346 826 6156
manticore 0 3 637
meson 10 38 551
dd-trace-py 9 93 456
core 10 8 385
pywin32 2 6 391
apprise 1 198 173
pandas 6 5 326
spack 6 34 224
sympy 19 23 193
scipy 3 20 198
scikit-learn 4 46 152
scrapy 0 11 143
stone 0 3 150
bokeh 1 16 135
dragonchain 5 67 79
cloud-init 16 26 95
mongo-python-driver 0 10 124
setuptools 3 8 122
ignite 27 26 74
pycryptodome 5 8 97

CPython (Argument Clinic) (https://github.com/python/cpython)

Tools/clinic/libclinic/converters.py

[error] invalid-assignment - Object of type `<class 'int'>` is not assignable to attribute `default_type` of type `<class 'bool'>`
[error] invalid-assignment - Object of type `<class 'str'>` is not assignable to attribute `default_type` of type `<class 'int'>`
[error] invalid-assignment - Object of type `<class 'int'>` is not assignable to attribute `default_type` of type `tuple[<class 'int'>, <class 'NoneType'>]`
[error] invalid-assignment - Object of type `<class 'int'>` is not assignable to attribute `default_type` of type `tuple[<class 'int'>, <class 'NoneType'>]`
[error] invalid-assignment - Object of type `tuple[<class 'str'>, <class 'NullType'>]` is not assignable to attribute `default_type` of type `tuple[<class 'str'>, <class 'NullType'>, <class 'NoneType'>]`
[error] invalid-assignment - Object of type `tuple[<class 'str'>, <class 'bytes'>, <class 'NullType'>]` is not assignable to attribute `default_type` of type `tuple[<class 'str'>, <class 'bytes'>, <class 'NullType'>, <class 'NoneType'>]`
[error] invalid-assignment - Object of type `tuple[<class 'bytes'>, <class 'NullType'>]` is not assignable to attribute `default_type` of type `tuple[<class 'str'>, <class 'bytes'>, <class 'NullType'>, <class 'NoneType'>]`
[error] invalid-assignment - Object of type `<class 'NullType'>` is not assignable to attribute `default_type` of type `tuple[<class 'str'>, <class 'bytes'>, <class 'NullType'>, <class 'NoneType'>]`

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

github/Requester.py

[error] invalid-assignment - Object of type `type[HTTPRequestsConnectionClass]` is not assignable to attribute `__httpConnectionClass` of type `<class 'HTTPRequestsConnectionClass'>`
[error] invalid-assignment - Object of type `type[HTTPSRequestsConnectionClass]` is not assignable to attribute `__httpsConnectionClass` of type `<class 'HTTPSRequestsConnectionClass'>`
[error] invalid-argument-type - Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `Unknown | list[str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `list[str] | list[str | None]`

tests/ApplicationOAuth.py

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

tests/Authentication.py

[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `Unknown | Token | None`
[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `Token | None`
[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `Unknown | AppAuthToken | None`
[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `AppAuthToken | None`
[error] unresolved-attribute - Attribute `get_installation_auth` is not defined on `None` in union `Unknown | AppAuth | None`
[error] unresolved-attribute - Attribute `get_installation_auth` is not defined on `None` in union `AppAuth | None`
[error] unresolved-attribute - Attribute `get_installation_auth` is not defined on `None` in union `Unknown | AppAuth | None`
[error] unresolved-attribute - Attribute `get_installation_auth` is not defined on `None` in union `AppAuth | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`

tests/Framework.py

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

tests/GithubIntegration.py

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

tests/Requester.py

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

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

tanjun/clients.py

[error] invalid-return-type - Return type does not match returned value: expected `((...) -> Coroutine[Any, Any, _T@get_callback_override] | _T@get_callback_override) | None`, found `Unknown | ((...) -> Coroutine[Any, Any, _T@get_callback_override | Coroutine[Any, Any, _T@get_callback_override]] | _T@get_callback_override) | None`
[error] invalid-return-type - Return type does not match returned value: expected `((...) -> Coroutine[Any, Any, _T@get_callback_override] | _T@get_callback_override) | None`, found `((...) -> Coroutine[Any, Any, _T@get_callback_override | Coroutine[Any, Any, _T@get_callback_override]] | _T@get_callback_override) | None`

tanjun/commands/slash.py

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

tanjun/context/autocomplete.py

[error] unresolved-attribute - Attribute `fetch_channel` is not defined on `AutocompleteInteraction` in union `Unknown | AutocompleteInteraction`
[error] unresolved-attribute - Object of type `AutocompleteInteraction` has no attribute `fetch_channel`
[error] unresolved-attribute - Attribute `get_channel` is not defined on `AutocompleteInteraction` in union `Unknown | AutocompleteInteraction`
[error] unresolved-attribute - Object of type `AutocompleteInteraction` has no attribute `get_channel`

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

aiohttp/client_reqrep.py

[error] invalid-assignment - Object of type `type[ClientResponse]` is not assignable to attribute `response_class` of type `<class 'ClientResponse'>`

aiohttp/client_ws.py

[error] invalid-assignment - Object of type `Unknown | bytes | int | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None`
[error] invalid-assignment - Object of type `bytes | int | None | BaseException | str` is not assignable to attribute `_close_code` of type `int | None`
[error] invalid-assignment - Object of type `Unknown | bytes | int | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None`
[error] invalid-assignment - Object of type `bytes | int | None | BaseException | str` is not assignable to attribute `_close_code` of type `int | None`
[error] invalid-argument-type - Argument to bound method `pong` is incorrect: Expected `bytes`, found `Unknown | bytes | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str`

aiohttp/connector.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `(Unknown & ~None) | StackSummary` on object of type `dict[str, Self@__del__ | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["source_traceback"]` and value of type `StackSummary` on object of type `dict[str, Self@__del__ | str]`
[error] unresolved-attribute - Attribute `create_pipe_connection` is not defined on `AbstractEventLoop` in union `Unknown | AbstractEventLoop`
[error] unresolved-attribute - Object of type `AbstractEventLoop` has no attribute `create_pipe_connection`

aiohttp/multipart.py

[error] invalid-argument-type - Argument to bound method `decode_iter` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `bytearray`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `bytearray`

aiohttp/web_protocol.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_task` of type `Task[None]`

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

aiohttp_devtools/runserver/utils.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _T@MutableValue | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `_T@MutableValue | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | _T@MutableValue | None` and `_T@MutableValue`
[error] unsupported-operator - Operator `+` is not supported between objects of type `_T@MutableValue | None` and `_T@MutableValue`

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

aioredis/client.py

[error] unresolved-attribute - Attribute `split` is not defined on `memoryview[int]`, `int`, `float` in union `Unknown | bytes | memoryview[int] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `split` is not defined on `memoryview[int]`, `int`, `float` in union `(Unknown & ~bytes) | bytes | memoryview[int] | ... omitted 3 union elements`

aioredis/lock.py

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

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

src/aiortc/jitterbuffer.py

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

src/aiortc/rate.py

[error] invalid-argument-type - Argument to function `uint32_add` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `uint32_add` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | None`
[error] invalid-argument-type - Argument to function `uint32_gt` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `uint32_gt` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | int | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `int | None`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int | None | Unknown` and `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int | None | Unknown` and `int`

src/aiortc/rtcdtlstransport.py

[error] invalid-argument-type - Argument to bound method `use_certificate` is incorrect: Expected `X509`, found `Unknown | Certificate`
[error] invalid-argument-type - Argument to bound method `use_certificate` is incorrect: Expected `X509`, found `Certificate`
[error] invalid-argument-type - Argument to bound method `use_privatekey` is incorrect: Expected `PKey`, found `Unknown | EllipticCurvePrivateKey`
[error] invalid-argument-type - Argument to bound method `use_privatekey` is incorrect: Expected `PKey`, found `EllipticCurvePrivateKey`

src/aiortc/rtcrtpreceiver.py

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

src/aiortc/rtcrtpsender.py

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

src/aiortc/sdp.py

[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `muxId` on type `Unknown | RTCRtpParameters`
[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `muxId` of type `str`

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

alerta/auth/decorators.py

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

alerta/commands.py

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

alerta/models/key.py

[error] invalid-argument-type - Argument to bound method `scopes_to_type` is incorrect: Expected `list[str]`, found `Unknown | (list[str] & ~AlwaysFalsy) | list[Scope]`
[error] invalid-argument-type - Argument to bound method `scopes_to_type` is incorrect: Expected `list[str]`, found `list[str] | list[Scope]`
[error] invalid-return-type - Return type does not match returned value: expected `ApiKeyStatus`, found `Unknown | Literal["expired", "active"]`
[error] invalid-return-type - Return type does not match returned value: expected `ApiKeyStatus`, found `str`

alerta/models/token.py

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

alerta/views/heartbeats.py

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

alerta/views/keys.py

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

alerta/views/permissions.py

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

alerta/webhooks/cloudwatch.py

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

tests/test_blackouts.py

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

tests/test_heartbeats.py

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

tests/test_scopes.py

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

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

tests/vegalite/v6/test_params.py

[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - Attribute `name` is not defined on `UndefinedType` in union `VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`

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

tests/lib/injectable/test_injectable.py

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

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

src/anyio/_backends/_asyncio.py

[error] unresolved-attribute - Attribute `_must_cancel` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `Task[Unknown] & ~AlwaysFalsy` has no attribute `_must_cancel`
[error] unresolved-attribute - Attribute `_fut_waiter` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `Task[Unknown] & ~AlwaysFalsy` has no attribute `_fut_waiter`
[error] unresolved-attribute - Attribute `_fut_waiter` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `Task[Unknown] & ~AlwaysFalsy` has no attribute `_fut_waiter`

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

tests/test_config_http.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_config_format` of type `ConfigFormat`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_config_format` of type `ConfigFormat`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_config_format` of type `ConfigFormat`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_config_format` of type `ConfigFormat`

apprise/apprise_attachment.py

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

apprise/asset.py

[error] invalid-assignment - Object of type `(NotifyFormat & ~AlwaysFalsy) | PersistentStoreMode` is not assignable to attribute `__storage_mode` of type `PersistentStoreMode`
[error] invalid-return-type - Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | PersistentStoreMode | (NotifyFormat & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `PersistentStoreMode`, found `PersistentStoreMode | NotifyFormat`
[error] invalid-return-type - Return type does not match returned value: expected `tzinfo`, found `Unknown | None | tzinfo`
[error] invalid-return-type - Return type does not match returned value: expected `tzinfo`, found `None | Unknown | tzinfo`

apprise/attachment/base.py

[error] invalid-argument-type - Argument to function `guess_type` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `guess_type` is incorrect: Expected `str | PathLike[str]`, found `(Unknown & ~AlwaysFalsy) | None | str`

apprise/attachment/http.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | Literal["/"]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None | _TemporaryFileWrapper[bytes]`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | _TemporaryFileWrapper[bytes]`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

apprise/config/base.py

[error] invalid-assignment - Object of type `object` is not assignable to attribute `encoding` of type `str`
[error] invalid-return-type - Return type does not match returned value: expected `list[NotifyBase]`, found `Unknown | None | list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `list[NotifyBase]`, found `None | list[Unknown]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | float` and `Unknown | None | int | float`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | float` and `None | int | float`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `None | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[Unknown]`

apprise/config/http.py

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

apprise/manager.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str | Any` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str | Any` and `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] not-iterable - Object of type `Unknown | None | dict[Unknown, Unknown]` may not be iterable
[error] not-iterable - Object of type `None | dict[Unknown, Unknown]` may not be iterable
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[error] invalid-argument-type - Argument to bound method `openssl_sha256` is incorrect: Expected `Buffer`, found `Self@hash`
[error] too-many-positional-arguments - Too many positional arguments to bound method `openssl_sha256`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `Unknown | str | None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `str | None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `Unknown | str | None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `str | None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-assignment - Object of type `datetime | Unknown | Literal[2678400]` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `datetime | int` is not assignable to `int | float | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `None | dict[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `Unknown | dict_keys[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `set[str]`, found `dict_keys[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | None | PersistentStoreMode`
[error] invalid-return-type - Return type does not match returned value: expected `PersistentStoreMode`, found `None | PersistentStoreMode`

apprise/plugins/africas_talking.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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str, str]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str] | bool` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["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 | tuple[Unknown | str, Unknown | str, Unknown | str] | bool | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `Unknown | str | int | ... omitted 4 union elements` on object of type `dict[str, str]`

apprise/plugins/aprs.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `float` and `Unknown | str | int | ... omitted 4 union elements`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `float` and `Unknown | str | int | ... omitted 4 union elements`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[str, str]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Unknown | str | int | ... omitted 4 union elements`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 4 union elements`
[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 `frozenset[str]` 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 - Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[str, str]`

apprise/plugins/bark.py

[error] invalid-assignment - Object of type `(Unknown & str) | None` is not assignable to attribute `category` of type `str`

apprise/plugins/base.py

[error] invalid-assignment - Object of type `None | Unknown` is not assignable to attribute `interpret_emojis` of type `bool`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `__cached_url_identifier` of type `bool`

apprise/plugins/bluesky.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["."]` and `Unknown | str | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["."]` and `Any | str | None`

apprise/plugins/bulksms.py

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

apprise/plugins/custom_form.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | Literal["", "/"]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | tuple[str, str, str, str, str, str, str, str]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | int | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`

apprise/plugins/custom_json.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | Literal["", "/"]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | tuple[str, str, str, str, str, str, str, str]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | int | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`

apprise/plugins/custom_xml.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | Literal["", "/"]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None | str`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | tuple[str, str, str, str, str, str, str, str]`
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `str | bytes`, found `Unknown | str | int | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`

apprise/plugins/dapnet.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/dbus.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/dingtalk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["markdown"]` and value of type `dict[str, list[Unknown] | bool | Unknown | str]` on object of type `dict[str, str | dict[str, list[Unknown] | bool]]`
[error] unresolved-attribute - Attribute `encode` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `encode` is not defined on `None` in union `None | Unknown`

apprise/plugins/discord.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 3 union elements`

apprise/plugins/email/base.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `dict[str, dict[str, int]]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `float` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `frozenset[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `int` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `None` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `dict[str, dict[str, int]]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `float` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `frozenset[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `int` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `tuple[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `None` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `dict[str, dict[str, int]]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `float` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `frozenset[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `int` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `tuple[str]` on object of type `dict[str, dict[str, int]]`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["Email"]` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | tuple[Unknown | str] | (list[Unknown] & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[str] | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | Any | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | Literal["UserID"]` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | tuple[Unknown | str] | (list[Unknown] & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[str] | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[Unknown | bool, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | tuple[Unknown | str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | int | tuple[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | str | tuple[Unknown | str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | str | tuple[str] | Unknown | None`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] invalid-argument-type - Argument to bound method `sendmail` is incorrect: Expected `str`, found `Unknown | bool | str`
[error] invalid-argument-type - Argument to bound method `sendmail` is incorrect: Expected `str`, found `bool | str | Unknown`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["smtp"]` and value of type `Unknown | str | int | tuple[Unknown | str] | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["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 `Unknown | None | str | ... omitted 3 union elements` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["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 `(Unknown & ~AlwaysFalsy) | Literal[True] | str` 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 function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy), (Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[True] | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy), Literal[True] | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], (Unknown & ~AlwaysFalsy) | Literal[True] | (str & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Literal[True] | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown | bool | str]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], bool | str | Unknown]`

apprise/plugins/enigma2.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`

apprise/plugins/fcm/__init__.py

[error] unresolved-attribute - Attribute `load` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `load` is not defined on `GoogleOAuth` in union `apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `project_id` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `project_id` is not defined on `GoogleOAuth` in union `apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `access_token` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `access_token` is not defined on `GoogleOAuth` in union `apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - Attribute `get` is not defined on `bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `get` is not defined on `bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (FCMColorManager & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `get` is not defined on `bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `get` is not defined on `bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (FCMColorManager & ~AlwaysFalsy)`

apprise/plugins/fcm/oauth.py

[error] unresolved-attribute - Attribute `sign` is not defined on `DHPrivateKey & ~AlwaysFalsy`, `X25519PrivateKey & ~AlwaysFalsy`, `X448PrivateKey & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (DHPrivateKey & ~AlwaysFalsy) | (Ed25519PrivateKey & ~AlwaysFalsy) | ... omitted 6 union elements`
[error] unresolved-attribute - Attribute `sign` is not defined on `DHPrivateKey & ~AlwaysFalsy`, `X25519PrivateKey & ~AlwaysFalsy`, `X448PrivateKey & ~AlwaysFalsy` in union `(DHPrivateKey & ~AlwaysFalsy) | (Ed25519PrivateKey & ~AlwaysFalsy) | (Ed448PrivateKey & ~AlwaysFalsy) | ... omitted 5 union elements`

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 `int` and `Unknown | str | tuple[Unknown | str, Unknown | str] | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 4 union elements`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `Unknown | bool`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `bool | Literal[""]`
[error] invalid-assignment - Object of type `dict[str, str | Unknown | tuple[Unknown | str, Unknown | str] | int]` is not assignable to `dict[str, str]`
[error] invalid-assignment - Object of type `dict[str, str | Unknown | int | ... omitted 4 union elements]` is not assignable to `dict[str, str]`

apprise/plugins/glib.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/gnome.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/gotify.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/growl.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `tuple[int, int]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] unresolved-attribute - Attribute `notify` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `notify` is not defined on `None` in union `None | Unknown`

apprise/plugins/home_assistant.py

[error] not-iterable - Object of type `Unknown | str | int | ... omitted 4 union elements` may not be iterable

apprise/plugins/irc/base.py

[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/jira.py

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

apprise/plugins/join.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | dict[Unknown | int, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/kodi.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | str | int | ... omitted 3 union elements` and `Literal[1000]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | str | int | ... omitted 3 union elements` and `Literal[1000]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int | ... omitted 3 union elements` and `Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["kodi"], Literal["xbmc"]]` and `Unknown | Literal[2]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `tuple[str, str] | Unknown` and `int`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["kodi"], Literal["xbmc"]]` and `Unknown | Literal[2]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `tuple[str, str] | Unknown` and `int`

apprise/plugins/mailgun.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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str]` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | list[Unknown | str] | tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `list[Unknown | str] | tuple[Unknown | bool, Unknown]`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

apprise/plugins/mqtt.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | str | int | dict[str, str]`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | str | int | ... omitted 4 union elements`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | str | int | dict[str, str]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/msteams.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `int | Unknown | str | tuple[int, int, int] | None` and `Unknown | str | int | tuple[int, int, int]`
[error] unsupported-operator - Operator `not in` is not supported between two objects of type `int | Unknown | str | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `deprecate`
[error] unresolved-attribute - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `deprecate`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | int | str | tuple[int, int, int] | None` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | Unknown | str | ... omitted 4 union elements` and `Literal[1]`

apprise/plugins/nextcloud.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | str | int` and `Literal[21]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | str | int | ... omitted 3 union elements` and `Literal[21]`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

apprise/plugins/notifiarr.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["event"]` and value of type `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` on object of type `dict[str, str]`
[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] 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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str, str]` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `Unknown | str`
[error] unresolved-attribute - Attribute `update` is not defined on `str` in union `str | Unknown`

apprise/plugins/one_signal.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (frozenset[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown | str | bool, Unknown] | bool`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown | str | int | ... omitted 3 union elements, Unknown] | bool`

apprise/plugins/opsgenie.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `tuple[str, str, str, str, str, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `tuple[str, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] unresolved-attribute - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `deprecate`

apprise/plugins/pagertree.py

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

apprise/plugins/parseplatform.py

[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`

apprise/plugins/prowl.py

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

apprise/plugins/pushover.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `None` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `dict[int, str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `float` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `frozenset[str]` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `str` on object of type `dict[int, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `tuple[str, str]` on object of type `dict[int, str]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, str] | int | tuple[str, str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 5 union elements`

apprise/plugins/resend.py

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

apprise/plugins/rsyslog.py

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

apprise/plugins/ses.py

[error] no-matching-overload - No overload of function `quote` matches arguments
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown | str | None]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | bool, Unknown | str | None]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Unknown, Unknown | str | None]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Unknown | Literal[True], Unknown | str | None]`
[error] no-matching-overload - No overload of function `quote` matches arguments

apprise/plugins/simplepush.py

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

apprise/plugins/smseagle.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["priority"]` and value of type `str | Unknown | tuple[Unknown | int, Unknown | int] | int` on object of type `dict[str, str]`
[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 & ~AlwaysFalsy) | Literal[False], Unknown | str]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], str]`

apprise/plugins/sparkpost.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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str]` on object of type `dict[str, str]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown | str]`
[error] invalid-argument-type - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], str]`

apprise/plugins/splunk.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `(Unknown & ~AlwaysFalsy) | Literal["CRITICAL", "WARNING", "ACKNOWLEDGEMENT", "INFO", "RECOVERY"]` on object of type `dict[NotifyType, Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `str & ~AlwaysFalsy` on object of type `dict[NotifyType, str]`

apprise/plugins/streamlabs.py

[error] not-iterable - Object of type `Unknown | str | tuple[Unknown | str, Unknown | str] | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int` may not be iterable
[error] not-iterable - Object of type `Unknown | str | int | ... omitted 5 union elements` may not be iterable
[error] not-iterable - Object of type `Unknown | str | tuple[Unknown | str, Unknown | str] | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int` may not be iterable
[error] not-iterable - Object of type `Unknown | str | int | ... omitted 5 union elements` may not be iterable

apprise/plugins/synology.py

[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`
[error] unresolved-attribute - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | Literal["/"]` and `Literal["/webapi/entry.cgi"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | str` and `Literal["/webapi/entry.cgi"]`

apprise/plugins/syslog.py

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

apprise/plugins/telegram.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `bool` on object of type `dict[str, Unknown | 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 - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `tuple[Unknown | str, Unknown | str]` on object of type `dict[str, Unknown | 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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str]` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `bool` on object of type `dict[str, Unknown | 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 - Method `__getitem__` of type `bound method dict[str, Unknown | str].__getitem__(key: str, /) -> Unknown | str` cannot be called with key of type `tuple[Unknown | str, Unknown | str]` on object of type `dict[str, Unknown | 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 `float` 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 `frozenset[str]` 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 `int` 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 `tuple[str, str]` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `match` is not defined on `str` in union `Unknown | Pattern[str] | str`
[error] unresolved-attribute - Attribute `match` is not defined on `str` in union `Pattern[str] | str`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str | Unknown | Pattern[str], tuple[Unknown | str, Unknown | BufferedReader[_BufferedReaderStream]]]`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[str | Pattern[str], tuple[Unknown | str, Unknown | BufferedReader[_BufferedReaderStream]]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | bool | tuple[Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/twilio.py

[error] not-iterable - Object of type `Unknown | str | bool | tuple[Unknown | str, Unknown | str]` may not be iterable
[error] not-iterable - Object of type `Unknown | str | int | ... omitted 4 union elements` may not be iterable

apprise/plugins/twitter.py

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

apprise/plugins/vapid/__init__.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 `int` 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 `tuple[str, str, str, str, str]` 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 `int` 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 `tuple[str, str, str, str, str]` on object of type `dict[str, str]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | tuple[str, str, str, str, str] | int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | str | tuple[str, str, str, str, str] | int`
[error] unresolved-attribute - Attribute `load` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown] | WebPushSubscriptionManager`
[error] unresolved-attribute - Attribute `load` is not defined on `dict[Unknown, Unknown]` in union `dict[Unknown, Unknown] | WebPushSubscriptionManager`
[error] invalid-argument-type - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `Unknown | bytes | None`
[error] invalid-argument-type - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `bytes | None`

apprise/plugins/viber.py

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

apprise/plugins/vonage.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | str | int | ... omitted 3 union elements`

apprise/plugins/xmpp/base.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `None` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `dict[str, dict[str, int]]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `float` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `frozenset[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `int` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `None` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `dict[str, dict[str, int]]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `float` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `frozenset[str]` on object of type `dict[str, dict[str, int]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, dict[str, int]].__getitem__(key: str, /) -> dict[str, int]` cannot be called with key of type `int` on object of type `dict[str, dict[str, int]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str, str, int | None]`, found `tuple[Unknown | Literal["xmpps", "xmpp"], Unknown, Unknown | str, Unknown | None, Unknown | None, Unknown | None | int]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str, str, int | None]`, found `tuple[str, Unknown, str, Unknown | None, Unknown | None, Unknown | None | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, dict[str, int]] | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[Unknown | str, dict[str, int]] | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/url.py

[error] not-subscriptable - Cannot subscript object of type `Literal[True]` with no `__getitem__` method
[error] invalid-assignment - Object of type `None` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `__cached_url_identifier` of type `bool`

apprise/utils/pem.py

[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePublicKey | None`, found `Unknown | None | DHPublicKey | ... omitted 7 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePublicKey | None`, found `None | DHPublicKey | Ed25519PublicKey | ... omitted 6 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePublicKey | None`, found `(Unknown & ~AlwaysTruthy) | None | (DHPublicKey & ~AlwaysTruthy) | ... omitted 7 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePublicKey | None`, found `None | (DHPublicKey & ~AlwaysTruthy) | (Ed25519PublicKey & ~AlwaysTruthy) | ... omitted 6 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePrivateKey | None`, found `Unknown | None | DHPrivateKey | ... omitted 7 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePrivateKey | None`, found `None | DHPrivateKey | Ed25519PrivateKey | ... omitted 6 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePrivateKey | None`, found `(Unknown & ~AlwaysTruthy) | None | (DHPrivateKey & ~AlwaysTruthy) | ... omitted 7 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `EllipticCurvePrivateKey | None`, found `None | (DHPrivateKey & ~AlwaysTruthy) | (Ed25519PrivateKey & ~AlwaysTruthy) | ... omitted 6 union elements`

tests/helpers/asyncio.py

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

tests/helpers/rest.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `image_url_logo` of type `str`

tests/test_attach_http.py

[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedReader[_BufferedReaderStream]`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | Unknown | BufferedReader[_BufferedReaderStream]`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None | BufferedReader[_BufferedReaderStream]`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | Unknown | BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Content-Length"]` and value of type `Unknown | Literal[1048576001]` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["Content-Length"]` and value of type `int` on object of type `dict[str, str]`

tests/test_logger.py

[error] unresolved-attribute - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `deprecate`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `deprecate`
[error] unresolved-attribute - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

tests/test_plugin_email.py

[error] invalid-assignment - Object of type `tuple[tuple[Literal["Testing Lookup"], Pattern[str], dict[str, int | str | tuple[Unknown | str]]], tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str | Unknown]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None | Unknown]]]` is not assignable to attribute `EMAIL_TEMPLATES` of type `tuple[tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str | Unknown]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | Unknown | tuple[Unknown | str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None | Unknown]]]`
[error] invalid-assignment - Object of type `tuple[tuple[Literal["Testing Lookup"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None | Unknown]]]` is not assignable to attribute `EMAIL_TEMPLATES` of type `tuple[tuple[Literal["Google Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Yandex"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Hotmail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Outlook"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Microsoft Office 365"], Pattern[str], dict[str, int | str]], tuple[Literal["Yahoo Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["GMX Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Fast Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Fast Mail Extended Addresses"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Zoho Mail"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["SendGrid"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["163.com"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Foxmail.com"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Comcast.net"], Pattern[str], dict[str, int | str | tuple[str]]], tuple[Literal["Local Mail Server"], Pattern[str], dict[str, str | None]], tuple[Literal["Custom"], Pattern[str], dict[str, None | Unknown]]]`

tests/test_plugin_irc.py

[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`
[error] invalid-assignment - Object of type `_DummyTransport` is not assignable to attribute `transport` of type `SocketTransport`

tests/test_plugin_sparkpost.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `sparkpost_retry_wait_sec` of type `int`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `sparkpost_retry_wait_sec` of type `int`

tests/test_plugin_twitter.py

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

tests/test_utils_socket.py

[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_rfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] unresolved-attribute - Object of type `None | SocketIO` has no attribute `flushed`
[error] invalid-assignment - Object of type `_BadFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_BadFile` is not assignable to attribute `_rfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_rfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`

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

src/arti/internal/mappings.py

[error] type-assertion-failure - Type `Unknown & ~Literal["closed"] & ~Literal["open"]` is not equivalent to `Never`

src/arti/types/bigquery.py

[error] invalid-argument-type - Argument is incorrect: Expected `Literal["second", "millisecond", "microsecond", "nanosecond"]`, found `str`

src/arti/types/python.py

[error] invalid-type-form - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - Function calls are not allowed in type expressions
[error] invalid-type-form - Function calls are not allowed in type expressions
[error] invalid-type-form - Function calls are not allowed in type expressions

tests/arti/internal/test_mappings.py

[error] invalid-assignment - Object of type `Coord` is not assignable to attribute `z` on type `Unknown | int | Coord | TypedBox[Coord]`
[error] invalid-assignment - Object of type `Coord` is not assignable to attribute `z` on type `int | Coord | TypedBox[Coord]`

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

asynq/async_task.py

[error] unresolved-attribute - Attribute `traceback` is not defined on `FutureBase[Unknown]` in union `(Unknown & ~None) | FutureBase[Unknown]`
[error] unresolved-attribute - Object of type `FutureBase[Unknown]` has no attribute `traceback`

asynq/tools.py

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

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

src/attr/_make.py

[error] invalid-assignment - Object of type `ReferenceType[Unknown]` is not assignable to attribute `__attrs_base_of_slotted__` on type `Unknown | type`
[error] unresolved-attribute - Unresolved attribute `__attrs_base_of_slotted__` on type `type`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `__attrs_own_setattr__` on type `Unknown | type`
[error] unresolved-attribute - Unresolved attribute `__attrs_own_setattr__` on type `type`
[error] invalid-argument-type - Argument to function `_make_hash_script` is incorrect: Expected `list[Attribute | Unknown]`, found `Unknown | type`
[error] invalid-argument-type - Argument to function `_make_hash_script` is incorrect: Expected `list[Attribute | Unknown]`, found `type`
[error] not-iterable - Object of type `Unknown | type` may not be iterable
[error] not-iterable - Object of type `type` is not iterable
[error] invalid-argument-type - Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `Unknown | type`
[error] invalid-argument-type - Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `type`
[error] not-iterable - Object of type `Unknown | type` may not be iterable
[error] not-iterable - Object of type `type` is not iterable

tests/test_cmp.py

[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `__lt__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__lt__`
[error] unresolved-attribute - Attribute `__le__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__le__`
[error] unresolved-attribute - Attribute `__gt__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__gt__`
[error] unresolved-attribute - Attribute `__ge__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__ge__`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `strip` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `__lt__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__lt__`
[error] unresolved-attribute - Attribute `__le__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__le__`
[error] unresolved-attribute - Attribute `__gt__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__gt__`
[error] unresolved-attribute - Attribute `__ge__` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `__ge__`

tests/test_make.py

[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_cls` of type `type`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__qualname__`

tests/test_setattr.py

[error] invalid-assignment - Object of type `Literal[42]` is not assignable to attribute `y` of type `str`
[error] invalid-assignment - Object of type `Literal["1"]` is not assignable to attribute `x` of type `int`
[error] invalid-assignment - Object of type `Literal["1"]` is not assignable to attribute `x` of type `int`

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

src/bandersnatch/storage.py

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

src/bandersnatch/tests/plugins/test_storage_plugins.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `manage_permissions` on type `Unknown | Storage`
[error] unresolved-attribute - Unresolved attribute `manage_permissions` on type `Storage`

src/bandersnatch_storage_plugins/filesystem.py

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

src/bandersnatch_storage_plugins/s3.py

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

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

beartype/door/_cls/pep/pep484585/doorpep484585subscripted.py

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

bidict (https://github.com/jab/bidict)

bidict/_orderedbidict.py

[error] invalid-assignment - Object of type `Node` is not assignable to attribute `nxt` on type `Unknown | Node`
[error] invalid-assignment - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method

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

release/pipeline.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`

src/bokeh/core/property/container.py

[error] unresolved-attribute - Attribute `data` is not defined on `Model` in union `Unknown | Model`
[error] unresolved-attribute - Object of type `Model` has no attribute `data`
[error] not-iterable - Object of type `Unknown | list[str] | None` may not be iterable
[error] not-iterable - Object of type `list[str] | None` may not be iterable

src/bokeh/core/property/descriptors.py

[error] unresolved-attribute - Attribute `to_serializable` is not defined on `Property[Unknown]` in union `Unknown | Property[Unknown]`
[error] unresolved-attribute - Object of type `Property[Unknown]` has no attribute `to_serializable`
[error] unresolved-attribute - Attribute `value_type` is not defined on `Property[Unknown]` in union `Unknown | Property[Unknown]`
[error] unresolved-attribute - Object of type `Property[Unknown]` has no attribute `value_type`

src/bokeh/document/events.py

[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["MessageSent"]` on TypedDict `MessageSent`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["ModelChanged"]` on TypedDict `ModelChanged`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["ColumnDataChanged"]` on TypedDict `ColumnDataChanged`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["ColumnsStreamed"]` on TypedDict `ColumnsStreamed`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["ColumnsPatched"]` on TypedDict `ColumnsPatched`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["TitleChanged"]` on TypedDict `TitleChanged`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["RootAdded"]` on TypedDict `RootAdded`: value of type `str`
[error] invalid-argument-type - Invalid argument to key "kind" with declared type `Literal["RootRemoved"]` on TypedDict `RootRemoved`: value of type `str`
[error] unresolved-attribute - Attribute `_stream` is not defined on `Model` in union `Unknown | Model`
[error] unresolved-attribute - Object of type `Model` has no attribute `_stream`
[error] unresolved-attribute - Attribute `patch` is not defined on `Model` in union `Unknown | Model`
[error] unresolved-attribute - Object of type `Model` has no attribute `patch`

src/bokeh/model/model.py

[error] unresolved-attribute - Attribute `get` is not defined on `Dict` in union `Unknown | Dict`
[error] unresolved-attribute - Object of type `Dict` has no attribute `get`
[error] unresolved-attribute - Attribute `items` is not defined on `Dict` in union `Unknown | Dict`
[error] unresolved-attribute - Object of type `Dict` has no attribute `items`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | Dict`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Dict`

src/bokeh/models/annotations/dimensional.py

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

src/bokeh/models/annotations/legends.py

[error] invalid-assignment - Object of type `Value[(NullStringSpec & str) | (Value[Divergent] & str)]` is not assignable to attribute `label` of type `NullStringSpec`
[error] not-iterable - Object of type `Unknown | List[GlyphRenderer[Unknown]]` may not be iterable
[error] not-iterable - Object of type `List[GlyphRenderer[Unknown]]` is not iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[GlyphRenderer[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `List[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Attribute `is_known` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `is_known`

src/bokeh/models/dom.py

[error] unresolved-attribute - Attribute `lookup` is not defined on `Required[HasProps]` in union `Unknown | Required[HasProps]`
[error] unresolved-attribute - Object of type `Required[HasProps]` has no attribute `lookup`

src/bokeh/models/layouts.py

[error] unsupported-operator - Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Nullable[Unknown]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Nullable[Unknown]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Nullable[Unknown]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Nullable[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `Nullable[Unknown]`
[error] not-iterable - Object of type `Unknown | List[Any]` may not be iterable
[error] not-iterable - Object of type `List[Any]` is not iterable
[error] not-iterable - Object of type `Unknown | Property[Unknown]` may not be iterable
[error] not-iterable - Object of type `Property[Unknown]` is not iterable
[error] not-iterable - Object of type `Unknown | Property[Unknown]` may not be iterable
[error] not-iterable - Object of type `Property[Unknown]` is not iterable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[UIElement]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] not-iterable - Object of type `Unknown | List[UIElement]` may not be iterable
[error] not-iterable - Object of type `List[UIElement]` is not iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[UIElement]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `List[UIElement]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[UIElement]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] not-iterable - Object of type `Unknown | List[UIElement]` may not be iterable
[error] not-iterable - Object of type `List[UIElement]` is not iterable
[error] not-iterable - Object of type `Unknown | List[UIElement]` may not be iterable
[error] not-iterable - Object of type `List[UIElement]` is not iterable
[error] not-iterable - Object of type `Unknown | List[UIElement]` may not be iterable
[error] not-iterable - Object of type `List[UIElement]` is not iterable
[error] not-iterable - Object of type `Unknown | List[UIElement]` may not be iterable
[error] not-iterable - Object of type `List[UIElement]` is not iterable

src/bokeh/models/mappers.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Property[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | FactorSeq`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `FactorSeq`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Property[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~None) | Nullable[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Nullable[Unknown] | (Unknown & ~None)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Property[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~None) | Nullable[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Nullable[Unknown] | (Unknown & ~None)`

src/bokeh/models/plots.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `hold_render` of type `Bool`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `hold_render` of type `Bool`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | List[Any]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `List[Any]`
[error] not-iterable - Object of type `Unknown | List[Any]` may not be iterable
[error] not-iterable - Object of type `List[Any]` is not iterable
[error] unresolved-attribute - Attribute `tools` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `tools`
[error] invalid-assignment - Object of type `list[Tool]` is not assignable to attribute `tools` on type `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Unresolved attribute `tools` on type `Instance[S@Instance]`
[error] unresolved-attribute - Attribute `tools` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `tools`
[error] unresolved-attribute - Attribute `tools` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `tools`
[error] unresolved-attribute - Attribute `tools` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `tools`
[error] unresolved-attribute - Attribute `tools` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `tools`
[error] unresolved-attribute - Attribute `append` is not defined on `List[Renderer]` in union `Unknown | List[Renderer]`
[error] unresolved-attribute - Object of type `List[Renderer]` has no attribute `append`
[error] unresolved-attribute - Attribute `append` is not defined on `List[Renderer]` in union `Unknown | List[Renderer]`
[error] unresolved-attribute - Object of type `List[Renderer]` has no attribute `append`
[error] unresolved-attribute - Attribute `values` is not defined on `Dict` in union `Unknown | Dict`
[error] unresolved-attribute - Object of type `Dict` has no attribute `values`
[error] unresolved-attribute - Attribute `values` is not defined on `Dict` in union `Unknown | Dict`
[error] unresolved-attribute - Object of type `Dict` has no attribute `values`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[Renderer]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `List[Renderer]`
[error] not-iterable - Object of type `Unknown | List[Any]` may not be iterable
[error] not-iterable - Object of type `List[Any]` is not iterable
[error] not-iterable - Object of type `Unknown | List[Any]` may not be iterable
[error] not-iterable - Object of type `List[Any]` is not iterable

src/bokeh/models/renderers/contour_renderer.py

[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - Object of type `Instance[GlyphRenderer[Unknown]]` has no attribute `data_source`

src/bokeh/models/renderers/glyph_renderer.py

[error] unresolved-attribute - Attribute `filter` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `filter`
[error] unresolved-attribute - Attribute `properties_with_values` is not defined on `Required[Glyph]` in union `Unknown | Required[Glyph]`
[error] unresolved-attribute - Object of type `Required[Glyph]` has no attribute `properties_with_values`
[error] unresolved-attribute - Attribute `dataspecs` is not defined on `Required[Glyph]` in union `Unknown | Required[Glyph]`
[error] unresolved-attribute - Object of type `Required[Glyph]` has no attribute `dataspecs`
[error] unresolved-attribute - Attribute `fill_color` is not defined on `Required[Glyph] & FillGlyph` in union `(Unknown & FillGlyph) | (Required[Glyph] & FillGlyph)`
[error] unresolved-attribute - Object of type `Required[Glyph] & FillGlyph` has no attribute `fill_color`
[error] unresolved-attribute - Attribute `line_color` is not defined on `Required[Glyph] & LineGlyph & ~FillGlyph` in union `(Unknown & LineGlyph & ~FillGlyph) | (Required[Glyph] & LineGlyph & ~FillGlyph)`
[error] unresolved-attribute - Object of type `Required[Glyph] & LineGlyph & ~FillGlyph` has no attribute `line_color`
[error] unresolved-attribute - Attribute `text_color` is not defined on `Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph` in union `(Unknown & TextGlyph & ~FillGlyph & ~LineGlyph) | (Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph)`
[error] unresolved-attribute - Object of type `Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph` has no attribute `text_color`

src/bokeh/models/renderers/graph_renderer.py

[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `data_source`
[error] unresolved-attribute - Attribute `data_source` is not defined on `Instance[S@Instance]` in union `Unknown | Instance[S@Instance]`
[error] unresolved-attribute - Object of type `Instance[S@Instance]` has no attribute `data_source`

src/bokeh/models/sources.py

[error] unresolved-attribute - Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `update`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Unknown | Property[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Property[Any]`
[error] unresolved-attribute - Attribute `items` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `items`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Any]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Property[Any]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | Property[Any]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Property[Any]`
[error] unresolved-attribute - Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `keys`
[error] unresolved-attribute - Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `update`
[error] unresolved-attribute - Attribute `_stream` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `_stream`
[error] unresolved-attribute - Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `keys`
[error] unresolved-attribute - Attribute `_patch` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[error] unresolved-attribute - Object of type `Property[Any]` has no attribute `_patch`

src/bokeh/models/util/structure.py

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

src/bokeh/models/widgets/sliders.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Required[Unknown] & Number` and `Literal[1000]`
[error] invalid-return-type - Return type does not match returned value: expected `datetime | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
[error] invalid-return-type - Return type does not match returned value: expected `datetime | None`, found `Required[Unknown] & ~Number`
[error] unsupported-operator - Operator `/` is not supported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Required[Unknown] & Number` and `Literal[1000]`
[error] invalid-return-type - Return type does not match returned value: expected `date | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
[error] invalid-return-type - Return type does not match returned value: expected `date | None`, found `Required[Unknown] & ~Number`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Unknown | Either`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Either`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Nullable[str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `ParameterizedProperty[Any | None]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Unknown | Either`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Either`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Nullable[str]`
[error] invalid-argument-type - Argument to function `process_tools_arg` is incorrect: Expected `Sequence[Tool | str]`, found `Unknown | Either`
[error] invalid-argument-type - Argument to function `process_tools_arg` is incorrect: Expected `Sequence[Tool | str]`, found `Either`
[error] invalid-argument-type - Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Unknown | Nullable[Any]`
[error] invalid-argument-type - Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Nullable[Any]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Any | str]`
[error] invalid-argument-type - Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Nullable[Any | str]`

src/bokeh/server/views/auth_request_handler.py

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

src/bokeh/server/views/autoload_js_handler.py

[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `RequestHandler.get`
[error] invalid-method-override - Invalid override of method `options`: Definition is incompatible with `RequestHandler.options`

src/bokeh/server/views/ico_handler.py

[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `RequestHandler.get`

src/bokeh/server/views/session_handler.py

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

src/bokeh/server/views/ws.py

[error] invalid-method-override - Invalid override of method `initialize`: Definition is incompatible with `RequestHandler.initialize`
[error] unresolved-attribute - Attribute `websocket_origins` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `websocket_origins`
[error] unresolved-attribute - Attribute `sign_sessions` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `sign_sessions`
[error] unresolved-attribute - Attribute `secret_key` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `secret_key`
[error] unresolved-attribute - Attribute `io_loop` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `io_loop`
[error] unresolved-attribute - Attribute `new_connection` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `new_connection`
[error] unresolved-attribute - Attribute `client_lost` is not defined on `Application` in union `Unknown | Application`
[error] unresolved-attribute - Object of type `Application` has no attribute `client_lost`
[error] unresolved-attribute - Attribute `consume` is not defined on `None` in union `Unknown | None | Receiver`
[error] unresolved-attribute - Attribute `consume` is not defined on `None` in union `None | Receiver`
[error] unresolved-attribute - Attribute `handle` is not defined on `None` in union `Unknown | None | ProtocolHandler`
[error] unresolved-attribute - Attribute `handle` is not defined on `None` in union `None | ProtocolHandler`

src/bokeh/settings.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.IMMEDIATE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.IMMEDIATE]]`
[error] invalid-argument-type - Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~None) | str`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~None) | str`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.USER_SET]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.USER_SET]]`
[error] invalid-argument-type - Argument to function `convert_str` is incorrect: Expected `str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_OVERRIDE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_OVERRIDE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.ENV_VAR]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.ENV_VAR]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_USER]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_USER]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_SYSTEM]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_SYSTEM]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.DEV_DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.DEV_DEFAULT]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.DEFAULT]]`
[error] invalid-argument-type - Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[T@PrioritizedSetting | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`

src/bokeh/sphinxext/_internal/example_handler.py

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

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

boostedblob/boost.py

[error] invalid-argument-type - Argument to function `create_task` is incorrect: Expected `Generator[Any, None, Unknown] | Coroutine[Any, Any, Unknown]`, found `Unknown | Awaitable[T@EageriseBoostable]`
[error] invalid-argument-type - Argument to function `create_task` is incorrect: Expected `Generator[Any, None, Unknown] | Coroutine[Any, Any, Unknown]`, found `Awaitable[T@EageriseBoostable]`

boostedblob/globals.py

[error] unresolved-attribute - Attribute `__qualname__` is not defined on `(T@TokenManager, /) -> Awaitable[tuple[Any, int | float]]` in union `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])`
[error] unresolved-attribute - Object of type `(T@TokenManager, /) -> Awaitable[tuple[Any, int | float]]` has no attribute `__qualname__`

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

tests/test_projectbuilder.py

[error] invalid-assignment - Object of type `list[list[Unknown] | list[str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_sdist(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.get_requires_for_build_sdist(config_settings: Mapping[str, Any] | None = None) -> Sequence[str]`
[error] invalid-assignment - Object of type `list[list[Unknown] | list[str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_wheel(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.get_requires_for_build_wheel(config_settings: Mapping[str, Any] | None = None) -> Sequence[str]`
[error] invalid-assignment - Object of type `list[str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str`
[error] invalid-assignment - Object of type `list[str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str`
[error] unresolved-attribute - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Object of type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` has no attribute `assert_called_with`
[error] unresolved-attribute - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
[error] unresolved-attribute - Object of type `bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str` has no attribute `assert_called_with`
[error] invalid-assignment - Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Unresolved attribute `return_value` on type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str`
[error] invalid-assignment - Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Unresolved attribute `return_value` on type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str`
[error] unresolved-attribute - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Object of type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` has no attribute `assert_called_with`
[error] invalid-assignment - Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - Unresolved attribute `return_value` on type `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str`
[error] invalid-assignment - Object of type `Literal["dist-1.0.dist-info"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
[error] unresolved-attribute - Unresolved attribute `return_value` on type `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str`
[error] unresolved-attribute - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str` in union `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
[error] unresolved-attribute - Object of type `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str` has no attribute `assert_called_with`
[error] invalid-assignment - Object of type `HookMissing` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str`
[error] invalid-assignment - Object of type `<class 'Exception'>` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
[error] unresolved-attribute - Unresolved attribute `side_effect` on type `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str`

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

cibuildwheel/platforms/linux.py

[error] type-assertion-failure - Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`

cibuildwheel/platforms/windows.py

[error] type-assertion-failure - Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`

cibuildwheel/platforms/macos.py

[error] type-assertion-failure - Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`

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

cki_lib/kcidb/file.py

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

cki_lib/metrics/__init__.py

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

tests/test_cronjob.py

[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `assert_called_with`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `reset_mock`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `assert_called_with`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `reset_mock`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `assert_called_with`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `reset_mock`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `called`
[error] unresolved-attribute - Object of type `bound method CronJob.run(*, last_run_datetime=None) -> Unknown` has no attribute `assert_called_with`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` of type `def run(self, *, last_run_datetime=None) -> Unknown`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` of type `def run(self, *, last_run_datetime=None) -> Unknown`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Thread | None`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `run` of type `def run(self, *, last_run_datetime=None) -> Unknown`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Thread | None`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` of type `def _run(self, last_run_datetime) -> Unknown`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` of type `def _run(self, last_run_datetime) -> Unknown`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` of type `def _run(self, last_run_datetime) -> Unknown`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `_run` of type `def _run(self, last_run_datetime) -> Unknown`

tests/test_s3bucket.py

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

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

cloudinit/distros/azurelinux.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `network_conf_fn` of type `str`

cloudinit/sources/DataSourceOpenStack.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_network_config` of type `str`

cloudinit/config/cc_grub_dpkg.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["failed to get canonical path"]` and `Unknown | str | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["failed to get canonical path"]` and `str | Unknown | bytes`

cloudinit/config/cc_resizefs.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["is not larger than the current filesystem size"]` and `Unknown | str | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["is not larger than the current filesystem size"]` and `str | Unknown | bytes`

cloudinit/config/cc_rsyslog.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal["*.* "]` and `Unknown | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal["*.* @"]` and `Unknown | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal["*.* @@"]` and `Unknown | None`

cloudinit/config/cc_ubuntu_drivers.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["ubuntu-drivers: error: argument <command>: invalid choice: 'install'"]` and `Unknown | str | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["ubuntu-drivers: error: argument <command>: invalid choice: 'install'"]` and `str | Unknown | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["No drivers found for installation."]` and `Unknown | str | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["No drivers found for installation."]` and `str | Unknown | bytes`

cloudinit/distros/parsers/hostname.py

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

cloudinit/distros/parsers/hosts.py

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

cloudinit/distros/parsers/resolv_conf.py

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

cloudinit/net/__init__.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["database connection failed"]` and `Unknown | str | bytes`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["database connection failed"]` and `str | Unknown | bytes`

cloudinit/net/ephemeral.py

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

cloudinit/net/network_state.py

[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `dict[str, list[Unknown]]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `dict[str, list[Unknown]]`, `bool`, `None` in union `dict[Unknown, Unknown] | list[Unknown] | dict[str, list[Unknown]] | bool | None`

cloudinit/net/networkd.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]` in union `list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `sort` is not defined on `dict[Unknown, Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `sort` is not defined on `dict[Unknown, Unknown]` in union `list[Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `dict[str, list[Any]]`, found `Unknown | dict[str, list[Unknown] | dict[Unknown, Unknown]] | dict[str, list[Any]]`
[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `dict[str, list[Any]]`, found `dict[str, list[Unknown] | dict[Unknown, Unknown]] | dict[str, list[Any]]`

cloudinit/sources/DataSourceAzure.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["network"]` on object of type `str`
[error] invalid-argument-type - Argument to function `byte_swap_system_uuid` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `byte_swap_system_uuid` is incorrect: Expected `str`, found `None | str`

cloudinit/sources/DataSourceConfigDrive.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | None | Literal["/config-drive"]`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `None | Unknown | str`

cloudinit/sources/DataSourceEc2.py

[error] invalid-assignment - Object of type `None | Unknown` is not assignable to attribute `_network_config` of type `str`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | Unknown`

cloudinit/sources/DataSourceNoCloud.py

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

cloudinit/sources/DataSourceOpenNebula.py

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

cloudinit/sources/DataSourceSmartOS.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `md_client` of type `str`
[error] unresolved-attribute - Attribute `exists` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - Attribute `exists` is not defined on `str`, `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `open_transport` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - Attribute `open_transport` is not defined on `str`, `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `str`, `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `get_json` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - Attribute `get_json` is not defined on `str`, `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `close_transport` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - Attribute `close_transport` is not defined on `str`, `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `groupdict` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - Attribute `groupdict` is not defined on `None` in union `Match[str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | set[Unknown]`

cloudinit/sources/__init__.py

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

cloudinit/templater.py

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

tests/integration_tests/instances.py

[error] unresolved-attribute - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`

tests/unittests/config/test_modules.py

[error] unresolved-attribute - Attribute `return_value` is not defined on `bound method Init.cloudify() -> Unknown` in union `Unknown | (bound method Init.cloudify() -> Unknown)`
[error] unresolved-attribute - Object of type `bound method Init.cloudify() -> Unknown` has no attribute `return_value`

tests/unittests/distros/test_opensuse.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] unresolved-attribute - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `read_only_root`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] unresolved-attribute - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `update_method`
[error] unresolved-attribute - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `read_only_root`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] unresolved-attribute - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `update_method`
[error] unresolved-attribute - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `read_only_root`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] unresolved-attribute - Unresolved attribute `update_method` on type `Distro`
[error] unresolved-attribute - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `update_method`
[error] unresolved-attribute - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[error] unresolved-attribute - Object of type `Distro` has no attribute `read_only_root`

tests/unittests/sources/test_azure_helper.py

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

tests/unittests/sources/test_ec2.py

[error] invalid-assignment - Object of type `<class 'DataSourceEc2Local'>` is not assignable to attribute `datasource` of type `<class 'DataSourceEc2'>`
[error] invalid-assignment - Object of type `<class 'DataSourceEc2Local'>` is not assignable to attribute `datasource` of type `<class 'DataSourceEc2'>`
[error] invalid-assignment - Object of type `<class 'DataSourceEc2Local'>` is not assignable to attribute `datasource` of type `<class 'DataSourceEc2'>`
[error] invalid-assignment - Object of type `<class 'DataSourceEc2Local'>` is not assignable to attribute `datasource` of type `<class 'DataSourceEc2'>`
[error] invalid-assignment - Object of type `<class 'DataSourceEc2Local'>` is not assignable to attribute `datasource` of type `<class 'DataSourceEc2'>`

tests/unittests/sources/test_init.py

[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `ec2_metadata` of type `str`

tests/unittests/sources/test_scaleway.py

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

tests/unittests/test_net.py

[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `Unknown | list[str] | dict[str, str | None] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `list[str] | dict[str, str | None] | dict[Unknown, Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[Unknown]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[str, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["devices"]` and value of type `set[str]` on object of type `dict[str, list[str] | dict[str, str | None] | dict[str, str]]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `Unknown | list[str] | dict[str, str | None] | dict[str, str]`
[error] unresolved-attribute - Attribute `keys` is not defined on `list[str]` in union `list[str] | dict[str, str | None] | dict[str, str]`

tests/unittests/test_stages.py

[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` of type `def _find_networking_config(self) -> tuple[dict[Unknown, Unknown] | None, NetworkConfigSource | str]`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` of type `def _find_networking_config(self) -> tuple[dict[Unknown, Unknown] | None, NetworkConfigSource | str]`
[error] invalid-assignment - Object of type `Unknown | (bound method Init.is_new_instance() -> Unknown)` is not assignable to attribute `is_new_instance` on type `Unknown | Init`
[error] invalid-assignment - Object of type `bound method Init.is_new_instance() -> Unknown` is not assignable to attribute `is_new_instance` of type `def is_new_instance(self) -> Unknown`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` of type `def _find_networking_config(self) -> tuple[dict[Unknown, Unknown] | None, NetworkConfigSource | str]`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` of type `def _find_networking_config(self) -> tuple[dict[Unknown, Unknown] | None, NetworkConfigSource | str]`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `is_new_instance` on type `Unknown | Init`
[error] invalid-assignment - Object of type `Mock` is not assignable to attribute `is_new_instance` of type `def is_new_instance(self) -> Unknown`

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

colour/recovery/jiang2013.py

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

colour/colorimetry/tests/test_spectrum.py

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

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

comtypes/server/register.py

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

comtypes/test/test_server_automation.py

[error] unresolved-attribute - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Reset`
[error] unresolved-attribute - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Skip`
[error] unresolved-attribute - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Skip`
[error] unresolved-attribute - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Skip`
[error] unresolved-attribute - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Reset`
[error] unresolved-attribute - Attribute `Clone` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Clone`
[error] unresolved-attribute - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Reset`
[error] unresolved-attribute - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[error] unresolved-attribute - Object of type `IEnumVARIANT` has no attribute `Reset`

comtypes/test/test_typeinfo_create.py

[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`
[error] unresolved-attribute - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo`
[error] unresolved-attribute - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges`

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

homeassistant/components/cover/reproduce_state.py

[error] invalid-argument-type - Argument to function `_async_set_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_set_tilt_position` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_close_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`
[error] invalid-argument-type - Argument to function `_async_open_cover` is incorrect: Expected `partial[Coroutine[Any, Any, ServiceResponse]]`, found `partial[CoroutineType[Any, Any, dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | None]]`

homeassistant/components/microsoft_face_detect/image_processing.py

[error] invalid-key - TypedDict `FaceInformation` can only be subscripted with a string literal key, got key of type `str`.

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

homeassistant/components/duckdns/coordinator.py

[error] index-out-of-bounds - Index 5 is out of bounds for tuple `tuple[timedelta, timedelta, timedelta, timedelta, timedelta]` with length 5

homeassistant/components/knx/storage/config_store.py

[error] missing-typed-dict-key - Missing required key 'entities' in TypedDict `KNXConfigStoreModel` constructor
[error] missing-typed-dict-key - Missing required key 'expose' in TypedDict `KNXConfigStoreModel` constructor
[error] missing-typed-dict-key - Missing required key 'time_server' in TypedDict `KNXConfigStoreModel` constructor

homeassistant/components/aprilaire/entity.py

[error] invalid-assignment - Object of type `Unknown | None` is not assignable to `bool`
[error] invalid-assignment - Object of type `Any | None` is not assignable to `bool`
[error] invalid-assignment - Object of type `Unknown | None` is not assignable to `bool`
[error] invalid-assignment - Object of type `Any | None` is not assignable to `bool`

homeassistant/components/auth/login_flow.py

[error] invalid-assignment - Invalid assignment to key "result" with declared type `Credentials` on TypedDict `AuthFlowResult`: value of type `Unknown | str`
[error] invalid-assignment - Invalid assignment to key "result" with declared type `Credentials` on TypedDict `AuthFlowResult`: value of type `str`

homeassistant/components/axis/light.py

[warning] division-by-zero - Cannot divide object of type `Literal[0]` by zero

homeassistant/components/backup/manager.py

[error] invalid-assignment - Object of type `Unknown | TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]` is not assignable to `IO[bytes]`
[error] invalid-assignment - Object of type `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]` is not assignable to `IO[bytes]`
[error] invalid-yield - Yield type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)` does not match annotated yield type `bytes`
[error] invalid-yield - Yield type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)` does not match annotated yield type `bytes`
[error] invalid-yield - Yield type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)` does not match annotated yield type `bytes`
[error] invalid-yield - Yield type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)` does not match annotated yield type `bytes`

homeassistant/components/bond/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str] | tuple[str, Unknown | str | None, Unknown | str]]`
[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str] | tuple[str, str | None, str]]`

homeassistant/components/caldav/calendar.py

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

homeassistant/components/cast/media_player.py

[error] unresolved-attribute - Attribute `get_multizone_memberships` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_multizone_memberships` is not defined on `None` in union `None | Any`
[error] unresolved-attribute - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `None | Any`
[error] unresolved-attribute - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `None | Any`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Sequence[BrowseMedia] | None`

homeassistant/components/coinbase/sensor.py

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

homeassistant/components/cppm_tracker/device_tracker.py

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

homeassistant/components/digital_ocean/binary_sensor.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `created_at` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `created_at` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ip_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ip_address` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ip_v6_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ip_v6_address` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `memory` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `memory` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `region` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `region` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `vcpus` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `vcpus` is not defined on `None` in union `None | Unknown`

homeassistant/components/digital_ocean/switch.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `created_at` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `created_at` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ip_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ip_address` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ip_v6_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ip_v6_address` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `memory` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `memory` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `region` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `region` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `vcpus` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `vcpus` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `power_on` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `power_on` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `power_off` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `power_off` is not defined on `None` in union `None | Unknown`

homeassistant/components/doods/image_processing.py

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

homeassistant/components/energy/sensor.py

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

homeassistant/components/entur_public_transport/sensor.py

[error] unresolved-attribute - Attribute `latitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `latitude`
[error] unresolved-attribute - Attribute `longitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `longitude`
[error] unresolved-attribute - Attribute `latitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `latitude`
[error] unresolved-attribute - Attribute `longitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `longitude`
[error] unresolved-attribute - Attribute `estimated_calls` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `estimated_calls`

homeassistant/components/esphome/encryption_key_storage.py

[error] invalid-assignment - Object of type `(Unknown & ~AlwaysFalsy) | EncryptionKeyData | dict[str, dict[Unknown, Unknown]]` is not assignable to attribute `_data` of type `EncryptionKeyData | None`
[error] invalid-assignment - Object of type `EncryptionKeyData | dict[str, dict[Unknown, Unknown]]` is not assignable to attribute `_data` of type `EncryptionKeyData | None`

homeassistant/components/eufy/light.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None | Literal[100]` and `Literal[255]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown | int` and `Literal[255]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None` and `Literal[3800]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown` and `Literal[3800]`

homeassistant/components/evohome/entity.py

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

homeassistant/components/forked_daapd/media_player.py

[error] not-iterable - Object of type `Unknown | str | int | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `str | int | list[Unknown] | Unknown` may not be iterable
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[100]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `str | int | list[Unknown] | Unknown` and `Literal[100]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `str | int | list[Unknown] | Unknown` and `Literal[1000]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `str | int | list[Unknown] | Unknown` and `Literal[1000]`
[error] unresolved-attribute - Attribute `get` is not defined on `str` in union `Unknown | defaultdict[Unknown, str] | str`
[error] unresolved-attribute - Attribute `get` is not defined on `str` in union `defaultdict[Unknown, str] | str | Unknown`
[error] not-iterable - Object of type `Unknown | str | int | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `str | int | list[Unknown] | Unknown` may not be iterable
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[Unknown] | Unknown` and `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | int | list[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | int | list[Unknown] | Unknown`
[error] not-iterable - Object of type `Unknown | str | int | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `str | int | list[Unknown] | Unknown` may not be iterable

homeassistant/components/google_assistant/helpers.py

[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `State | None`
[error] invalid-argument-type - Argument to function `async_get_entity_aliases` is incorrect: Expected `State`, found `Unknown | State | None`
[error] invalid-argument-type - Argument to function `async_get_entity_aliases` is incorrect: Expected `State`, found `State | None`
[error] unresolved-attribute - Attribute `state` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `state` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`

homeassistant/components/google_assistant/http.py

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

homeassistant/components/google_assistant/report_state.py

[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `State | None`
[error] invalid-argument-type - Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `Unknown | State | None`
[error] invalid-argument-type - Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `State | None`

homeassistant/components/google_assistant/trait.py

[error] invalid-argument-type - Argument to function `ordered_list_item_to_percentage` is incorrect: Expected `list[Unknown & ~AlwaysFalsy]`, found `(Unknown & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `ordered_list_item_to_percentage` is incorrect: Expected `list[Unknown & ~AlwaysFalsy]`, found `(list[str] & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`

homeassistant/components/google_wifi/sensor.py

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

homeassistant/components/group/media_player.py

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

homeassistant/components/gtfs/sensor.py

[error] unresolved-attribute - Attribute `agency_timezone` is not defined on `Literal[True]` in union `(Any & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - Attribute `agency_name` is not defined on `Literal[True]` in union `(Any & ~AlwaysFalsy) | Literal[True]`

homeassistant/components/history_stats/config_flow.py

[error] unresolved-attribute - Attribute `_common_handler` is not defined on `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` in union `Unknown | FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`
[error] unresolved-attribute - Object of type `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` has no attribute `_common_handler`

homeassistant/components/hitron_coda/device_tracker.py

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

homeassistant/components/homekit/__init__.py

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

homeassistant/components/http/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AbstractEventLoop`, found `Unknown | AbstractEventLoop | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[error] invalid-assignment - Object of type `() -> None` is not assignable to attribute `freeze` on type `Unknown | UrlDispatcher`
[error] invalid-assignment - Object of type `() -> None` is not assignable to attribute `freeze` of type `def freeze(self) -> None`

homeassistant/components/huawei_lte/sensor.py

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

homeassistant/components/iammeter/sensor.py

[error] invalid-argument-type - Argument is incorrect: Expected `datetime`, found `Unknown | None`
[error] invalid-argument-type - Argument is incorrect: Expected `datetime`, found `Any | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Any | None`

homeassistant/components/input_datetime/__init__.py

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

homeassistant/components/intesishome/climate.py

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

homeassistant/components/itunes/media_player.py

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

homeassistant/components/keyboard_remote/__init__.py

[error] not-iterable - Object of type `Unknown | None` may not be async-iterable
[error] not-iterable - Object of type `None | Unknown` may not be async-iterable
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ungrab` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ungrab` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `grab` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `grab` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `async_read_loop` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `async_read_loop` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`

homeassistant/components/kodi/browse_media.py

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

homeassistant/components/konnected/__init__.py

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

homeassistant/components/konnected/panel.py

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

homeassistant/components/kostal_plenticore/coordinator.py

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

homeassistant/components/kostal_plenticore/number.py

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

homeassistant/components/kostal_plenticore/select.py

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

homeassistant/components/kostal_plenticore/sensor.py

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

homeassistant/components/kostal_plenticore/switch.py

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

homeassistant/components/kraken/sensor.py

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

homeassistant/components/lg_soundbar/media_player.py

[error] unresolved-attribute - Attribute `get_play` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_play` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get_eq` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_eq` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get_info` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_info` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get_func` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_func` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get_settings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_settings` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `get_play` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_play` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_volume` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_mute` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_mute` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_func` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_func` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_eq` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_eq` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `send_packet` is not defined on `None` in union `None | Unknown`

homeassistant/components/linode/switch.py

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

homeassistant/components/linux_battery/sensor.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `health` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `health` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `alarm` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `alarm` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `capacity_level` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `capacity_level` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `cycle_count` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `cycle_count` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `energy_full` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `energy_full` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `energy_full_design` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `energy_full_design` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `energy_now` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `energy_now` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `manufacturer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `manufacturer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `model_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `model_name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `power_now` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `power_now` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `serial_number` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `serial_number` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `status` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `voltage_min_design` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `voltage_min_design` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `voltage_now` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `voltage_now` is not defined on `None` in union `None | Unknown`

homeassistant/components/mailgun/notify.py

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

homeassistant/components/manual_mqtt/alarm_control_panel.py

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

homeassistant/components/melissa/climate.py

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

homeassistant/components/miele/sensor.py

[error] unresolved-attribute - Attribute `name` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[3]` in union `Unknown | Literal[3]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[4]` in union `Unknown | Literal[4]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[12]` in union `Unknown | Literal[12]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[5]` in union `Unknown | Literal[5]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[6]` in union `Unknown | Literal[6]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[5]` in union `Unknown | Literal[5]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[6]` in union `Unknown | Literal[6]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`
[error] unresolved-attribute - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[error] unresolved-attribute - Object of type `int` has no attribute `name`

homeassistant/components/miele/vacuum.py

[error] unresolved-attribute - Attribute `value` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `tuple[Literal[5903], Literal[5904]]` in union `Unknown | tuple[Literal[5903], Literal[5904]]`
[error] unresolved-attribute - Object of type `tuple[int, int]` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5889]` in union `Unknown | Literal[5889]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5892]` in union `Unknown | Literal[5892]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5890]` in union `Unknown | Literal[5890]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5893]` in union `Unknown | Literal[5893]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5894]` in union `Unknown | Literal[5894]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5895]` in union `Unknown | Literal[5895]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5896]` in union `Unknown | Literal[5896]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5897]` in union `Unknown | Literal[5897]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5898]` in union `Unknown | Literal[5898]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5899]` in union `Unknown | Literal[5899]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5900]` in union `Unknown | Literal[5900]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5891]` in union `Unknown | Literal[5891]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[5910]` in union `Unknown | Literal[5910]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`

homeassistant/components/modbus/cover.py

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

homeassistant/components/mpd/media_player.py

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

homeassistant/components/mqtt/valve.py

[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`

homeassistant/components/netgear/config_flow.py

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

homeassistant/components/nextcloud/sensor.py

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

homeassistant/components/nmap_tracker/__init__.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `datetime` and `timedelta | datetime`
[error] invalid-argument-type - Argument to function `async_track_time_interval` is incorrect: Expected `timedelta`, found `Unknown | None | timedelta`
[error] invalid-argument-type - Argument to function `async_track_time_interval` is incorrect: Expected `timedelta`, found `None | timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `list[str]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Any` and `list[str]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["--reason"]` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["--reason"]` and `None | Any`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["-v"]` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["-v"]` and `None | Any`
[error] unresolved-attribute - Attribute `locked` is not defined on `None` in union `Unknown | None | Lock`
[error] unresolved-attribute - Attribute `locked` is not defined on `None` in union `None | Lock`
[error] invalid-context-manager - Object of type `Unknown | None | Lock` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
[error] invalid-context-manager - Object of type `None | Lock` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `None | Any`

homeassistant/components/opengarage/cover.py

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

homeassistant/components/osramlightify/light.py

[error] not-iterable - Object of type `Unknown | None | tuple[int, int, int]` may not be iterable
[error] not-iterable - Object of type `None | tuple[int, int, int] | Unknown` may not be iterable
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `set[ColorMode] | None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `set[ColorMode] | None`

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

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

homeassistant/components/owntracks/device_tracker.py

[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `Unknown | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `Any | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | None`, found `Unknown | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | None`, found `Any | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Unknown | str | tuple[Any | None, Any | None] | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Any | str | tuple[Any | None, Any | None] | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | float | None`, found `Unknown | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | float | None`, found `Any | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | float | None`, found `Unknown | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | float | None`, found `Any | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `Unknown | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `Any | None | str | tuple[Any | None, Any | None]`
[error] invalid-return-type - Return type does not match returned value: expected `SourceType`, found `Unknown | str | tuple[Any | None, Any | None] | None`
[error] invalid-return-type - Return type does not match returned value: expected `SourceType`, found `Any | str | tuple[Any | None, Any | None] | None`
[error] invalid-assignment - Invalid assignment to key "name" with declared type `str | None` on TypedDict `DeviceInfo`: value of type `Unknown | str | tuple[Any | None, Any | None] | None`
[error] invalid-assignment - Invalid assignment to key "name" with declared type `str | None` on TypedDict `DeviceInfo`: value of type `Any | str | tuple[Any | None, Any | None] | None`

homeassistant/components/pilight/entity.py

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

homeassistant/components/plant/__init__.py

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

homeassistant/components/plex/media_browser.py

[error] unresolved-attribute - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - Object of type `Sequence[BrowseMedia] | None` has no attribute `append`
[error] unresolved-attribute - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - Object of type `Sequence[BrowseMedia] | None` has no attribute `append`
[error] unresolved-attribute - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - Object of type `Sequence[BrowseMedia] | None` has no attribute `append`

homeassistant/components/plex/media_player.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["playback"]` and `None | Unknown`

homeassistant/components/plex/server.py

[error] unresolved-attribute - Attribute `systemAccounts` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `systemAccounts`
[error] unresolved-attribute - Attribute `version` is not defined on `None` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Attribute `version` is not defined on `None` in union `None | PlexServer`
[error] unresolved-attribute - Attribute `clients` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `clients`
[error] unresolved-attribute - Attribute `sessions` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `sessions`
[error] unresolved-attribute - Attribute `createToken` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `createToken`
[error] unresolved-attribute - Attribute `friendlyName` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `friendlyName`
[error] unresolved-attribute - Attribute `machineIdentifier` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `machineIdentifier`
[error] unresolved-attribute - Attribute `_baseurl` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `_baseurl`
[error] unresolved-attribute - Attribute `library` is not defined on `None` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Attribute `library` is not defined on `None` in union `None | PlexServer`
[error] unresolved-attribute - Attribute `playlist` is not defined on `None` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Attribute `playlist` is not defined on `None` in union `None | PlexServer`
[error] unresolved-attribute - Attribute `playlists` is not defined on `None` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Attribute `playlists` is not defined on `None` in union `None | PlexServer`
[error] unresolved-attribute - Attribute `fetchItem` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[error] unresolved-attribute - Object of type `None | PlexServer` has no attribute `fetchItem`

homeassistant/components/risco/config_flow.py

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

homeassistant/components/roborock/button.py

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

homeassistant/components/roborock/select.py

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

homeassistant/components/roborock/switch.py

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

homeassistant/components/roon/media_browser.py

[error] unresolved-attribute - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - Object of type `Sequence[BrowseMedia] | None` has no attribute `append`

homeassistant/components/roon/server.py

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

homeassistant/components/smhi/weather.py

[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `daily` is not defined on `dict[str, Any]` in union `SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `hourly` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `hourly` is not defined on `dict[str, Any]` in union `SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `twice_daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - Attribute `twice_daily` is not defined on `dict[str, Any]` in union `SMHIForecastData | dict[str, Any]`

homeassistant/components/solax/sensor.py

[error] unresolved-attribute - Attribute `data` is not defined on `dict[str, Any]` in union `Unknown | dict[str, Any]`
[error] unresolved-attribute - Object of type `dict[str, Any]` has no attribute `data`

homeassistant/components/soma/cover.py

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

homeassistant/components/songpal/media_player.py

[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `macAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wirelessMacAddr` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `version` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `version` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_volume` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_mute` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_mute` is not defined on `None` in union `None | Unknown`

homeassistant/components/soundtouch/media_player.py

[error] unresolved-attribute - Attribute `actual` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `actual` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `muted` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `muted` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `image` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `image` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `station_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `station_name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `station_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `station_name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `track` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `track` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `duration` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `duration` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `artist` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `track` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `track` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `album` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `album` is not defined on `None` in union `None | Unknown`

homeassistant/components/squeezebox/browse_media.py

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

homeassistant/components/statistics/config_flow.py

[error] unresolved-attribute - Attribute `_common_handler` is not defined on `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` in union `Unknown | FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`
[error] unresolved-attribute - Object of type `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` has no attribute `_common_handler`

homeassistant/components/switchbot_cloud/climate.py

[error] invalid-argument-type - Argument to bound method `async_set_hvac_mode` is incorrect: Expected `HVACMode`, found `Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | (Unknown & ~Literal[HVACMode.OFF]) | None`
[error] invalid-argument-type - Argument to bound method `async_set_hvac_mode` is incorrect: Expected `HVACMode`, found `Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | None`

homeassistant/components/tado/climate.py

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

homeassistant/components/tasmota/light.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | None | Unknown | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | None | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.WHITE]` and `set[ColorMode] | None | Unknown | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.WHITE]` and `set[ColorMode] | None | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | None | Unknown | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | None | set[Unknown]`

homeassistant/components/template/binary_sensor.py

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

homeassistant/components/tesla_fleet/climate.py

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

homeassistant/components/teslemetry/climate.py

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

homeassistant/components/vicare/climate.py

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

homeassistant/components/vicare/fan.py

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

homeassistant/components/websocket_api/http.py

[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `isEnabledFor` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `isEnabledFor` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `error` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `error` is not defined on `None` in union `WebSocketAdapter | None`
[error] invalid-argument-type - Argument to function `async_call_later` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
[error] invalid-argument-type - Argument to function `async_call_later` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None`
[error] unresolved-attribute - Attribute `error` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `error` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `prepare` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `prepare` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `warning` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `warning` is not defined on `None` in union `WebSocketAdapter | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `bus` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - Attribute `bus` is not defined on `None` in union `HomeAssistant | None`
[error] unresolved-attribute - Attribute `bus` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - Attribute `bus` is not defined on `None` in union `HomeAssistant | None`
[error] unresolved-attribute - Attribute `_writer` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `_writer` is not defined on `None` in union `WebSocketResponse | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WebSocketAdapter`, found `Unknown | WebSocketAdapter | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WebSocketAdapter`, found `WebSocketAdapter | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `exception` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `exception` is not defined on `None` in union `WebSocketAdapter | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
[error] invalid-return-type - Return type does not match returned value: expected `WebSocketResponse`, found `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `receive` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `receive` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `HomeAssistant | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `HomeAssistant | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `receive` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `receive` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `WebSocketResponse | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `debug` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `warning` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `warning` is not defined on `None` in union `WebSocketAdapter | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `HomeAssistant | None`

homeassistant/components/wemo/__init__.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `config_entry_data` on type `Unknown | WemoData`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `config_entry_data` of type `WemoConfigEntryData`

homeassistant/components/worldtidesinfo/sensor.py

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

homeassistant/components/xiaomi_miio/config_flow.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `None | Any`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `None | Any`
[error] invalid-argument-type - Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Any | None`

homeassistant/components/xiaomi_miio/gateway.py

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

homeassistant/components/yamaha_musiccast/media_player.py

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

homeassistant/components/zeroconf/discovery.py

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

homeassistant/components/zestimate/sensor.py

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

homeassistant/components/zhong_hong/climate.py

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

homeassistant/core.py

[error] unresolved-attribute - Attribute `last_reported` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `last_reported` is not defined on `None` in union `State | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `last_reported` on type `Unknown | State | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `last_reported` on type `State | None`
[error] unresolved-attribute - Attribute `_cache` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `_cache` is not defined on `None` in union `State | None`
[error] invalid-argument-type - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[EventStateReportedData | dict[str, str | datetime | Unknown | State | None]] | str`, found `EventType[EventStateReportedData]`
[error] invalid-argument-type - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[EventStateReportedData | dict[str, str | datetime | State | None]] | str`, found `EventType[EventStateReportedData]`

homeassistant/helpers/entity_platform.py

[error] unresolved-attribute - Attribute `__file__` is not defined on `EntityPlatformModule & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (EntityPlatformModule & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `EntityPlatformModule & ~AlwaysFalsy` has no attribute `__file__`
[error] unresolved-attribute - Attribute `async_setup_entry` is not defined on `None` in union `Unknown | EntityPlatformModule | None`
[error] unresolved-attribute - Attribute `async_setup_entry` is not defined on `None` in union `EntityPlatformModule | None`

homeassistant/helpers/location.py

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

homeassistant/helpers/storage.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | Unknown | list[Any] | ... omitted 4 union elements`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/helpers/template/__init__.py

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

homeassistant/loader.py

[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ComponentProtocol`, found `ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType`, found `(Unknown & ~AlwaysFalsy) | (ModuleType & ~AlwaysFalsy) | (ComponentProtocol & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType`, found `(ModuleType & ~AlwaysFalsy) | (ComponentProtocol & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `Unknown | ModuleType | ComponentProtocol | None`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `ModuleType | ComponentProtocol | None`

homeassistant/util/frozen_dataclass_compat.py

[error] invalid-assignment - Object of type `Unknown | (Overload[(o: object, /) -> None, (name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None])` is not assignable to attribute `__init__` of type `def __init__(cls, name: str, bases: tuple[type, ...], namespace: dict[Any, Any], **kwargs: Any) -> None`
[error] invalid-assignment - Object of type `Overload[(o: object, /) -> None, (name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]` is not assignable to attribute `__init__` of type `def __init__(cls, name: str, bases: tuple[type, ...], namespace: dict[Any, Any], **kwargs: Any) -> None`

homeassistant/util/unit_system.py

[error] invalid-assignment - Object of type `dict[str, set[str] | set[str | None] | Unknown | ... omitted 4 union elements]` is not assignable to `dict[str, set[str] | set[str | None]]`
[error] invalid-assignment - Object of type `dict[str, set[str] | set[str | None] | set[UnitOfLength] | ... omitted 3 union elements]` is not assignable to `dict[str, set[str] | set[str | None]]`

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

cwltool/load_tool.py

[error] invalid-argument-type - Argument to function `make_tool_notimpl` is incorrect: Expected `CommentedMap`, found `~AlwaysFalsy | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument is incorrect: Expected `CommentedMap`, found `~AlwaysFalsy | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

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

ddtrace/appsec/_listeners.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`

benchmarks/bm/iast_fixtures/str_methods_py3.py

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

benchmarks/bm/iast_utils.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `_iast_propagation_enabled` on type `ASMConfig | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_iast_propagation_enabled` on type `ASMConfig | Unknown`

ddtrace/_monkey.py

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

ddtrace/_trace/processor/__init__.py

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

ddtrace/_trace/tracer.py

[error] invalid-assignment - Object of type `bool` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `str & ~AlwaysFalsy` is not assignable to attribute `_asm_enabled_origin` of type `Literal["default"]`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `_apm_tracing_enabled` of type `EnvVariable[bool]`

ddtrace/appsec/_api_security/api_manager.py

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

ddtrace/appsec/_contrib/fastapi/__init__.py

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

ddtrace/appsec/_deduplications.py

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

ddtrace/appsec/_exploit_prevention/stack_traces.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `(Unknown & ~AlwaysFalsy) | (EnvVariable[int] & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `EnvVariable[int] & ~AlwaysFalsy`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | EnvVariable[int]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `EnvVariable[int]` and `Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | EnvVariable[int]` and `Unknown | EnvVariable[int | float]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `EnvVariable[int]` and `EnvVariable[int | float]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | EnvVariable[int]` and `int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `EnvVariable[int]` and `int`

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | EnvVariable[bool] | Literal[False]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `EnvVariable[bool] | bool`

ddtrace/appsec/_iast/__init__.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `_iast_request_sampling` of type `EnvVariable[int | float]`
[error] invalid-assignment - Object of type `Literal[1000]` is not assignable to attribute `_iast_max_vulnerabilities_per_requests` of type `EnvVariable[int]`

ddtrace/appsec/_iast/_metrics.py

[error] unresolved-attribute - Attribute `upper` is not defined on `EnvVariable[str]` in union `Unknown | EnvVariable[str]`
[error] unresolved-attribute - Object of type `EnvVariable[str]` has no attribute `upper`

ddtrace/appsec/_iast/_overhead_control_engine.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `EnvVariable[int | float]`

ddtrace/appsec/_iast/_patch_modules.py

[error] invalid-argument-type - Argument to function `force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Unknown | Literal[""]`
[error] invalid-argument-type - Argument to function `force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `try_wrap_function_wrapper` is incorrect: Expected `(...) -> Any`, found `Unknown | Literal[""]`
[error] invalid-argument-type - Argument to function `try_wrap_function_wrapper` is incorrect: Expected `(...) -> Any`, found `str | Unknown`

ddtrace/appsec/_iast/reporter.py

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

ddtrace/appsec/_iast/sampling/vulnerability_detection.py

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

ddtrace/appsec/_iast/secure_marks/configuration.py

[error] invalid-argument-type - Argument to function `parse_security_controls_config` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `parse_security_controls_config` is incorrect: Expected `str`, found `EnvVariable[str] & ~AlwaysFalsy`

ddtrace/appsec/_iast/taint_sinks/_base.py

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

ddtrace/appsec/_processor.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | (EnvVariable[None] & ~AlwaysFalsy) | str`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(EnvVariable[None] & ~AlwaysFalsy) | str`
[error] unresolved-attribute - Attribute `encode` is not defined on `EnvVariable[str | Unknown]` in union `Unknown | EnvVariable[str | Unknown]`
[error] unresolved-attribute - Object of type `EnvVariable[str]` has no attribute `encode`
[error] unresolved-attribute - Attribute `encode` is not defined on `EnvVariable[str | Unknown]` in union `Unknown | EnvVariable[str | Unknown]`
[error] unresolved-attribute - Object of type `EnvVariable[str]` has no attribute `encode`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[int | float | Unknown]`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `int | float`, found `EnvVariable[int | float]`

ddtrace/appsec/ai_guard/_api_client.py

[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | EnvVariable[int]` and `Literal[1000]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `EnvVariable[int]` and `Literal[1000]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `EnvVariable[int]`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | EnvVariable[int]`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `EnvVariable[int]`
[error] invalid-assignment - Object of type `Unknown | EnvVariable[str]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `EnvVariable[str]` is not assignable to `str | None`

ddtrace/contrib/internal/django/user.py

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

ddtrace/contrib/internal/pytest/_efd_utils.py

[error] invalid-assignment - Object of type `Unknown | Literal["dd_efd_attempt_skipped"]` is not assignable to attribute `outcome` on type `Unknown | None`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `outcome` on type `Unknown | None`

ddtrace/contrib/internal/pytest/plugin.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `DEPENDENCY_COLLECTION` of type `EnvVariable[bool]`

ddtrace/contrib/internal/ray/span_manager.py

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

ddtrace/contrib/internal/subprocess/patch.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[Unknown] | None`
[error] not-iterable - Object of type `Unknown | list[Unknown] | None | list[str]` may not be iterable
[error] not-iterable - Object of type `list[Unknown] | None | list[str] | Unknown` may not be iterable
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None | list[str] | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[Unknown] | None` and `list[Unknown | str | None]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown] | None` and `list[str | None | Unknown]`

ddtrace/contrib/internal/tornado/application.py

[error] invalid-assignment - Object of type `str` is not assignable to attribute `intake_url` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `intake_url` on type `TraceWriter`

ddtrace/contrib/internal/unittest/patch.py

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

ddtrace/contrib/internal/wsgi/wsgi.py

[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Unknown | Config`
[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Config`
[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Unknown | Config`
[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Config`
[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Unknown | Config`
[error] invalid-argument-type - Argument to function `int_service` is incorrect: Expected `IntegrationConfig`, found `Config`

ddtrace/debugging/_debugger.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` of type `EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str | Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Unknown | DerivedVariable[int | float]`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `DerivedVariable[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `EnvVariable[int]`
[error] unresolved-attribute - Attribute `read_text` is not defined on `EnvVariable[None]` in union `(Unknown & ~None) | EnvVariable[None]`
[error] unresolved-attribute - Object of type `EnvVariable[None]` has no attribute `read_text`

ddtrace/debugging/_exception/replay.py

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

ddtrace/debugging/_function/store.py

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

ddtrace/debugging/_probe/status.py

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

ddtrace/debugging/_products/dynamic_instrumentation.py

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

ddtrace/debugging/_products/exception_replay.py

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

ddtrace/debugging/_products/live_debugger.py

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

ddtrace/debugging/_redaction.py

[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[str]` and `Unknown | EnvVariable[set[Unknown]]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `frozenset[str]` and `EnvVariable[set[Unknown]]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | EnvVariable[set[Unknown]]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `EnvVariable[set[Unknown]]`
[error] unresolved-attribute - Attribute `search` is not defined on `DerivedVariable[Pattern[str] | None]` in union `(Unknown & ~None) | DerivedVariable[Pattern[str] | None]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[str] | None]` has no attribute `search`

ddtrace/debugging/_uploader.py

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

ddtrace/internal/agent.py

[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `DerivedVariable[str] | (Unknown & ~None)`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `EnvVariable[int | float]`

ddtrace/internal/ci_visibility/git_client.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `DEPENDENCY_COLLECTION` of type `EnvVariable[bool]`
[error] invalid-argument-type - Argument to function `urljoin` is incorrect: Argument type `Unknown | DerivedVariable[str] | (str & ~AlwaysFalsy)` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `urljoin` is incorrect: Argument type `DerivedVariable[str] | (str & ~AlwaysFalsy)` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `urljoin` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str] | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `urljoin` is incorrect: Expected `str`, found `DerivedVariable[str] | (str & ~AlwaysFalsy)`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-assignment - Object of type `Unknown & ~None` is not assignable to attribute `intake_url` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `intake_url` on type `TraceWriter`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`

ddtrace/internal/ci_visibility/writer.py

[error] invalid-return-type - Return type does not match returned value: expected `CIVisibilityCoverageReportEncoder`, found `Unknown | BufferedEncoder`
[error] invalid-return-type - Return type does not match returned value: expected `CIVisibilityCoverageReportEncoder`, found `BufferedEncoder`
[error] invalid-assignment - Object of type `(str & ~AlwaysFalsy) | Unknown | DerivedVariable[str]` is not assignable to `str`
[error] invalid-assignment - Object of type `(str & ~AlwaysFalsy) | DerivedVariable[str]` is not assignable to `str`

ddtrace/internal/core/crashtracking.py

[error] unresolved-attribute - Attribute `items` is not defined on `EnvVariable[dict[str, str] | dict[Unknown, Unknown]]` in union `Unknown | EnvVariable[dict[str, str] | dict[Unknown, Unknown]]`
[error] unresolved-attribute - Object of type `EnvVariable[dict[str, str] | dict[Unknown, Unknown]]` has no attribute `items`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | (EnvVariable[None] & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `(EnvVariable[None] & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`

ddtrace/internal/datastreams/processor.py

[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | (str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `str | DerivedVariable[str]`

ddtrace/internal/encoding.py

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

ddtrace/internal/gitmetadata.py

[error] invalid-argument-type - Argument to function `parse_tags_str` is incorrect: Expected `str | None`, found `Unknown | EnvVariable[str]`
[error] invalid-argument-type - Argument to function `parse_tags_str` is incorrect: Expected `str | None`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to function `_filter_sensitive_info` is incorrect: Expected `str | None`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[str] & ~AlwaysFalsy) | str`
[error] invalid-argument-type - Argument to function `_filter_sensitive_info` is incorrect: Expected `str | None`, found `(EnvVariable[str] & ~AlwaysFalsy) | str`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[Literal[""], (Unknown & ~AlwaysFalsy) | (EnvVariable[str] & ~AlwaysFalsy) | str, Unknown | EnvVariable[str]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[Literal[""], (EnvVariable[str] & ~AlwaysFalsy) | str, EnvVariable[str]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[str | None, (Unknown & ~AlwaysFalsy) | (EnvVariable[str] & ~AlwaysFalsy) | str, Unknown | EnvVariable[str]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str]`, found `tuple[str | None, (EnvVariable[str] & ~AlwaysFalsy) | str, EnvVariable[str]]`

ddtrace/internal/metrics.py

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

ddtrace/internal/module.py

[error] invalid-assignment - Object of type `bound method Unknown | Loader | None.get_code(fullname) -> Unknown` is not assignable to attribute `get_code` on type `Unknown | Loader | None`
[error] invalid-assignment - Object of type `bound method Loader | None.get_code(fullname) -> Unknown` is not assignable to attribute `get_code` on type `Loader | None`

ddtrace/internal/openfeature/writer.py

[error] invalid-assignment - Object of type `Unknown | EnvVariable[bool]` is not assignable to `bool | None`
[error] invalid-assignment - Object of type `EnvVariable[bool]` is not assignable to `bool | None`
[error] invalid-assignment - Object of type `Unknown | EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `Unknown | DerivedVariable[str]` is not assignable to `str`: Incompatible value of type `Unknown | DerivedVariable[str]`
[error] invalid-assignment - Object of type `DerivedVariable[str]` is not assignable to `str`: Incompatible value of type `DerivedVariable[str]`

ddtrace/internal/packages.py

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

ddtrace/internal/processor/stats.py

[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | (str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `str | DerivedVariable[str]`

ddtrace/internal/remoteconfig/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["backend_client_state"]` and value of type `str` on object of type `dict[str, int | list[dict[str, str | int | None]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["error"]` and value of type `str | None` on object of type `dict[str, int | list[dict[str, str | int | None]]]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~None) | EnvVariable[None] | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `EnvVariable[int | float]`

ddtrace/internal/sampling.py

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

ddtrace/internal/settings/_agent.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy) | str`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(EnvVariable[None] & ~AlwaysFalsy) | str`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy) | str`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(EnvVariable[None] & ~AlwaysFalsy) | str`

ddtrace/internal/settings/_opentelemetry.py

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

ddtrace/internal/settings/asm.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_api_security_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_ep_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_auto_user_instrumentation_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal["disabled"]` is not assignable to attribute `_auto_user_instrumentation_local_mode` of type `EnvVariable[str | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | Literal[False] | EnvVariable[bool]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `bool | EnvVariable[bool]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysFalsy & ~AlwaysTruthy) | (EnvVariable[bool] & ~AlwaysFalsy & ~AlwaysTruthy) | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(EnvVariable[bool] & ~AlwaysFalsy & ~AlwaysTruthy) | bool | (Unknown & ~AlwaysFalsy & ~AlwaysTruthy)`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | EnvVariable[str | Unknown] | Literal["disabled"]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `EnvVariable[str | Unknown] | Literal["disabled"]`

ddtrace/internal/settings/errortracking.py

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

ddtrace/internal/settings/profiling.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `tags` of type `EnvVariable[dict[str, str] | dict[Unknown, Unknown]]`

ddtrace/internal/symbol_db/product.py

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

ddtrace/internal/symbol_db/symbols.py

[error] invalid-argument-type - Argument to function `connector` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `connector` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`

ddtrace/internal/telemetry/writer.py

[error] invalid-argument-type - Argument to bound method `get_host` is incorrect: Expected `str`, found `Unknown | EnvVariable[str]`
[error] invalid-argument-type - Argument to bound method `get_host` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dd-api-key"]` and value of type `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy)` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dd-api-key"]` and value of type `EnvVariable[None] & ~AlwaysFalsy` on object of type `dict[str, str]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | EnvVariable[int | float]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int | float]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Expected `Literal[10]`, found `Unknown | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to function `min` is incorrect: Expected `Literal[10]`, found `EnvVariable[int | float]`
[error] invalid-assignment - Object of type `(Unknown & ~AlwaysFalsy) | (EnvVariable[bool] & ~AlwaysFalsy) | bool` is not assignable to `bool | None`
[error] invalid-assignment - Object of type `(EnvVariable[bool] & ~AlwaysFalsy) | bool` is not assignable to `bool | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | int | float` and `Unknown | EnvVariable[int | float]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float` and `EnvVariable[int | float]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Unknown | EnvVariable[int | float]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `EnvVariable[int | float]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `Unknown | EnvVariable[int | float]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `EnvVariable[int | float]`
[error] invalid-argument-type - Argument to bound method `flush` is incorrect: Expected `int`, found `Unknown | EnvVariable[int | Unknown]`
[error] invalid-argument-type - Argument to bound method `flush` is incorrect: Expected `int`, found `EnvVariable[int]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `Unknown | EnvVariable[str]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `Unknown | EnvVariable[str]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `Unknown | EnvVariable[str]`
[error] invalid-argument-type - Argument to function `get_application` is incorrect: Expected `str`, found `EnvVariable[str]`

ddtrace/internal/test_visibility/coverage_lines.py

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

ddtrace/internal/utils/cache.py

[error] unresolved-attribute - Attribute `__get__` is not defined on `(Any, Unknown, /) -> Any` in union `Unknown | ((Any, Unknown, /) -> Any)`
[error] unresolved-attribute - Object of type `(Any, Unknown, /) -> Any` has no attribute `__get__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Any, Unknown, /) -> Any` in union `Unknown | ((Any, Unknown, /) -> Any)`
[error] unresolved-attribute - Object of type `(Any, Unknown, /) -> Any` has no attribute `__name__`

ddtrace/internal/writer/writer.py

[error] invalid-assignment - Object of type `Unknown | EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | int | float | None`
[error] invalid-argument-type - Argument to function `get_connection` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-assignment - Object of type `Unknown | EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-assignment - Object of type `EnvVariable[int | float]` is not assignable to `int | float | None`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `verify_url` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `verify_url` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `DerivedVariable[str]`

ddtrace/llmobs/_evaluators/llm_judge.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dict[str, Any] | None`, found `None | Unknown | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dict[str, Any] | None`, found `None | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `_format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(Unknown & Top[dict[Unknown, Unknown]]) | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | int | float | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `_format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | int | float | ... omitted 3 union elements]`

ddtrace/llmobs/_experiment.py

[error] invalid-return-type - Return type does not match returned value: expected `TaskResult | None`, found `dict[str, int | Unknown | str | ... omitted 7 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `TaskResult | None`, found `dict[str, int | str | None | ... omitted 7 union elements]`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `LLMObs | None`
[error] unresolved-attribute - Attribute `flush` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `flush` is not defined on `None` in union `LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `LLMObs | None`

ddtrace/llmobs/_integrations/base.py

[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `(Unknown & ~AlwaysFalsy) | str`

ddtrace/llmobs/_integrations/bedrock.py

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

ddtrace/llmobs/_integrations/langgraph.py

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

ddtrace/llmobs/_llmobs.py

[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `((LLMObsSpan, /) -> LLMObsSpan | None) | None` is not assignable to attribute `_user_span_processor` on type `Unknown | None`
[error] invalid-assignment - Object of type `((LLMObsSpan, /) -> LLMObsSpan | None) | None` is not assignable to attribute `_user_span_processor` on type `None | Unknown`
[error] unresolved-attribute - Attribute `stop` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `stop` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotation_context_lock` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotation_context_lock` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotation_context_lock` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotation_context_lock` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_annotations` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `format_trace_id` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to function `format_trace_id` is incorrect: Expected `int`, found `int | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_start_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_current_span` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_context_provider` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tracer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_activate_llmobs_distributed_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_activate_llmobs_distributed_context` is not defined on `None` in union `None | Unknown`

ddtrace/llmobs/_prompt_optimization.py

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

ddtrace/llmobs/_writer.py

[error] invalid-assignment - Object of type `str | Unknown | DerivedVariable[str]` is not assignable to `str`: Incompatible value of type `str | Unknown | DerivedVariable[str]`
[error] invalid-assignment - Object of type `str | (Unknown & ~AlwaysFalsy) | DerivedVariable[str]` is not assignable to `str`: Incompatible value of type `str | (Unknown & ~AlwaysFalsy) | DerivedVariable[str]`

ddtrace/propagation/_database_monitoring.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dddb"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["dddb"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddh"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddh"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddprs"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddprs"]` and value of type `Unknown & ~AlwaysFalsy` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["traceparent"]` and value of type `Unknown` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["traceparent"]` and value of type `Unknown` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddsh"]` and value of type `str` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddsh"]` and value of type `str` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`

ddtrace/testing/internal/tracer_api/pytest_hooks.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `DEPENDENCY_COLLECTION` of type `EnvVariable[bool]`

ddtrace/vendor/dogstatsd/base.py

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

ddtrace/vendor/ply/lex.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `None | Any`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Unknown` may not be iterable

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prod` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] invalid-assignment - Object of type `None | LRItem` is not assignable to attribute `lr_next` on type `Unknown | None | (LRItem & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `None | LRItem` is not assignable to attribute `lr_next` on type `None | Unknown | (LRItem & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `lr_items` on type `Unknown | None`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `lr_items` on type `None | Unknown`
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `dict[Unknown, Unknown] | None | Any`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `dict[Unknown, Unknown] | None | Any`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["error"]` and `Unknown | None | list[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["error"]` and `None | list[Unknown]`
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable

ddtrace/vendor/psutil/__init__.py

[warning] possibly-missing-attribute - Attribute `io_counters` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `io_counters` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `ionice_get` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `ionice_get` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `ionice_set` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `ionice_set` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `rlimit` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `rlimit` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `cpu_affinity_get` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `cpu_affinity_get` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `cpu_affinity_set` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `cpu_affinity_set` may be missing on object of type `Process`
[warning] possibly-missing-attribute - Attribute `memory_maps` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - Attribute `memory_maps` may be missing on object of type `Process`

scripts/integration_registry/registry_update_helpers/integration.py

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

scripts/integration_registry/registry_update_helpers/integration_registry_manager.py

[error] invalid-assignment - Object of type `Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> Any | None, (o: object, name: str, default: bool, /) -> Any | bool, (o: object, name: str, default: list[Any], /) -> Any | list[Any], (o: object, name: str, default: dict[Any, Any], /) -> Any | dict[Any, Any], [_T](o: object, name: str, default: _T, /) -> Any | _T] & ~AlwaysFalsy` is not assignable to attribute `getattr` of type `Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> Any | None, (o: object, name: str, default: bool, /) -> Any | bool, (o: object, name: str, default: list[Any], /) -> Any | list[Any], (o: object, name: str, default: dict[Any, Any], /) -> Any | dict[Any, Any], [_T](o: object, name: str, default: _T, /) -> Any | _T]`

tests/appsec/ai_guard/api/test_api_client.py

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

tests/appsec/app.py

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

tests/appsec/appsec/test_remoteconfiguration.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `skip_shutdown` of type `DerivedVariable[bool]`

tests/appsec/appsec/test_telemetry.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `_time_lapse` of type `int`

tests/appsec/contrib_appsec/conftest.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `_waf_timeout` of type `EnvVariable[int | float]`

tests/appsec/iast/iast_utils_side_effects.py

[error] unresolved-attribute - Attribute `decode` is not defined on `Literal["abc"]` in union `Unknown | Literal["abc"]`
[error] unresolved-attribute - Attribute `decode` is not defined on `str` in union `str | Unknown`

tests/appsec/iast/taint_sinks/test_weak_hash.py

[error] invalid-assignment - Object of type `Unknown | float` is not assignable to attribute `_time_lapse` of type `int`

tests/appsec/iast/test_overhead_control_engine.py

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

tests/appsec/iast/test_reporter.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | EnvVariable[int]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `EnvVariable[int]` and `Literal[0]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int` and `EnvVariable[int]`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `EnvVariable[int]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `int` and `EnvVariable[int]`

tests/appsec/iast_packages/packages/pkg_attrs.py

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

tests/appsec/iast_packages/packages/pkg_jsonschema.py

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

tests/appsec/iast_packages/packages/pkg_numpy.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `result2` of type `str`

tests/appsec/iast_packages/packages/pkg_packaging.py

[error] invalid-assignment - Object of type `dict[str, str | bool]` is not assignable to attribute `result1` of type `str`

tests/appsec/iast_packages/packages/pkg_pyasn1.py

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

tests/appsec/iast_packages/packages/pkg_rsa.py

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

tests/appsec/iast_packages/packages/pkg_setuptools.py

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

tests/appsec/iast_packages/packages/pkg_sqlalchemy.py

[error] invalid-assignment - Object of type `dict[str, Unknown]` is not assignable to attribute `result1` of type `str`

tests/appsec/iast_tdd_propagation/flask_orm_app.py

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

tests/appsec/iast_tdd_propagation/flask_taint_sinks_views.py

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

tests/appsec/integrations/utils_testagent.py

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

tests/ci_visibility/api_client/_util.py

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

tests/ci_visibility/test_ci_visibility.py

[error] unresolved-attribute - Attribute `_intake_url` is not defined on `WriterClientBase` in union `Unknown | WriterClientBase`
[error] unresolved-attribute - Object of type `WriterClientBase` has no attribute `_intake_url`
[error] unresolved-attribute - Attribute `_intake_url` is not defined on `WriterClientBase` in union `Unknown | WriterClientBase`
[error] unresolved-attribute - Object of type `WriterClientBase` has no attribute `_intake_url`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_clients`
[error] unresolved-attribute - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_clients`

tests/ci_visibility/test_encoder.py

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

tests/ci_visibility/test_is_user_provided_service.py

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

tests/ci_visibility/test_recorder_coverage_upload.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_api_settings` of type `TestVisibilityAPISettings`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `_git_data` on type `Unknown | CIVisibility`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `_git_data` of type `GitData`

tests/commands/ddtrace_run_dogstatsd.py

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

tests/commands/ddtrace_run_hostname.py

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

tests/conftest.py

[error] invalid-assignment - Object of type `Literal[""]` is not assignable to attribute `repository_url` of type `EnvVariable[str]`

tests/contrib/botocore/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/claude_agent_sdk/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/crewai/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/google_adk/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/google_genai/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/kafka/test_kafka.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `_send_payload_with_backoff` on type `TraceWriter`
[error] unresolved-attribute - Attribute `_send_payload` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_send_payload`

tests/contrib/langchain/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/langgraph/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/litellm/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/llama_index/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/mcp/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/mysql/test_mysql.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`

tests/contrib/mysqldb/test_mysqldb.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`

tests/contrib/openai/test_openai_llmobs.py

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

tests/contrib/openai_agents/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/patch.py

[error] unresolved-attribute - Attribute `__func__` is not defined on `def unpatch() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def unpatch() -> Unknown)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `(() -> Unknown) & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | ((() -> Unknown) & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `def patch() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def patch() -> Unknown)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `(() -> Unknown) & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | ((() -> Unknown) & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `def get_version() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def get_version() -> Unknown)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `(() -> Unknown) & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | ((() -> Unknown) & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `def get_versions() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def get_versions() -> Unknown)`
[error] unresolved-attribute - Attribute `__func__` is not defined on `(() -> Unknown) & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | ((() -> Unknown) & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `import_module` is incorrect: Expected `str`, found `None | Unknown`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `upper` is not defined on `None` in union `None | Unknown`

tests/contrib/pydantic_ai/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/pymysql/test_pymysql.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`

tests/contrib/pyodbc/test_pyodbc.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `enabled` on type `None | Unknown`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `Unknown | None`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `enabled` on type `None | Unknown`

tests/contrib/pytest/test_pytest.py

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

tests/contrib/subprocess/test_subprocess_patch.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `_asm_enabled` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `_ep_enabled` of type `EnvVariable[bool]`

tests/contrib/vllm/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/contrib/vllm/test_api_app.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`

tests/debugging/exception/test_replay.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | EnvVariable[int]` and `Literal[2]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `EnvVariable[int]` and `Literal[2]`

tests/debugging/exploration/debugger.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `global_rate_limit` of type `DerivedVariable[int | float]`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `metrics` of type `EnvVariable[bool]`
[error] invalid-assignment - Object of type `bound method type[Self@enable].on_snapshot(snapshot: Snapshot) -> None` is not assignable to attribute `on_snapshot` on type `Unknown | SignalCollector | None`
[error] invalid-assignment - Object of type `bound method type[Self@enable].on_snapshot(snapshot: Snapshot) -> None` is not assignable to attribute `on_snapshot` on type `SignalCollector | None`
[error] unresolved-attribute - Attribute `snapshots` is not defined on `SignalCollector`, `None` in union `Unknown | SignalCollector | None`
[error] unresolved-attribute - Object of type `SignalCollector | None` has no attribute `snapshots`
[error] unresolved-attribute - Attribute `probes` is not defined on `SignalCollector`, `None` in union `Unknown | SignalCollector | None`
[error] unresolved-attribute - Object of type `SignalCollector | None` has no attribute `probes`

tests/debugging/mocking.py

[error] invalid-yield - Yield type `Unknown | SignalUploader | None` does not match annotated yield type `MockSignalUploader`
[error] invalid-yield - Yield type `SignalUploader | None` does not match annotated yield type `MockSignalUploader`

tests/debugging/probe/test_remoteconfig.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `diagnostics_interval` of type `EnvVariable[int]`

tests/debugging/test_debugger.py

[error] unresolved-attribute - Attribute `_locations` is not defined on `BaseModuleWatchdog`, `None` in union `Unknown | BaseModuleWatchdog | None`
[error] unresolved-attribute - Object of type `BaseModuleWatchdog | None` has no attribute `_locations`
[error] unresolved-attribute - Attribute `_locations` is not defined on `BaseModuleWatchdog`, `None` in union `Unknown | BaseModuleWatchdog | None`
[error] unresolved-attribute - Object of type `BaseModuleWatchdog | None` has no attribute `_locations`

tests/debugging/test_uploader.py

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

tests/integration/test_integration.py

[error] unresolved-attribute - Attribute `_max_payload_size` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_max_payload_size`
[error] unresolved-attribute - Attribute `_buffer_size` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_buffer_size`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `dogstatsd` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `dogstatsd` on type `TraceWriter`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `dogstatsd` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `dogstatsd` on type `TraceWriter`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `_put` on type `TraceWriter`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `_put` on type `TraceWriter`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `_put` on type `TraceWriter`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_put`
[error] unresolved-attribute - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_clients`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] invalid-assignment - Object of type `Literal["v0.5"]` is not assignable to attribute `api_version` on type `Unknown | TraceWriter`
[error] unresolved-attribute - Unresolved attribute `api_version` on type `TraceWriter`
[error] unresolved-attribute - Attribute `_downgrade` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_downgrade`
[error] unresolved-attribute - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_clients`
[error] unresolved-attribute - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_endpoint`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_interval` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_interval`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_interval` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_interval`

tests/integration/test_integration_civisibility.py

[error] unresolved-attribute - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_endpoint`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `_headers` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_headers`
[error] unresolved-attribute - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_endpoint`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`

tests/integration/test_integration_snapshots.py

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

tests/integration/test_priority_sampling.py

[error] unresolved-attribute - Attribute `traces` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `traces`
[error] unresolved-attribute - Attribute `spans` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `spans`

tests/integration/utils.py

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

tests/internal/crashtracker/test_crashtracker.py

[error] invalid-assignment - Object of type `Literal["http://localhost:1234"]` is not assignable to attribute `debug_url` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `stdout_filename` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `stderr_filename` of type `EnvVariable[None]`

tests/internal/crashtracker/utils.py

[error] invalid-assignment - Object of type `str` is not assignable to attribute `debug_url` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `stdout_filename` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `stderr_filename` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `_test_token` of type `EnvVariable[None]`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `_test_token` of type `EnvVariable[None]`

tests/internal/symbol_db/test_config.py

[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`
[error] unresolved-attribute - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Pattern[str]]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Pattern[str]]`
[error] unresolved-attribute - Object of type `DerivedVariable[Pattern[Unknown] | Pattern[str]]` has no attribute `match`

tests/internal/test_tracer_flare.py

[error] unresolved-attribute - Attribute `call_count` is not defined on `bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None` in union `Unknown | (bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None)`
[error] unresolved-attribute - Object of type `bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None` has no attribute `call_count`
[error] unresolved-attribute - Attribute `call_count` is not defined on `bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None` in union `Unknown | (bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None)`
[error] unresolved-attribute - Object of type `bound method TracerFlareManager.zip_and_send(directory: str, send_action: FlareAction) -> None` has no attribute `call_count`

tests/internal/test_wrapping.py

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

tests/llmobs/conftest.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_llmobs_span_writer` on type `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `None | Unknown`

tests/llmobs/test_experiments.py

[error] invalid-assignment - Object of type `Literal["12345678-abcd-abcd-abcd-123456789012"]` is not assignable to attribute `_id` of type `UUID`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `_id` of type `UUID`

tests/llmobs/test_llmobs_service.py

[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `enabled` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `enabled` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `disable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `disable` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `disable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `disable` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_llmobs_span_writer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_evaluator_runner` is not defined on `None` in union `None | Unknown`

tests/telemetry/test_writer.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `LOG_COLLECTION_ENABLED` of type `EnvVariable[bool]`

tests/tracer/runtime/test_runtime_metrics.py

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

tests/tracer/test_encoders.py

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

tests/tracer/test_gitmetadata.py

[error] invalid-assignment - Object of type `Literal["github.com/user/repo2"]` is not assignable to attribute `repository_url` of type `EnvVariable[str]`
[error] invalid-assignment - Object of type `Literal["54321"]` is not assignable to attribute `commit_sha` of type `EnvVariable[str]`
[error] invalid-assignment - Object of type `Literal["mypackage"]` is not assignable to attribute `main_package` of type `EnvVariable[str]`

tests/tracer/test_processors.py

[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`

tests/tracer/test_sampler.py

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

tests/tracer/test_single_span_sampling_rules.py

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

tests/tracer/test_trace_utils.py

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

tests/tracer/test_tracer.py

[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`
[error] unresolved-attribute - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `_encoder`

tests/utils.py

[error] invalid-assignment - Object of type `DummyWriter` is not assignable to attribute `writer` of type `TraceWriter`
[error] unresolved-attribute - Attribute `before_fork` is not defined on `NativeWriter`, `AgentWriter` in union `Unknown | NativeWriter | AgentWriter`
[error] unresolved-attribute - Object of type `NativeWriter | AgentWriter` has no attribute `before_fork`
[error] unresolved-attribute - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - Object of type `TraceWriter` has no attribute `intake_url`
[error] unresolved-attribute - Attribute `_headers` is not defined on `TraceWriter & ~AgentWriterInterface` in union `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[error] unresolved-attribute - Object of type `TraceWriter & ~AgentWriterInterface` has no attribute `_headers`
[error] unresolved-attribute - Attribute `_headers` is not defined on `TraceWriter & ~AgentWriterInterface` in union `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[error] unresolved-attribute - Object of type `TraceWriter & ~AgentWriterInterface` has no attribute `_headers`

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

discord/abc.py

[error] invalid-argument-type - Argument to bound method `edit_channel_permissions` is incorrect: Expected `Literal[0, 1]`, found `int`

discord/file.py

[error] invalid-assignment - Object of type `Unknown | (bound method BufferedIOBase.close() -> None)` is not assignable to attribute `close` of type `def close(self) -> None`
[error] invalid-assignment - Object of type `bound method BufferedIOBase.close() -> None` is not assignable to attribute `close` of type `def close(self) -> None`

discord/welcome_screen.py

[error] unresolved-attribute - Attribute `name` is not defined on `str & _EmojiTag` in union `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)`
[error] unresolved-attribute - Attribute `name` is not defined on `str & _EmojiTag` in union `PartialEmoji | Emoji | (str & _EmojiTag)`

django-stubs (https://github.com/typeddjango/django-stubs)

tests/assert_type/apps/test_config.py

[warning] unused-ignore-comment - Unused `ty: ignore` directive
[warning] unused-ignore-comment - Unused `ty: ignore` directive

tests/assert_type/db/models/fields/test_files.py

[warning] unused-ignore-comment - Unused `ty: ignore` directive
[warning] unused-ignore-comment - Unused `ty: ignore` directive

tests/assert_type/db/models/test_enums.py

[warning] unused-ignore-comment - Unused `ty: ignore` directive
[warning] unused-ignore-comment - Unused `ty: ignore` directive
[warning] unused-ignore-comment - Unused `ty: ignore` directive
[warning] unused-ignore-comment - Unused `ty: ignore` directive

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

dragonchain/transaction_processor/level_1_actions.py

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

dragonchain/contract_invoker/contract_invoker_service.py

[error] invalid-assignment - Object of type `Unknown | None` is not assignable to attribute `invoker` of type `str`

dragonchain/job_processor/contract_job_utest.py

[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `update_model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `update_model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `update_model` of type `SmartContractModel`
[error] unresolved-attribute - Object of type `bound method ContractJob.pull_image(image_name: str) -> Unknown` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method ContractJob.create_dockerfile() -> str` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResult` is not assignable to attribute `update_model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResultWithHelpers` is not assignable to attribute `model` of type `SmartContractModel`
[error] invalid-assignment - Object of type `BuildTaskResultWithHelpers` is not assignable to attribute `update_model` of type `SmartContractModel`
[error] unresolved-attribute - Object of type `bound method ContractJob.delete_openfaas_secrets() -> None` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method ContractJob.delete_openfaas_function() -> None` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method ContractJob.delete_contract_image(image_digest: str) -> None` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method ContractJob.delete_contract_data() -> None` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method ContractJob.unschedule_contract() -> None` has no attribute `assert_called_once`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] unresolved-attribute - Attribute `assert_called_once` is not defined on `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` in union `Unknown | (bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None) | MagicMock`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` has no attribute `assert_called_once`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `docker_login_if_necessary` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `docker_login_if_necessary` of type `def docker_login_if_necessary(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `pull_image` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `pull_image` of type `def pull_image(self, image_name: str) -> Unknown`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_dockerfile` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_dockerfile` of type `def create_dockerfile(self) -> str`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `send_report` on type `Unknown | ContractJob`
[error] unresolved-attribute - Unresolved attribute `send_report` on type `ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
[error] unresolved-attribute - Unresolved attribute `task_type` on type `ContractJob`
[error] invalid-assignment - Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
[error] unresolved-attribute - Unresolved attribute `task_type` on type `ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `contract_service` on type `Unknown | ContractJob`
[error] unresolved-attribute - Unresolved attribute `contract_service` on type `ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `set_state` of type `def set_state(self, state: str | ContractState, msg: str = "") -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `schedule_contract` of type `def schedule_contract(self, action: SchedulerActions = SchedulerActions.CREATE) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `build_contract_image` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `build_contract_image` of type `def build_contract_image(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` of type `def deploy_to_openfaas(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` of type `def create_openfaas_secrets(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `populate_api_keys` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `populate_api_keys` of type `def populate_api_keys(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` of type `def deploy_to_openfaas(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `schedule_contract` of type `def schedule_contract(self, action: SchedulerActions = SchedulerActions.CREATE) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` of type `def create_openfaas_secrets(self) -> None`
[error] unresolved-attribute - Attribute `assert_called` is not defined on `bound method SmartContractModel.save() -> None` in union `Unknown | (bound method SmartContractModel.save() -> None)`
[error] unresolved-attribute - Object of type `bound method SmartContractModel.save() -> None` has no attribute `assert_called`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_secrets` of type `def delete_openfaas_secrets(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_function` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_function` of type `def delete_openfaas_function(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_contract_data` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_contract_data` of type `def delete_contract_data(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_contract_image` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `delete_contract_image` of type `def delete_contract_image(self, image_digest: str) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `unschedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `unschedule_contract` of type `def unschedule_contract(self) -> None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `save` of type `def save(self) -> None`

dragonchain/lib/dto/bnb_utest.py

[error] unresolved-attribute - Object of type `bound method BinanceNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._fetch_account() -> Unknown` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_rpc(method: str, params: dict[str, Any]) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BinanceNetwork._call_node_api(path: str) -> Any` has no attribute `assert_called_once_with`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_fetch_account` of type `def _fetch_account(self) -> Unknown`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_fetch_account` of type `def _fetch_account(self) -> Unknown`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_build_transaction_msg` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_build_transaction_msg` of type `def _build_transaction_msg(self, raw_transaction: dict[str, Any]) -> dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` of type `def sign_transaction(self, raw_transaction: dict[str, Any]) -> str`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` of type `def _call_node_rpc(self, method: str, params: dict[str, Any]) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call_node_api` of type `def _call_node_api(self, path: str) -> Any`

dragonchain/lib/dto/btc_utest.py

[error] unresolved-attribute - Object of type `bound method BitcoinNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork.sign_transaction(raw_transaction: dict[str, Any]) -> str` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._calculate_transaction_fee() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_has_calls`
[error] unresolved-attribute - Object of type `bound method BitcoinNetwork._call(method: str, *args: Any) -> Any` has no attribute `assert_called_once_with`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` of type `def sign_transaction(self, raw_transaction: dict[str, Any]) -> str`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_get_utxos` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_get_utxos` of type `def _get_utxos(self) -> list[Unknown]`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` of type `def _calculate_transaction_fee(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_call` of type `def _call(self, method: str, *args: Any) -> Any`

dragonchain/lib/dto/eth_utest.py

[error] unresolved-attribute - Object of type `bound method EthereumNetwork.sign_transaction(raw_transaction: dict[str, Any]) -> str` has no attribute `assert_called_once_with`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork._calculate_transaction_fee() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `bound method EthereumNetwork.get_current_block() -> int` has no attribute `assert_called_once`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `sign_transaction` of type `def sign_transaction(self, raw_transaction: dict[str, Any]) -> str`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` of type `def _calculate_transaction_fee(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int`

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

dulwich/cli.py

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

dulwich/client.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `(Unknown & ~None) | int | float` on object of type `dict[str, dict[Unknown, Unknown] | bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["timeout"]` and value of type `int | float` on object of type `dict[str, dict[Unknown, Unknown] | bool]`
[error] invalid-assignment - Object of type `Unknown | str | None` is not assignable to attribute `content_type` on type `BaseHTTPResponse | Unknown`
[error] invalid-assignment - Object of type `str | None | Unknown` is not assignable to attribute `content_type` on type `BaseHTTPResponse | Unknown`

dulwich/config.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[K@__iter__]`, found `Iterator[K@__init__]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[tuple[K@__iter__, V@__iter__]]`, found `Iterator[tuple[K@__init__, V@__init__]]`

dulwich/dumb.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ObjectID`, found `bytes`

dulwich/gc.py

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

dulwich/midx.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bytes | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bytes | Any | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bytes | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bytes | Any | None`
[error] unresolved-attribute - Attribute `find` is not defined on `None` in union `Unknown | bytes | None`
[error] unresolved-attribute - Attribute `find` is not defined on `None` in union `bytes | Any | None`

dulwich/object_filters.py

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

dulwich/object_store.py

[error] invalid-argument-type - Argument to function `_split_commits_and_tags` is incorrect: Expected `Iterable[ObjectID]`, found `list[Unknown | bytes]`
[error] invalid-argument-type - Argument to function `_split_commits_and_tags` is incorrect: Expected `Iterable[ObjectID]`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[Unknown | bytes, None, Unknown | int, bool]]`
[error] invalid-argument-type - Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[bytes, None, int, bool]]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | (dict[ObjectID, ObjectID] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `ObjectID` and `(() -> dict[ObjectID, ObjectID]) | dict[ObjectID, ObjectID] | dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `Unknown | bytes` is not assignable to `ObjectID | RawObjectID`
[error] invalid-assignment - Object of type `bytes` is not assignable to `ObjectID | RawObjectID`

dulwich/pack.py

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

dulwich/porcelain/__init__.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `data` on type `Blob` with custom `__set__` method
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-assignment - Invalid subscript assignment with key of type `bytes` and value of type `tuple[Unknown, Unknown | list[ObjectID], Unknown]` on object of type `dict[bytes, tuple[int, list[bytes], str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `bytes` and value of type `tuple[Unknown, list[ObjectID], Unknown]` on object of type `dict[bytes, tuple[int, list[bytes], str]]`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

dulwich/repo.py

[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

dulwich/server.py

[error] unresolved-attribute - Attribute `add_thin_pack` is not defined on `PackBasedObjectStore` in union `Unknown | PackBasedObjectStore`
[error] unresolved-attribute - Object of type `PackBasedObjectStore` has no attribute `add_thin_pack`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[error] unresolved-attribute - Object of type `BackendRepo` has no attribute `hooks`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[error] unresolved-attribute - Object of type `BackendRepo` has no attribute `hooks`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[error] unresolved-attribute - Object of type `BackendRepo` has no attribute `hooks`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[bytes, type[Handler]]`, found `Unknown | dict[bytes, <class 'UploadPackHandler'> | <class 'ReceivePackHandler'> | <class 'UploadArchiveHandler'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[bytes, type[Handler]]`, found `dict[bytes, <class 'UploadPackHandler'> | <class 'ReceivePackHandler'> | <class 'UploadArchiveHandler'>]`

dulwich/walk.py

[error] invalid-argument-type - Argument to bound method `_push` is incorrect: Expected `ObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `_push` is incorrect: Expected `ObjectID`, found `bytes`
[error] unresolved-attribute - Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysFalsy` in union `(Sequence[bytes] & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysFalsy` in union `(Sequence[bytes] & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`

dulwich/worktree.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `parents` on type `Commit` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `parents` on type `Commit` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `parents` on type `Commit` with custom `__set__` method
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

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

freqtrade/data/history/datahandlers/jsondatahandler.py

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

freqtrade/freqai/data_kitchen.py

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

freqtrade/freqai/freqai_interface.py

[error] unresolved-attribute - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `check_if_model_expired` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `check_if_model_expired` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `pair` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] invalid-argument-type - Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `Unknown | FreqaiDataKitchen | None`
[error] invalid-argument-type - Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `pair` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `FreqaiDataKitchen | None`

freqtrade/optimize/backtesting.py

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

freqtrade/optimize/hyperopt/hyperopt_optimizer.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

freqtrade/rpc/external_message_consumer.py

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

freqtrade/strategy/strategyupdater.py

[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `Unknown | set[Unknown] | list[tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `set[Unknown] | list[tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `Unknown | set[Unknown] | list[tuple[str, str]]`
[error] unresolved-attribute - Attribute `add` is not defined on `list[tuple[str, str]]` in union `set[Unknown] | list[tuple[str, str]]`

freqtrade/templates/FreqaiExampleHybridStrategy.py

[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `class_names` on type `Unknown | IFreqaiModel | DummyClass`
[error] invalid-assignment - Object of type `list[str]` is not assignable to attribute `class_names` on type `IFreqaiModel | DummyClass`

scripts/ws_client.py

[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `_LAST_RECEIVED_AT` of type `int`

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

src/graphql/pyutils/cached_property.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`

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

hydpy/auxs/armatools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/auxs/calibtools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/auxfiletools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/devicetools.py

[error] invalid-context-manager - Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `_OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/filetools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/hydpytools.py

[error] type-assertion-failure - Type `Unknown & ~Literal["oldsim"] & ~Literal["obs_oldsim"] & ~Literal["oldsim_bi"] & ~Literal["obs_oldsim_bi"] & ~Literal["newsim_update"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["obs"] & ~Literal["obs_newsim"] & ~Literal["obs_bi"]` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~Literal["obs_newsim"] & ~Literal["obs_oldsim"] & ~Literal["obs_oldsim_bi"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["oldsim"] & ~Literal["obs"] & ~Literal["oldsim_bi"] & ~Literal["obs_bi"] & ~Literal["newsim_update"]` is not equivalent to `Never`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/indextools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/modeltools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/netcdftools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-argument-type - Argument to bound method `__hydpy_write_ncfile__` is incorrect: Expected `Literal["model-specific", "HydPy"] | None`, found `Unknown | OptionContextStr[Literal["model-specific", "HydPy"]]`
[error] invalid-argument-type - Argument to bound method `__hydpy_write_ncfile__` is incorrect: Expected `Literal["model-specific", "HydPy"] | None`, found `OptionContextStr[Literal["model-specific", "HydPy"]]`
[error] invalid-context-manager - Object of type `Unknown | OptionContextStr[Literal["npy", "asc", "nc"]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextStr[Literal["npy", "asc", "nc"]]` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/objecttools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/parametertools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `_OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/selectiontools.py

[error] invalid-context-manager - Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `_OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `_OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/sequencetools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextStr[Literal["none", "mean"]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextStr[Literal["none", "mean"]]` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/testtools.py

[error] invalid-assignment - Object of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]` is not assignable to attribute `open` of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-context-manager - Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `_OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/threadingtools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/exe/xmltools.py

[error] invalid-context-manager - Object of type `Unknown | OptionContextStr[str]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - Object of type `OptionContextStr[str]` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/models/sw1d_channel.py

[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[warning] possibly-unresolved-reference - Name `ru` used when possibly not defined
[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[warning] possibly-unresolved-reference - Name `rd` used when possibly not defined
[error] type-assertion-failure - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`

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

ibis/backends/athena/__init__.py

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

ibis/backends/athena/tests/conftest.py

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

ibis/backends/clickhouse/__init__.py

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

ibis/backends/databricks/__init__.py

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

ibis/backends/duckdb/__init__.py

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

ibis/backends/exasol/__init__.py

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

ibis/backends/flink/ddl.py

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

ibis/backends/materialize/__init__.py

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

ibis/backends/mysql/__init__.py

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

ibis/backends/postgres/__init__.py

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

ibis/backends/pyspark/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `Literal["streaming", "batch"]`, found `str`

ibis/backends/risingwave/__init__.py

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

ibis/backends/snowflake/__init__.py

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

ibis/backends/sql/compilers/bigquery/__init__.py

[error] invalid-method-override - Invalid override of method `visit_Covariance`: Definition is incompatible with `SQLGlotCompiler.visit_Covariance`

ibis/backends/sql/compilers/datafusion.py

[error] invalid-method-override - Invalid override of method `visit_Variance`: Definition is incompatible with `SQLGlotCompiler.visit_Variance`
[error] invalid-method-override - Invalid override of method `visit_StandardDev`: Definition is incompatible with `SQLGlotCompiler.visit_StandardDev`
[error] invalid-method-override - Invalid override of method `visit_Covariance`: Definition is incompatible with `SQLGlotCompiler.visit_Covariance`

ibis/backends/sql/compilers/oracle.py

[error] invalid-method-override - Invalid override of method `visit_Covariance`: Definition is incompatible with `SQLGlotCompiler.visit_Covariance`

ibis/backends/sql/compilers/snowflake.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[Literal[3], Literal[10]] | Unknown | tuple[Literal[3], Literal[11]]`
[error] unresolved-attribute - Attribute `regexp_split` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `regexp_split`
[error] unresolved-attribute - Attribute `object_values` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `object_values`
[error] unresolved-attribute - Attribute `object_merge` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `object_merge`
[error] unresolved-attribute - Attribute `array_repeat` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_repeat`
[error] unresolved-attribute - Attribute `array_zip` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_zip`
[error] unresolved-attribute - Attribute `array_any` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_any`
[error] unresolved-attribute - Attribute `array_all` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_all`
[error] unresolved-attribute - Attribute `array_sum` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_sum`
[error] unresolved-attribute - Attribute `array_avg` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `array_avg`

ibis/backends/sql/compilers/sqlite.py

[error] invalid-method-override - Invalid override of method `visit_Variance`: Definition is incompatible with `SQLGlotCompiler.visit_Variance`
[error] invalid-method-override - Invalid override of method `visit_StandardDev`: Definition is incompatible with `SQLGlotCompiler.visit_StandardDev`

ibis/backends/trino/__init__.py

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

ibis/common/annotations.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__name__`

ibis/common/tests/test_graph.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(bound method Self@__len__.items() -> ItemsView[Unknown, Unknown]) | Unknown | dict[str, Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(bound method Self@__len__.items() -> ItemsView[Unknown, Unknown]) | dict[str, Unknown]`

ibis/common/tests/test_grounds.py

[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `extra` of type `Attribute`
[error] invalid-assignment - Object of type `Literal[3]` is not assignable to attribute `a` of type `InstanceOf`
[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `value` of type `InstanceOf`
[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `value` of type `InstanceOf`
[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `a` of type `Attribute`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `a` of type `Attribute`
[error] invalid-assignment - Object of type `Literal[3]` is not assignable to attribute `a` of type `InstanceOf`
[error] invalid-assignment - Object of type `Literal[2]` is not assignable to attribute `j` of type `Attribute`
[error] invalid-assignment - Object of type `Literal[2]` is not assignable to attribute `j` of type `Attribute`
[error] invalid-assignment - Object of type `Literal[4]` is not assignable to attribute `j` of type `Attribute`
[error] invalid-assignment - Object of type `Literal[11]` is not assignable to attribute `value` of type `InstanceOf`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | InstanceOf` and `Unknown | Argument`
[error] unsupported-operator - Operator `+` is not supported between objects of type `InstanceOf` and `Argument`
[error] unresolved-attribute - Attribute `upper` is not defined on `Argument` in union `Unknown | Argument`
[error] unresolved-attribute - Object of type `Argument` has no attribute `upper`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | InstanceOf`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `InstanceOf`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | InstanceOf`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `InstanceOf`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | InstanceOf` and `Literal[10]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `InstanceOf` and `Literal[10]`

ibis/expr/types/relations.py

[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `Unknown | StringValue`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[BooleanValue] | None`, found `Unknown | StringValue`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Unknown | StringValue`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[Value] | None`, found `Unknown | StringValue`

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

examples/references/classification/imagenet/main.py

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

examples/reinforcement_learning/actor_critic.py

[error] invalid-assignment - Object of type `Literal[10]` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `running_reward` on type `State`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `ep_reward` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `ep_reward` on type `State`
[error] unresolved-attribute - Attribute `timestep` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `timestep`
[error] unresolved-attribute - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `running_reward` on type `State`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `ep_reward`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `ep_reward`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `timestep` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `timestep`

examples/reinforcement_learning/reinforce.py

[error] invalid-assignment - Object of type `Literal[10]` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `running_reward` on type `State`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `ep_reward` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `ep_reward` on type `State`
[error] unresolved-attribute - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `running_reward` on type `State`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `ep_reward`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `ep_reward`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `running_reward`
[error] unresolved-attribute - Attribute `timestep` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `timestep`

ignite/distributed/launcher.py

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

ignite/engine/__init__.py

[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `scaler` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `scaler` on type `State`

ignite/engine/deterministic.py

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

ignite/handlers/clearml_logger.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `save` is not defined on `type[Enum]` in union `Unknown | type[Enum]`
[error] unresolved-attribute - Object of type `type[Enum]` has no attribute `save`
[error] unresolved-attribute - Attribute `save` is not defined on `type[Enum]` in union `Unknown | type[Enum]`
[error] unresolved-attribute - Object of type `type[Enum]` has no attribute `save`

ignite/handlers/neptune_logger.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`

ignite/handlers/param_scheduler.py

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

ignite/handlers/state_param_scheduler.py

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

ignite/handlers/tensorboard_logger.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`

ignite/handlers/tqdm_logger.py

[error] unresolved-attribute - Attribute `set_description` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_description` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_postfix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_postfix` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `n` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `n` is not defined on `None` in union `None | Unknown`

ignite/handlers/visdom_logger.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - Object of type `(Unknown, /) -> int | float | Unknown` has no attribute `__name__`

ignite/utils.py

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

tests/ignite/distributed/test_launcher.py

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

tests/ignite/engine/test_custom_events.py

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

tests/ignite/engine/test_engine.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `int` and `None | Unknown`
[error] invalid-assignment - Object of type `Iterator[int]` is not assignable to attribute `dataiter` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `dataiter` on type `State`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[7]` and `Unknown | int | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[7]` and `int | None`

tests/ignite/engine/test_engine_state_dict.py

[error] unresolved-attribute - Attribute `alpha` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `alpha`
[error] unresolved-attribute - Attribute `beta` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `beta`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `alpha` on type `State`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `alpha` on type `State`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `beta` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `beta` on type `State`

tests/ignite/engine/test_event_handlers.py

[error] unresolved-attribute - Attribute `_parent` is not defined on `(...) -> Unknown`, `None` in union `Unknown | ((...) -> Unknown) | None`
[error] unresolved-attribute - Object of type `((...) -> Unknown) | None` has no attribute `_parent`

tests/ignite/handlers/test_ema_handler.py

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

tests/ignite/handlers/test_fbresearch_logger.py

[error] invalid-assignment - Object of type `dict[str, int | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `dict[str, int | float]` is not assignable to attribute `output` of type `int | None`
[error] invalid-assignment - Object of type `Literal["4.2"]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `Literal["4.2"]` is not assignable to attribute `output` of type `int | None`
[error] invalid-assignment - Object of type `list[int | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `list[int | float]` is not assignable to attribute `output` of type `int | None`
[error] invalid-assignment - Object of type `tuple[float, float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - Object of type `tuple[float, float]` is not assignable to attribute `output` of type `int | None`
[error] invalid-assignment - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `alpha` on type `State`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `beta` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `beta` on type `State`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `gamma` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `gamma` on type `State`

tests/ignite/handlers/test_lr_finder.py

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

tests/ignite/handlers/test_param_scheduler.py

[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `param_history` on type `State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `param_history` on type `State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `param_history` on type `State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State & ~<Protocol with members 'param_history'>` in union `(Unknown & ~<Protocol with members 'param_history'>) | (State & ~<Protocol with members 'param_history'>)`
[error] unresolved-attribute - Object of type `State & ~<Protocol with members 'param_history'>` has no attribute `param_history`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `param_history` on type `State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `param_history`

tests/ignite/handlers/test_state_param_scheduler.py

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

tests/ignite/handlers/test_time_limit.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `is_terminated` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `is_terminated` on type `State`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `is_terminated` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `is_terminated` on type `State`
[error] unresolved-attribute - Attribute `is_terminated` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Object of type `State` has no attribute `is_terminated`

tests/ignite/handlers/test_tqdm_logger.py

[error] invalid-assignment - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `alpha` on type `State`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `beta` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `beta` on type `State`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `gamma` on type `Unknown | State`
[error] unresolved-attribute - Unresolved attribute `gamma` on type `State`

tests/ignite/metrics/nlp/_pyrouge.py

[error] unresolved-attribute - Attribute `stem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `stem` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float].__getitem__(key: str, /) -> int | float` cannot be called with key of type `int` on object of type `dict[str, int | float]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int | float].__getitem__(key: str, /) -> int | float` cannot be called with key of type `int` on object of type `dict[str, int | float]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[Unknown | str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[Unknown | str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[Unknown | str, list[Unknown]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, list[Unknown]], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, list[Unknown]]]]` cannot be called with key of type `str` on object of type `list[dict[str, list[Unknown]]]`

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

jax/_src/export/serialization.py

[error] invalid-argument-type - Argument to function `_serialize_array` is incorrect: Expected `(Unknown, object, /) -> int`, found `def _serialize_partition_spec_one_axis(builder: Unknown, spec: str | tuple[str, ...] | None) -> int`
[error] invalid-argument-type - Argument to function `_serialize_array` is incorrect: Expected `Iterable[str | tuple[str, ...] | None]`, found `Unknown | tuple[object, ...]`

jax/_src/lax/lax.py

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

jax/_src/lru_cache.py

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

jax/_src/pallas/mosaic/pipeline.py

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

jax/_src/pallas/pallas_call.py

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

jax/_src/state/primitives.py

[error] unresolved-attribute - Attribute `ref_get_abstract_eval` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `ref_get_abstract_eval`
[error] unresolved-attribute - Attribute `ref_swap_abstract_eval` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `ref_swap_abstract_eval`

jax/_src/state/types.py

[error] unresolved-attribute - Attribute `shape` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `shape`
[error] unresolved-attribute - Attribute `dtype` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `dtype`
[error] unresolved-attribute - Attribute `sharding` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `sharding`
[error] unresolved-attribute - Attribute `manual_axis_type` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `manual_axis_type`

jax/_src/test_loader.py

[error] invalid-assignment - Object of type `() -> Unknown | int | float` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[error] unresolved-attribute - Unresolved attribute `time_getter` on type `TestResult`
[error] invalid-assignment - Object of type `() -> int | float` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[error] unresolved-attribute - Unresolved attribute `time_getter` on type `TestResult`
[error] invalid-assignment - Object of type `Any & ~None` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[error] unresolved-attribute - Unresolved attribute `time_getter` on type `TestResult`

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

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `Unknown | MaskInfo`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `MaskInfo`

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

docs/examples/cache_extension.py

[error] unresolved-attribute - Attribute `fragment_cache_prefix` is not defined on `Environment` in union `Unknown | Environment`
[error] unresolved-attribute - Object of type `Environment` has no attribute `fragment_cache_prefix`
[error] unresolved-attribute - Attribute `fragment_cache` is not defined on `Environment` in union `Unknown | Environment`
[error] unresolved-attribute - Object of type `Environment` has no attribute `fragment_cache`
[error] unresolved-attribute - Attribute `fragment_cache` is not defined on `Environment` in union `Unknown | Environment`
[error] unresolved-attribute - Object of type `Environment` has no attribute `fragment_cache`

examples/basic/translate.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `bound method dict[str, str].__getitem__(key: str, /) -> str` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `bound method dict[str, str].__getitem__(key: str, /) -> str` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ngettext"]` and value of type `(s: int, p: bool, n: int) -> str` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ngettext"]` and value of type `(s: int, p: bool, n: int) -> str` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

src/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

src/jinja2/runtime.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Undefined.__getitem__`

src/jinja2/sandbox.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

tests/test_async.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["add_each"]` and value of type `(v: int, x: bool) -> list[Unknown]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["add_each"]` and value of type `(v: int, x: bool) -> list[Unknown]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

tests/test_ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `(x: int) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["gettext"]` and value of type `(x: int) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

tests/test_imports.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["bar"]` and value of type `Literal[23]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

tests/test_lexnparse.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["foo"]` and value of type `(a: int, b: bool, c: int, e: int, g) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["foo"]` and value of type `(a: int, b: bool, c: int, e: int, g) -> Unknown` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

tests/test_loader.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["one"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["one"]]` and `MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["two"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["two"]]` and `MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["three"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["three"]]` and `MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`
[error] invalid-assignment - Object of type `ChoiceLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[error] invalid-assignment - Object of type `ChoiceLoader` is not assignable to attribute `loader` on type `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] invalid-assignment - Object of type `PrefixLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[error] invalid-assignment - Object of type `PrefixLoader` is not assignable to attribute `loader` on type `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `get_template` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `None | Unknown | Environment`

tests/test_regression.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["get_int"]` and value of type `() -> Literal[42]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["get_int"]` and value of type `() -> Literal[42]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["x"]` and value of type `Literal["x"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["x"]` and value of type `Literal["x"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["y"]` and value of type `Literal["y"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["y"]` and value of type `Literal["y"]` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

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

koda_validate/_internal.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[SuccessT@_ToTupleStandardValidator] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[SuccessT@_ToTupleStandardValidator] | Nothing`

koda_validate/dataclasses.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`

koda_validate/dictionary.py

[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T2@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Valid[T2@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T2@MapValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid | None`, found `None | Valid[T2@MapValidator] | Invalid`

koda_validate/list.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[list[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[list[Any]] | Nothing`

koda_validate/maybe.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[A@MaybeValidator | Invalid]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid`, found `A@MaybeValidator | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[A@MaybeValidator | Invalid]]`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
[error] invalid-argument-type - Argument is incorrect: Expected `Invalid`, found `A@MaybeValidator | Invalid`

koda_validate/namedtuple.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`

koda_validate/set.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[set[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[_ItemT@SetValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[set[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[_ItemT@SetValidator] | Invalid`

koda_validate/tuple.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[A@UniformTupleValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[A@UniformTupleValidator] | Invalid`

koda_validate/typeddict.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Just[dict[Any, Any]] | Nothing`

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

tests/native/test_cpu_manual.py

[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `DF` of type `bool`

examples/evm/mappingchallenge.py

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

examples/evm/use_def.py

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

manticore/core/plugin.py

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

manticore/core/smtlib/constraints.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_parent` on type `Unknown | None | Self@__exit__`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `_parent` on type `None | Self@__exit__`

manticore/core/worker.py

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

manticore/ethereum/detectors.py

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

manticore/ethereum/plugins.py

[error] unresolved-attribute - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_metadata` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ready_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_load` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_load` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_ready_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_ready_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_terminated_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_terminated_states` is not defined on `None` in union `None | Unknown`

manticore/native/cpu/abstractcpu.py

[error] invalid-argument-type - Argument to bound method `decode_instruction` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `decode_instruction` is incorrect: Expected `int`, found `None | Unknown`
[error] unresolved-attribute - Attribute `sync_unicorn_to_manticore` is not defined on `None` in union `Unknown | None | ConcreteUnicornEmulator`
[error] unresolved-attribute - Attribute `sync_unicorn_to_manticore` is not defined on `None` in union `None | ConcreteUnicornEmulator`

manticore/native/plugins.py

[error] unresolved-attribute - Attribute `_publish` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_publish` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `(...) -> None` is not assignable to attribute `_publish` on type `Unknown | None`
[error] invalid-assignment - Object of type `(...) -> None` is not assignable to attribute `_publish` on type `None | Unknown`
[error] unresolved-attribute - Attribute `ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ready_states` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_publish` on type `None | Unknown`
[error] unresolved-attribute - Attribute `_workspace` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_workspace` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `kill_state` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `kill_state` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_save` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_save` is not defined on `None` in union `None | Unknown`

manticore/platforms/decree.py

[error] unresolved-attribute - Attribute `_transmit` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_transmit` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `Unknown | int` on object of type `list[None | Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | Unknown | None` and value of type `int | Unknown` on object of type `list[None | Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | None` and value of type `None` on object of type `list[None | Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | Unknown | None` and value of type `None` on object of type `list[None | Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `int | Unknown | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int | Unknown` and `None | Unknown`

manticore/platforms/evm.py

[error] unresolved-attribute - Object of type `Self@add_refund` has no attribute `_refund`
[error] unresolved-attribute - Object of type `Self@sub_refund` has no attribute `_refund`
[error] unresolved-attribute - Attribute `coinbase` is not defined on `None` in union `Unknown | None | BlockHeader`
[error] unresolved-attribute - Attribute `coinbase` is not defined on `None` in union `None | Unknown | BlockHeader`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `None` in union `Unknown | None | BlockHeader`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `None` in union `None | Unknown | BlockHeader`
[error] unresolved-attribute - Attribute `blocknumber` is not defined on `None` in union `Unknown | None | BlockHeader`
[error] unresolved-attribute - Attribute `blocknumber` is not defined on `None` in union `None | Unknown | BlockHeader`
[error] unresolved-attribute - Attribute `difficulty` is not defined on `None` in union `Unknown | None | BlockHeader`
[error] unresolved-attribute - Attribute `difficulty` is not defined on `None` in union `None | Unknown | BlockHeader`
[error] unresolved-attribute - Attribute `gaslimit` is not defined on `None` in union `Unknown | None | BlockHeader`
[error] unresolved-attribute - Attribute `gaslimit` is not defined on `None` in union `None | Unknown | BlockHeader`

server/manticore_server/introspect_plugin.py

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

server/manticore_server/manticore_server.py

[error] unresolved-attribute - Attribute `append` is not defined on `Queue[Any]` in union `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - Attribute `append` is not defined on `Queue[Any]` in union `Queue[Any] | deque`
[error] unresolved-attribute - Attribute `full` is not defined on `deque` in union `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - Attribute `full` is not defined on `deque` in union `Queue[Any] | deque`
[error] unresolved-attribute - Attribute `put` is not defined on `deque` in union `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - Attribute `put` is not defined on `deque` in union `Queue[Any] | deque`

server/tests/test_ethereum.py

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

server/tests/test_native.py

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

tests/ethereum/test_detectors.py

[error] unresolved-attribute - Attribute `make_symbolic_value` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `make_symbolic_value` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_detector` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_detector` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `kill_timeout` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `kill_timeout` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `multi_tx_analysis` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `multi_tx_analysis` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `finalize` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `finalize` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `global_findings` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `global_findings` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - Attribute `register_plugin` is not defined on `None` in union `ManticoreEVM | None`

tests/ethereum/test_general.py

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

tests/native/test_armv7cpu.py

[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[error] unresolved-attribute - Attribute `constraints` is not defined on `Memory` in union `Memory | Any`

tests/native/test_armv7unicorn.py

[error] unresolved-attribute - Attribute `STACK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `STACK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `symbolicate_buffer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `symbolicate_buffer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `write_bytes` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `write_bytes` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `STACK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `STACK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `symbolicate_buffer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `symbolicate_buffer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `write_bytes` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `write_bytes` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `new_symbolic_value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `new_symbolic_value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `new_symbolic_value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `new_symbolic_value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `emulate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `emulate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `decode_instruction` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `decode_instruction` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `PC` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `PC` is not defined on `None` in union `None | Unknown`

tests/native/test_state.py

[error] unresolved-attribute - Attribute `count_busy_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `count_busy_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `count_ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `count_ready_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `count_killed_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `count_killed_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `count_terminated_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `count_terminated_states` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `None | Unknown`

tests/native/test_unicorn_concrete.py

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

tests/native/test_x86_pcmpxstrx.py

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

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

misc/python/materialize/checks/mzcompose_actions.py

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

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

mesonbuild/ast/printer.py

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

mesonbuild/backend/backends.py

[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_object_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `get_object_suffix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[str] | list[str | None] | list[str | Unknown] | list[Unknown]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[str] | list[str | None] | list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`

mesonbuild/backend/ninjabackend.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str] | None`, found `Unknown | _odict_values[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str] | None`, found `_odict_values[str, CustomTarget | BuildTarget]`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_link_whole_for` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_link_whole_for` is not defined on `None` in union `DynamicLinker | None`
[error] invalid-argument-type - Argument to bound method `generate_link` is incorrect: Expected `Compiler | StaticLinker`, found `Unknown | StaticLinker | None`
[error] invalid-argument-type - Argument to bound method `generate_link` is incorrect: Expected `Compiler | StaticLinker`, found `StaticLinker | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `str | int | list[str]` and `Literal[0]`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_object_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `get_object_suffix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_aix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`

mesonbuild/backend/vs2010backend.py

[error] invalid-argument-type - Argument to bound method `get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `gen_vcxproj` is incorrect: Expected `BuildTarget`, found `CustomTarget | BuildTarget`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Path, str, MachineChoice]`, found `tuple[str, PurePath, str, MachineChoice]`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | Unknown | int | list[str]` and `Literal["|"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str | int | list[str]` and `Literal["|"]`
[error] invalid-assignment - Object of type `str | Unknown | int | list[str]` is not assignable to attribute `text` of type `str | None`
[error] invalid-assignment - Object of type `str | int | list[str]` is not assignable to attribute `text` of type `str | None`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `bool`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `Unknown | str | int | list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `str | int | list[str] | list[Unknown]`

mesonbuild/backend/xcodebackend.py

[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `buildphasemap` on type `Unknown | BuildTarget`
[error] unresolved-attribute - Unresolved attribute `buildphasemap` on type `BuildTarget`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `frameworks`
[error] unresolved-attribute - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `frameworks`
[error] unresolved-attribute - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `frameworks`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `frameworks`
[error] unresolved-attribute - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[error] unresolved-attribute - Object of type `Dependency` has no attribute `frameworks`
[error] unresolved-attribute - Attribute `get_item` is not defined on `str`, `PbxArray & ~str`, `int` in union `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[error] unresolved-attribute - Attribute `get_item` is not defined on `str`, `PbxArray`, `int` in union `str | PbxArray | PbxDict | int`
[error] unresolved-attribute - Attribute `add_item` is not defined on `str`, `int` in union `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[error] unresolved-attribute - Attribute `add_item` is not defined on `str`, `int` in union `str | PbxArray | PbxDict | int`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`
[error] unresolved-attribute - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[error] unresolved-attribute - Object of type `BuildTarget` has no attribute `buildphasemap`

mesonbuild/build.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `Unknown | list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str | Unknown` on object of type `list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `Unknown | str` on object of type `list[Literal["no_name"]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[0]` and value of type `str` on object of type `list[Literal["no_name"]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal["no_name"]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `Literal["no_name"]`, found `str`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `Unknown | str`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Unknown | ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_exe_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `get_exe_suffix` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str, str, bool]`, found `tuple[str, str, Literal["{0.prefix}{0.name}.{0.suffix}", "{0.prefix}{0.name}-{0.soversion}.{0.suffix}", "{0.prefix}{0.name}.{0.soversion}.{0.suffix}", "{0.shortname}.{0.suffix}", "{0.shortname}{0.soversion}.{0.suffix}", ... omitted 3 literals], None | str | Unknown, int | Unknown | str | list[str]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str, str, bool]`, found `tuple[str, str, Literal["{0.prefix}{0.name}.{0.suffix}", "{0.prefix}{0.name}-{0.soversion}.{0.suffix}", "{0.prefix}{0.name}.{0.soversion}.{0.suffix}", "{0.shortname}.{0.suffix}", "{0.shortname}{0.soversion}.{0.suffix}", ... omitted 3 literals], None | str, int | str | list[str]]`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 5 union elements`, found `(Unknown & ~CustomTargetIndex & ~ExternalProgram) | (str & ~CustomTargetIndex & ~ExternalProgram) | (File & ~CustomTargetIndex & ~ExternalProgram) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 5 union elements`, found `(str & ~CustomTargetIndex & ~ExternalProgram) | (File & ~CustomTargetIndex & ~ExternalProgram) | (BuildTarget & ~CustomTargetIndex & ~ExternalProgram) | ... omitted 4 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `Unknown | list[str | Program]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[str | Program]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | str | Program`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `str | Program`
[error] invalid-argument-type - Argument to bound method `is_linkable_output` is incorrect: Expected `str`, found `Unknown | str | Program`
[error] invalid-argument-type - Argument to bound method `is_linkable_output` is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | str | Program`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | Program`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `coredata` on type `Unknown | Environment`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `coredata` of type `CoreData`

mesonbuild/cargo/interpreter.py

[error] unresolved-attribute - Attribute `load_and_merge` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `load_and_merge` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `find_dep_provider` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `find_dep_provider` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `load_and_merge` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `load_and_merge` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `wraps` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `wraps` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `wraps` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `wraps` is not defined on `None` in union `Resolver | None`
[error] unresolved-attribute - Attribute `ws_subdir` is not defined on `CargoLock & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (CargoLock & ~AlwaysTruthy & ~AlwaysFalsy) | (PackageState & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `ws_subdir` is not defined on `CargoLock & ~AlwaysTruthy & ~AlwaysFalsy` in union `(CargoLock & ~AlwaysTruthy & ~AlwaysFalsy) | (PackageState & ~AlwaysFalsy)`

mesonbuild/cmake/executor.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, tuple[str, ...], str, frozenset[tuple[str, str]]]`, found `tuple[Unknown | str | None, tuple[str, ...], str, frozenset[tuple[str, str]] | frozenset[Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, tuple[str, ...], str, frozenset[tuple[str, str]]]`, found `tuple[str | None, tuple[str, ...], str, frozenset[tuple[str, str]] | frozenset[Unknown]]`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `ExternalProgram | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`

mesonbuild/cmake/interpreter.py

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

mesonbuild/cmake/toolchain.py

[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_64_bit` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_64_bit` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | None`

mesonbuild/compilers/asm.py

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

mesonbuild/compilers/compilers.py

[error] invalid-return-type - Return type does not match returned value: expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-return-type - Return type does not match returned value: expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_output_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_output_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_search_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_search_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_accepts_rsp` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_accepts_rsp` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lib_prefix` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lib_prefix` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_option_link_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_option_link_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `ExternalProgram | None`
[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `Unknown | list[str | None]`
[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[str | None]`
[error] unresolved-attribute - Attribute `has_multi_arguments` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `has_multi_arguments` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_debugfile_name` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_debugfile_name` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_debugfile_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_debugfile_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_std_shared_lib_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_std_shared_lib_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_std_shared_module_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_std_shared_module_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_link_whole_for` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_link_whole_for` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `no_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `no_undefined_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `build_rpath_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `build_rpath_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_archive_name` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_archive_name` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `thread_flags` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `thread_flags` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_win_subsystem_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_win_subsystem_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_pie_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_pie_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lto_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lto_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lto_obj_cache_path` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_lto_obj_cache_path` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `sanitizer_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `sanitizer_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_asneeded_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_asneeded_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `headerpad_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `headerpad_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `bitcode_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `bitcode_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_optimization_link_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_optimization_link_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_soname_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_soname_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_coverage_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_coverage_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `gen_vs_module_defs_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `gen_vs_module_defs_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `rsp_file_syntax` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `rsp_file_syntax` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/compilers/cuda.py

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

mesonbuild/compilers/cython.py

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

mesonbuild/compilers/d.py

[error] unresolved-attribute - Attribute `import_library_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `import_library_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_allow_undefined_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/compilers/detect.py

[error] invalid-argument-type - Argument to bound method `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`

mesonbuild/compilers/mixins/arm.py

[error] unresolved-attribute - Attribute `exelist` is not defined on `None` in union `(Unknown & ~ArmClangDynamicLinker) | (DynamicLinker & ~ArmClangDynamicLinker) | None`
[error] unresolved-attribute - Attribute `exelist` is not defined on `None` in union `(DynamicLinker & ~ArmClangDynamicLinker) | None`

mesonbuild/compilers/mixins/clang.py

[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(Unknown & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | (DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | None`
[error] unresolved-attribute - Attribute `get_thinlto_cache_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_thinlto_cache_args` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/compilers/mixins/clike.py

[error] invalid-argument-type - Argument to bound method `remove_linkerlike_args` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `import_library_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `import_library_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `fatal_warnings` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `fatal_warnings` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/compilers/mixins/visualstudio.py

[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(Unknown & ~MSVCDynamicLinker) | (DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(Unknown & ~MSVCDynamicLinker) | (DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(Unknown & ~MSVCDynamicLinker) | (DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(DynamicLinker & ~MSVCDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(Unknown & ~ClangClDynamicLinker) | (DynamicLinker & ~ClangClDynamicLinker) | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `(DynamicLinker & ~ClangClDynamicLinker) | None`
[error] unresolved-attribute - Attribute `get_thinlto_cache_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `get_thinlto_cache_args` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/compilers/rust.py

[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `fatal_warnings` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `fatal_warnings` is not defined on `None` in union `DynamicLinker | None`

mesonbuild/dependencies/boost.py

[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_openbsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_openbsd` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `arch_matches` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `arch_matches` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`

mesonbuild/dependencies/cmake.py

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

mesonbuild/dependencies/configtool.py

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

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - Argument to bound method `_detect_target_path` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `_detect_target_path` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_linux` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_linux` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_linux` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_linux` is not defined on `None` in union `MachineInfo | None`

mesonbuild/dependencies/detect.py

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

mesonbuild/dependencies/dev.py

[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str] & ~AlwaysFalsy` and `Unknown | list[str] | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str] & ~AlwaysFalsy` and `list[str] | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `Unknown | list[str] | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[str]` and `list[str] | None`
[error] unresolved-attribute - Attribute `is_64_bit` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_64_bit` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_freebsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_freebsd` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_dragonflybsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_dragonflybsd` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to function `__machine_info_to_platform_include_dir` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to function `__machine_info_to_platform_include_dir` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`

mesonbuild/dependencies/dub.py

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

mesonbuild/dependencies/factory.py

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

mesonbuild/dependencies/misc.py

[error] invalid-assignment - Object of type `Unknown | list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `Unknown | list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] invalid-assignment - Object of type `Unknown | list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `Unknown | list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `Unknown | list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`

mesonbuild/dependencies/mpi.py

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

mesonbuild/dependencies/pkgconfig.py

[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_command` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] invalid-assignment - Object of type `Unknown | str | int | list[str]` is not assignable to `list[str]`
[error] invalid-assignment - Object of type `str | int | list[str]` is not assignable to `list[str]`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`

mesonbuild/dependencies/python.py

[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `Unknown | str | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] invalid-assignment - Object of type `list[str | Unknown | None]` is not assignable to attribute `link_args` of type `list[str]`
[error] invalid-assignment - Object of type `list[str | None]` is not assignable to attribute `link_args` of type `list[str]`

mesonbuild/dependencies/qt.py

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

mesonbuild/dependencies/scalapack.py

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

mesonbuild/dependencies/ui.py

[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[str] | None` and `list[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str] | None` and `list[Unknown]`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`

mesonbuild/environment.py

[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to function `machine_info_can_run` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to function `machine_info_can_run` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Backend | None`
[error] unresolved-attribute - Attribute `get_target_private_dir` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_private_dir` is not defined on `None` in union `Backend | None`

mesonbuild/interpreter/dependencyfallbacks.py

[error] unresolved-attribute - Attribute `get_varname` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `get_varname` is not defined on `None` in union `Resolver | None`
[error] invalid-assignment - Object of type `Unknown | str | None` is not assignable to `str`
[error] invalid-assignment - Object of type `str | None` is not assignable to `str`
[error] unresolved-attribute - Attribute `find_dep_provider` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `find_dep_provider` is not defined on `None` in union `Resolver | None`
[error] invalid-argument-type - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `str | None`

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - Object of type `str | int | list[str]` is not assignable to attribute `value` of type `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `resolve` is not defined on `None` in union `Resolver | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Backend | None`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `SharedCMDOptions | None`
[error] invalid-argument-type - Argument to function `get_genvslite_backend` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to function `get_genvslite_backend` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `get_backend_from_name` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to function `get_backend_from_name` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `init_backend_options` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `init_backend_options` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `Unknown | dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `SharedCMDOptions | None`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `Unknown | dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `SharedCMDOptions | None`
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`, found `Program | Executable | (Jar & ~LocalProgram & ~File) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`, found `Program | Executable | (Jar & ~LocalProgram & ~File) | CustomTargetIndex | CustomTarget`
[error] unresolved-attribute - Attribute `interpret` is not defined on `None` in union `Unknown | Interpreter | None`
[error] unresolved-attribute - Attribute `interpret` is not defined on `None` in union `Interpreter | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Backend | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["shared", "static"]`, found `(Unknown & ~Literal["auto"]) | (str & ~Literal["auto"]) | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["shared", "static"]`, found `(str & ~Literal["auto"]) | int | list[str] | (str & ~Literal["both"])`
[error] invalid-argument-type - Method `__delitem__` of type `(key: Literal["depend_files"], /) -> None` cannot be called with key of type `Unknown | str` on object of type `SharedLibrary`
[error] invalid-argument-type - Method `__delitem__` of type `(key: Literal["depend_files"], /) -> None` cannot be called with key of type `str` on object of type `SharedLibrary`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_android` is not defined on `None` in union `MachineInfo | None`

mesonbuild/interpreter/interpreterobjects.py

[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `Unknown | Sequence[Divergent] | int | ... omitted 7 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements`
[error] unresolved-attribute - Attribute `get_target_private_dir` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_private_dir` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`

mesonbuild/interpreter/mesonmain.py

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

mesonbuild/interpreterbase/decorators.py

[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...]) | tuple[(Unknown & ~tuple[object, ...]) | type[Unknown] | (ContainerTypeInfo & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...]) | tuple[(Unknown & ~tuple[object, ...]) | type[Unknown] | (ContainerTypeInfo & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...]) | tuple[(Unknown & ~tuple[object, ...]) | type[Unknown] | (ContainerTypeInfo & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...]) | tuple[(Unknown & ~tuple[object, ...]) | type[Unknown] | (ContainerTypeInfo & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `tuple[type[Unknown] | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`

mesonbuild/linkers/detect.py

[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `_unix_args_to_native` is incorrect: Expected `MachineInfo`, found `Unknown | MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `_unix_args_to_native` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`

mesonbuild/linkers/linkers.py

[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_sunos` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_sunos` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_haiku` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_haiku` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`

mesonbuild/mconf.py

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

mesonbuild/mdist.py

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

mesonbuild/mformat.py

[error] invalid-assignment - Object of type `Unknown | Literal[False]` is not assignable to attribute `is_continuation` on type `WhitespaceNode | None`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `is_continuation` on type `WhitespaceNode | None`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `str | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] invalid-assignment - Object of type `Unknown | Literal[1]` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
[error] invalid-assignment - Object of type `Unknown | Literal[1]` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | int` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `str | None`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], str | None]`
[error] unsupported-operator - Operator `%` is not supported between objects of type `Unknown | int` and `Unknown | int | None`
[error] unsupported-operator - Operator `%` is not supported between objects of type `int | Unknown` and `int | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None` and `int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `(Unknown & ~AlwaysFalsy) | int | None` and `int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `int | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `int` and `int | None`

mesonbuild/mintro.py

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

mesonbuild/modules/__init__.py

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

mesonbuild/modules/_qt.py

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

mesonbuild/modules/codegen.py

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

mesonbuild/modules/cuda.py

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

mesonbuild/modules/external_project.py

[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`

mesonbuild/modules/fs.py

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

mesonbuild/modules/gnome.py

[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_private_dir_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_private_dir_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_dir` is not defined on `None` in union `Backend | None`

mesonbuild/modules/hotdoc.py

[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | Unknown | ExecutableSerialisation]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | ExecutableSerialisation]`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`

mesonbuild/modules/java.py

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

mesonbuild/modules/pkgconfig.py

[error] unresolved-attribute - Attribute `pure_path_class` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `pure_path_class` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_target_filename_abs` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `is_freebsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_freebsd` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_haiku` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_haiku` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`

mesonbuild/modules/python.py

[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `create_install_data` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `create_install_data` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_executable_serialisation` is not defined on `None` in union `Backend | None`
[error] invalid-argument-type - Argument to bound method `get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str | None` and value of type `NonExistingExternalProgram | PythonExternalProgram` on object of type `dict[str, NonExistingExternalProgram | PythonExternalProgram]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | Unknown | None` and value of type `NonExistingExternalProgram | PythonExternalProgram` on object of type `dict[str, NonExistingExternalProgram | PythonExternalProgram]`

mesonbuild/modules/python3.py

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

mesonbuild/modules/rust.py

[error] unresolved-attribute - Attribute `load_package` is not defined on `None` in union `Unknown | Interpreter | None`
[error] unresolved-attribute - Attribute `load_package` is not defined on `None` in union `Interpreter | None`
[error] unresolved-attribute - Attribute `resolve_package` is not defined on `None` in union `Unknown | Interpreter | None`
[error] unresolved-attribute - Attribute `resolve_package` is not defined on `None` in union `Interpreter | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `Unknown | PackageConfiguration | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[error] unresolved-attribute - Attribute `get_dependency_map` is not defined on `None` in union `Unknown | PackageConfiguration | None`
[error] unresolved-attribute - Attribute `get_dependency_map` is not defined on `None` in union `PackageConfiguration | None`
[error] unresolved-attribute - Attribute `dep_packages` is not defined on `None` in union `Unknown | PackageConfiguration | None`
[error] unresolved-attribute - Attribute `dep_packages` is not defined on `None` in union `PackageConfiguration | None`
[error] invalid-argument-type - Argument to function `is_parent_path` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `is_parent_path` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `Unknown | PackageConfiguration | None`
[error] unresolved-attribute - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[error] unresolved-attribute - Attribute `get_dependency_map` is not defined on `None` in union `Unknown | PackageConfiguration | None`
[error] unresolved-attribute - Attribute `get_dependency_map` is not defined on `None` in union `PackageConfiguration | None`
[error] unresolved-attribute - Attribute `subdir_root` is not defined on `None` in union `Unknown | Resolver | None`
[error] unresolved-attribute - Attribute `subdir_root` is not defined on `None` in union `Resolver | None`

mesonbuild/modules/windows.py

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

mesonbuild/mparser.py

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

mesonbuild/msetup.py

[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu_family` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `cpu` is not defined on `None` in union `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `check_unused_options` is incorrect: Expected `dict[OptionKey, str]`, found `Unknown | dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `check_unused_options` is incorrect: Expected `dict[OptionKey, str]`, found `dict[OptionKey, str | None]`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - Attribute `cmd_line_options` is not defined on `None` in union `SharedCMDOptions | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `generate` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `generate` is not defined on `None` in union `Backend | None`
[error] invalid-argument-type - Argument to function `generate_introspection_file` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[error] invalid-argument-type - Argument to function `generate_introspection_file` is incorrect: Expected `Backend`, found `Backend | None`
[error] unresolved-attribute - Attribute `run_postconf_scripts` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `run_postconf_scripts` is not defined on `None` in union `Backend | None`
[error] unresolved-attribute - Attribute `get_devenv` is not defined on `None` in union `Unknown | Backend | None`
[error] unresolved-attribute - Attribute `get_devenv` is not defined on `None` in union `Backend | None`

mesonbuild/msubprojects.py

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

mesonbuild/mtest.py

[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] invalid-argument-type - Argument to function `collect_stdo` is incorrect: Expected `StreamReader`, found `Unknown | StreamReader | None`
[error] invalid-argument-type - Argument to function `collect_stdo` is incorrect: Expected `StreamReader`, found `StreamReader | None`
[error] invalid-argument-type - Argument to function `collect_stde` is incorrect: Expected `StreamReader`, found `Unknown | StreamReader | None`
[error] invalid-argument-type - Argument to function `collect_stde` is incorrect: Expected `StreamReader`, found `StreamReader | None`

mesonbuild/munstable_coredata.py

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

mesonbuild/options.py

[error] invalid-return-type - Return type does not match returned value: expected `str | int | list[str]`, found `(Unknown & str) | (_T@UserOption & str) | (Unknown & int) | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `str | int | list[str]`, found `(_T@UserOption & str) | (_T@UserOption & int) | (_T@UserOption & Top[list[Unknown]])`

mesonbuild/programs.py

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

mesonbuild/scripts/depfixer.py

[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[error] unresolved-attribute - Attribute `seek` is not defined on `None` in union `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`

mesonbuild/templates/sampleimpl.py

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

mesonbuild/tooldetect.py

[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to function `quote_arg` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `quote_arg` is incorrect: Expected `str`, found `Any | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[str], str] | None`, found `tuple[Unknown | list[Any] | list[Any | str] | list[str | None], str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[list[str], str] | None`, found `tuple[list[Any] | Unknown | list[Any | str] | list[str | None], str]`

mesonbuild/wrap/wrap.py

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

run_project_tests.py

[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_windows` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_cygwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `is_darwin` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - Attribute `system` is not defined on `None` in union `MachineInfo | None`

run_tests.py

[error] invalid-assignment - Object of type `Literal["x86_64"]` is not assignable to attribute `cpu_family` on type `Unknown | MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["x86_64"]` is not assignable to attribute `cpu_family` on type `MachineInfo | None`

unittests/allplatformstests.py

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

unittests/helpers.py

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

unittests/internaltests.py

[error] invalid-assignment - Object of type `Literal["openbsd"]` is not assignable to attribute `system` on type `Unknown | MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["openbsd"]` is not assignable to attribute `system` on type `MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["darwin"]` is not assignable to attribute `system` on type `Unknown | MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["darwin"]` is not assignable to attribute `system` on type `MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["cygwin"]` is not assignable to attribute `system` on type `Unknown | MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["cygwin"]` is not assignable to attribute `system` on type `MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["windows"]` is not assignable to attribute `system` on type `Unknown | MachineInfo | None`
[error] invalid-assignment - Object of type `Literal["windows"]` is not assignable to attribute `system` on type `MachineInfo | None`

unittests/linuxliketests.py

[error] unresolved-attribute - Attribute `pkgbin_version` is not defined on `PkgConfigCLI & ~AlwaysFalsy` in union `(Unknown & PkgConfigCLI) | (PkgConfigCLI & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `PkgConfigCLI` has no attribute `pkgbin_version`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `export_dynamic_args` is not defined on `None` in union `DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DynamicLinker | None`

unittests/rewritetests.py

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

unittests/windowstests.py

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

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

docs/scripts/clirecording/clidirector.py

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

examples/contrib/jsondump.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | <class 'dict'>] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((t) -> int)] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((addr) -> dict[str, Unknown])] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((ms) -> list[dict[str, Unknown | bytes | int]])]`, found `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((s: Buffer, altchars: Buffer | None = None) -> bytes)]`
[error] not-iterable - Object of type `Unknown | None | list[dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements] | dict[str, Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 3 union elements]]` may not be iterable
[error] not-iterable - Object of type `None | list[dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | <class 'dict'>] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((t) -> int)] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((addr) -> dict[str, Unknown])] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((ms) -> list[dict[str, Unknown | bytes | int]])]]` may not be iterable
[error] not-iterable - Object of type `Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 6 union elements` may not be iterable
[error] not-iterable - Object of type `tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | ... omitted 5 union elements` may not be iterable
[error] unresolved-attribute - Attribute `acquire` is not defined on `None` in union `Unknown | None | LockType`
[error] unresolved-attribute - Attribute `acquire` is not defined on `None` in union `None | LockType`
[error] unresolved-attribute - Attribute `release` is not defined on `None` in union `Unknown | None | LockType`
[error] unresolved-attribute - Attribute `release` is not defined on `None` in union `None | LockType`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `str | bytes`, found `None | Unknown`

examples/contrib/search.py

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

examples/contrib/webscanner_helper/proxyauth_selenium.py

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

examples/contrib/webscanner_helper/test_proxyauth_selenium.py

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

mitmproxy/contrib/wbxml/ASWBXML.py

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

test/mitmproxy/addons/test_tlsconfig.py

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

test/mitmproxy/addons/test_view.py

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

test/mitmproxy/proxy/layers/quic/test__stream_layers.py

[error] unresolved-attribute - Attribute `datagrams_to_send` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `datagrams_to_send` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `next_event` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `next_event` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `send_datagram_frame` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `send_datagram_frame` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `next_event` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `next_event` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tls` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tls` is not defined on `None` in union `None | Unknown`

test/mitmproxy/proxy/test_layer.py

[error] invalid-assignment - Object of type `bound method Self@state_foo.state_bar(event: Event) -> Generator[Command, Any, None]` is not assignable to attribute `state` of type `(self, event: Event) -> Generator[Command, Any, None]`

test/mitmproxy/proxy/tutils.py

[error] invalid-return-type - Return type does not match returned value: expected `T@_Placeholder`, found `Unknown | None | T@_Placeholder`
[error] invalid-return-type - Return type does not match returned value: expected `T@_Placeholder`, found `None | T@_Placeholder`
[error] invalid-return-type - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `Unknown | None | AnyStr@_AnyStrPlaceholder`
[error] invalid-return-type - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `None | AnyStr@_AnyStrPlaceholder`

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

mkdocs/plugins.py

[error] unresolved-attribute - Attribute `__get__` is not defined on `(Any, /, *args: P@CombinedEvent.args, **kwargs: P@CombinedEvent.kwargs) -> T@CombinedEvent` in union `Unknown | ((Any, /, *args: P@CombinedEvent.args, **kwargs: P@CombinedEvent.kwargs) -> T@CombinedEvent)`
[error] unresolved-attribute - Object of type `(Any, /, *args: P@CombinedEvent.args, **kwargs: P@CombinedEvent.kwargs) -> T@CombinedEvent` has no attribute `__get__`

mkdocs/structure/files.py

[error] unresolved-attribute - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]`
[error] unresolved-attribute - Object of type `int` has no attribute `value`

mkdocs/tests/config/config_options_legacy_tests.py

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

mkdocs/tests/config/config_options_tests.py

[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | _IpAddressValue` does not match asserted type `_IpAddressValue`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | list[int]` does not match asserted type `list[int]`
[error] type-assertion-failure - Type `Unknown | list[int]` does not match asserted type `list[int]`
[error] type-assertion-failure - Type `Unknown | list[str] | None` does not match asserted type `list[str] | None`
[error] type-assertion-failure - Type `Unknown | list[int | None]` does not match asserted type `list[int | None]`
[error] type-assertion-failure - Type `Unknown | list[ExtraScriptValue | str]` does not match asserted type `list[ExtraScriptValue | str]`
[error] type-assertion-failure - Type `Unknown | list[ExtraScriptValue | str]` does not match asserted type `list[ExtraScriptValue | str]`
[error] type-assertion-failure - Type `Unknown | dict[str, int]` does not match asserted type `dict[str, int]`
[error] type-assertion-failure - Type `Unknown | dict[str, int]` does not match asserted type `dict[str, int]`
[error] type-assertion-failure - Type `Unknown | dict[str, str] | None` does not match asserted type `dict[str, str] | None`
[error] type-assertion-failure - Type `Unknown | dict[str, int | None]` does not match asserted type `dict[str, int | None]`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | list[str]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `Unknown | list[str]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `Unknown | Theme` does not match asserted type `Theme`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | Sub` does not match asserted type `Sub`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | list[Sub]` does not match asserted type `list[Sub]`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | list[Sub] | None` does not match asserted type `list[Sub] | None`
[error] type-assertion-failure - Type `Unknown | int | None` does not match asserted type `int | None`
[error] type-assertion-failure - Type `Unknown | list[Sub]` does not match asserted type `list[Sub]`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`
[error] type-assertion-failure - Type `Unknown | list[Sub]` does not match asserted type `list[Sub]`
[error] type-assertion-failure - Type `Unknown | list[str]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `Unknown | dict[str, dict[Unknown, Unknown]]` does not match asserted type `dict[str, dict[Unknown, Unknown]]`
[error] type-assertion-failure - Type `Unknown | PluginCollection` does not match asserted type `PluginCollection`
[error] type-assertion-failure - Type `Unknown | BasePlugin[Unknown]` does not match asserted type `BasePlugin[Unknown]`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`
[error] type-assertion-failure - Type `Unknown | str | None` does not match asserted type `str | None`
[error] type-assertion-failure - Type `Unknown | list[str]` does not match asserted type `list[str]`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`

mkdocs/tests/plugin_tests.py

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

mkdocs/tests/utils/templates_tests.py

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

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

gridfs/asynchronous/grid_file.py

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

gridfs/synchronous/grid_file.py

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

pymongo/asynchronous/bulk.py

[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`

pymongo/asynchronous/client_bulk.py

[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`

pymongo/asynchronous/client_session.py

[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `last_use` on type `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `inc_transaction_id` is not defined on `None` in union `Any | None | _ServerSession`

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]`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/asynchronous/database.py

[error] invalid-assignment - Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary` is not assignable to `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/asynchronous/encryption.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncCollection[Mapping[str, Any]]`, found `Unknown | AsyncCollection[Unknown] | Collection[Unknown] | AsyncCollection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncCollection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | AsyncCollection[_DocumentTypeArg@__init__]`

pymongo/asynchronous/mongo_client.py

[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `Unknown | TransactionOptions | None`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `TransactionOptions | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Any | None | _ServerSession`

pymongo/asynchronous/pool.py

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

pymongo/asynchronous/server.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-await - `CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `AsyncMongoClient[Any]`
[error] invalid-assignment - Object of type `AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`

pymongo/message.py

[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to function `_maybe_add_read_preference` is incorrect: Expected `MutableMapping[str, Any]`, found `(Unknown & Top[MutableMapping[Unknown, Unknown]]) | (Mapping[str, Any] & Top[MutableMapping[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `_maybe_add_read_preference` is incorrect: Expected `MutableMapping[str, Any]`, found `Mapping[str, Any] & Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`

pymongo/operations.py

[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`

pymongo/pyopenssl_context.py

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

pymongo/synchronous/bulk.py

[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[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]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `(Unknown & ~None) | CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, None]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any] | None`, found `Unknown | CoroutineType[Any, Any, None] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any] | None`, found `CoroutineType[Any, Any, None] | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, Any], list[Mapping[str, Any]]]`, found `tuple[Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any], list[Mapping[str, Any]]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, Any], list[Mapping[str, Any]]]`, found `tuple[CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any], list[Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`

pymongo/synchronous/client_bulk.py

[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any] | dict[str, Exception]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any] | dict[str, Exception]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `(Unknown & ~None) | CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`

pymongo/synchronous/client_session.py

[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `last_use` on type `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `session_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `transaction_id` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `inc_transaction_id` is not defined on `None` in union `Any | None | _ServerSession`

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]`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/synchronous/database.py

[error] invalid-assignment - Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
[error] invalid-assignment - Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary` is not assignable to `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/synchronous/encryption.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `Unknown | AsyncCollection[Unknown] | Collection[Unknown] | Collection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | Collection[_DocumentTypeArg@__init__]`

pymongo/synchronous/mongo_client.py

[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Any | None | _ServerSession`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `Unknown | TransactionOptions | None`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `TransactionOptions | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[error] unresolved-attribute - Attribute `mark_dirty` is not defined on `None` in union `Any | None | _ServerSession`

pymongo/synchronous/pool.py

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

pymongo/synchronous/server.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["firstBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["nextBatch"]` and value of type `list[MutableMapping[str, Any] | RawBSONDocument]` on object of type `dict[str, Int64 | str]`
[error] invalid-argument-type - Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | Unknown | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, Any], str]`, found `tuple[dict[str, Any] | Unknown | CoroutineType[Any, Any, dict[str, Any]], str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, Any], str]`, found `tuple[dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]], str]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `MongoClient[Any]`
[error] invalid-assignment - Object of type `AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`

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

mypy/build.py

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

mypy/dmypy_server.py

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

mypy/modulefinder.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, tuple[str, ...]]`, found `dict[str, tuple[PathLike[PathLike[Never] | str] | str, ...] | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, tuple[str, ...]]`, found `dict[str, tuple[PathLike[PathLike[Never] | str] | str, ...]]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | bool | Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | bool`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to function `os_path_join` is incorrect: Expected `str`, found `Unknown | PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to function `os_path_join` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to function `os_path_join` is incorrect: Expected `str`, found `Unknown | PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to function `os_path_join` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `_find_module_non_stub_helper` is incorrect: Expected `str`, found `Unknown | PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `_find_module_non_stub_helper` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `Unknown | tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`

mypy/nativeparse.py

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

mypy/plugins/singledispatch.py

[error] invalid-argument-type - Argument is incorrect: Expected `CallableType`, found `Unknown | Type`
[error] invalid-argument-type - Argument is incorrect: Expected `CallableType`, found `Type`
[error] invalid-argument-type - Argument is incorrect: Expected `Instance`, found `Unknown | Type`
[error] invalid-argument-type - Argument is incorrect: Expected `Instance`, found `Type`

mypy/strconv.py

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

mypy/types.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Type` on object of type `dict[TypeVarId, TupleType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `TypeVarId` and value of type `Type` on object of type `dict[TypeVarId, TupleType]`

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

nox/registry.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__name__`

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

openlibrary/accounts/__init__.py

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

openlibrary/book_providers.py

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

openlibrary/catalog/marc/marc_binary.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int` and `Literal["\u{fe20}"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int` and `Literal["\u{fe20}"]`

openlibrary/core/olmarkdown.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int` and value of type `LineBreaksPreprocessor` on object of type `list[HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `LineBreaksPreprocessor` on object of type `list[HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor]`

openlibrary/plugins/books/code.py

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

openlibrary/plugins/books/readlinks.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `OpenLibraryEdition | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `OpenLibraryEdition | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `OpenLibraryEdition | None`
[error] invalid-argument-type - Argument to function `get_solr_fields_for_works` is incorrect: Expected `list[str]`, found `Unknown | dict[str, dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `get_solr_fields_for_works` is incorrect: Expected `list[str]`, found `dict[str, dict[Unknown, Unknown]]`

openlibrary/plugins/books/tests/test_dynlinks.py

[error] invalid-method-override - Invalid override of method `get_many`: Definition is incompatible with `Solr.get_many`

openlibrary/plugins/openlibrary/lists.py

[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`
[error] invalid-argument-type - Argument to function `load` is incorrect: Expected `Literal["json", "yaml"]`, found `str`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`
[error] invalid-argument-type - Argument to function `load` is incorrect: Expected `Literal["json", "yaml"]`, found `str`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `Literal["json", "yml"]`, found `str`

openlibrary/tests/core/test_connections.py

[error] unresolved-attribute - Attribute `docs` is not defined on `Connection`, `ConnectionMiddleware` in union `Unknown | Connection | ConnectionMiddleware`
[error] unresolved-attribute - Object of type `Connection | ConnectionMiddleware` has no attribute `docs`
[error] unresolved-attribute - Attribute `docs` is not defined on `Connection`, `ConnectionMiddleware` in union `Unknown | Connection | ConnectionMiddleware`
[error] unresolved-attribute - Object of type `Connection | ConnectionMiddleware` has no attribute `docs`

openlibrary/tests/core/test_processors_invalidation.py

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

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

ops/_private/harness.py

[warning] unsupported-base - Unsupported class base with type `type[Unknown] | <class 'property'>`
[warning] unsupported-base - Unsupported class base with type `Unknown | type[CharmType@Harness]`
[warning] unsupported-base - Unsupported class base with type `type[CharmType@Harness]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, str]`, found `Unknown | dict[str, str] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, str]`, found `dict[str, str] | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Mapping[Any, Any], Mapping[Any, Any]]`, found `Unknown | tuple[Mapping[str, Any], Any] | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Mapping[Any, Any], Mapping[Any, Any]]`, found `tuple[Mapping[str, Any], Any] | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `str | None`

ops/lib/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bool`
[error] unresolved-attribute - Attribute `exec_module` is not defined on `None` in union `Unknown | Loader | None`
[error] unresolved-attribute - Attribute `exec_module` is not defined on `None` in union `Loader | None`

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

optuna/_transform.py

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

optuna/_gp/optim_sample.py

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

optuna/_gp/search_space.py

[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `_ScaleType`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `_ScaleType`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_round_one_normalized_param` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`

optuna/importance/_ped_anova/evaluator.py

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

optuna/pruners/_hyperband.py

[warning] division-by-zero - Cannot reduce object of type `int` modulo zero

optuna/samplers/nsgaii/_elite_population_selection_strategy.py

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

optuna/storages/_rdb/alembic/versions/v1.3.0.a.py

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

optuna/storages/_rdb/alembic/versions/v3.0.0.a.py

[error] invalid-assignment - Object of type `str` is not assignable to attribute `distribution_json` of type `Column[str]`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `distribution_json` of type `Column[str]`
[error] invalid-argument-type - Argument to function `migrate_new_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `migrate_new_distribution` is incorrect: Expected `str`, found `Column[str]`
[error] invalid-argument-type - Argument to function `restore_old_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `restore_old_distribution` is incorrect: Expected `str`, found `Column[str]`

optuna/storages/_rdb/alembic/versions/v3.0.0.c.py

[error] invalid-declaration - Cannot declare type `int | float` for inferred type `float | (Unknown & ~None) | Column[int | float]`
[error] invalid-declaration - Cannot declare type `int | float` for inferred type `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `intermediate_value_to_stored_repr` is incorrect: Expected `int | float`, found `float | (Unknown & ~None) | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `intermediate_value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`

optuna/storages/_rdb/alembic/versions/v3.0.0.d.py

[error] invalid-declaration - Cannot declare type `int | float` for inferred type `float | Unknown | Column[int | float]`
[error] invalid-declaration - Cannot declare type `int | float` for inferred type `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Unknown | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`

optuna/storages/_rdb/storage.py

[error] invalid-assignment - Object of type `Any | Column[Unknown]` is not assignable to attribute `_trial_id` on type `FrozenTrial & ~AlwaysFalsy`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `Any | Column[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Unknown | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `Any | Column[str]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Any | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Any | Column[str], Any]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Any | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Any | Column[str], Any]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Any | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Any | Column[str], Any]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Any | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `dict[Any | Column[str], Any]`
[error] invalid-assignment - Object of type `Unknown | Column[Unknown]` is not assignable to attribute `number` on type `FrozenTrial & ~AlwaysFalsy`
[error] invalid-assignment - Object of type `Any | Column[Unknown]` is not assignable to attribute `number` on type `FrozenTrial & ~AlwaysFalsy`
[error] invalid-assignment - Object of type `Unknown | Column[Unknown]` is not assignable to attribute `datetime_start` on type `FrozenTrial & ~AlwaysFalsy`
[error] invalid-assignment - Object of type `Any | Column[Unknown]` is not assignable to attribute `datetime_start` on type `FrozenTrial & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_param_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_param_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]`
[error] invalid-argument-type - Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Any | Column[str]`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Unknown | Column[int | float]`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Any | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Unknown | ColumnElement[bool]`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `Any | ColumnElement[bool]`

optuna/study/_multi_objective.py

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

optuna/visualization/_pareto_front.py

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

optuna/visualization/_rank.py

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

tests/gp_tests/test_search_space.py

[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `_ScaleType`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `_unnormalize_one_param` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`

tests/storages_tests/rdb_tests/test_models.py

[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`

tests/storages_tests/rdb_tests/test_storage.py

[error] invalid-assignment - Object of type `Literal[11]` is not assignable to attribute `schema_version` on type `Unknown | VersionInfoModel`
[error] invalid-assignment - Invalid assignment to data descriptor attribute `schema_version` on type `VersionInfoModel` with custom `__set__` method

tests/study_tests/test_study.py

[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[int | float]`, found `list[int | float] | None`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_all_trials` on type `Unknown | BaseStorage`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_all_trials` of type `def get_all_trials(self, study_id: int, deepcopy: bool = True, states: Container[TrialState] | None = None) -> list[FrozenTrial]`

tutorial/20_recipes/005_user_defined_sampler.py

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

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

paasta_tools/adhoc_tools.py

[error] invalid-assignment - Object of type `dict[str, str | None]` is not assignable to attribute `branch_dict` on type `Unknown | AdhocJobConfig`

paasta_tools/api/tweens/auth.py

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

paasta_tools/cli/cmds/local_run.py

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

paasta_tools/config_utils.py

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

paasta_tools/kubernetes/application/controller_wrappers.py

[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_iam_role` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_iam_role` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_iam_role` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_iam_role` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `config_dict` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `config_dict` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_bounce_margin_factor` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_bounce_margin_factor` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `config_dict` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `config_dict` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_unhealthy_pod_eviction_policy` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_unhealthy_pod_eviction_policy` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_autoscaling_metric_spec` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_autoscaling_metric_spec` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `cluster` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `cluster` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - Attribute `get_namespace` is not defined on `None` in union `None | KubernetesDeploymentConfig`

paasta_tools/setup_kubernetes_job.py

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

paasta_tools/tron_tools.py

[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `Any | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["SCS_CONF_STR"]` and value of type `Unknown | str | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["SCS_CONF_STR"]` and value of type `str | None` on object of type `dict[str, str]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | dict[str, str]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `None | dict[str, str]`
[error] invalid-argument-type - Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `None | dict[str, str]`

paasta_tools/utils.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-return-type - Return type does not match returned value: expected `BranchDictV1`, found `Unknown | BranchDictV1 | dict[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `BranchDictV1`, found `BranchDictV1 | dict[Unknown, Unknown]`

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

pandas/core/apply.py

[error] invalid-argument-type - Argument to bound method `normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `(Unknown & NDFrame) | Series | DataFrame | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `Series | DataFrame | (GroupBy[Unknown] & NDFrame) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
[error] invalid-argument-type - Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`

pandas/core/computation/ops.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | Iterable[Term | Op]`
[error] no-matching-overload - No overload of bound method `join` matches arguments

pandas/core/computation/pytables.py

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

pandas/core/dtypes/dtypes.py

[error] invalid-assignment - Object of type `Unknown | str` is not assignable to `Literal["left", "right", "both", "neither"] | None`
[error] invalid-assignment - Object of type `str | Any` is not assignable to `Literal["left", "right", "both", "neither"] | None`

pandas/core/frame.py

[error] invalid-method-override - Invalid override of method `kurtosis`: Definition is incompatible with `NDFrame.kurtosis`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | int | slice[Any, Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | list[int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `nonzero` is not defined on `int` in union `(Unknown & ~slice[object, object, object]) | int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Attribute `nonzero` is not defined on `int` in union `int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `_ixs` is incorrect: Expected `int`, found `Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `_ixs` is incorrect: Expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Hashable & ~None) | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | Index`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`

pandas/core/groupby/groupby.py

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

pandas/core/groupby/grouper.py

[error] unresolved-attribute - Attribute `categories` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `categories` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `ordered` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `ordered` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`

pandas/core/indexes/multi.py

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

pandas/core/interchange/column.py

[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_pa_array`
[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_pa_array`
[error] unresolved-attribute - Attribute `_data` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - Attribute `_ndarray` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_pa_array`
[error] unresolved-attribute - Attribute `_mask` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_mask`

pandas/core/internals/managers.py

[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype | None | Unknown` is not assignable to `dtype[Any] | None`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype | None` is not assignable to `dtype[Any] | None`

pandas/core/methods/describe.py

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

pandas/core/methods/selectn.py

[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | Index`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`

pandas/core/resample.py

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

pandas/core/reshape/reshape.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~slice[object, object, object]) | int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/core/window/ewm.py

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

pandas/io/common.py

[error] unresolved-attribute - Attribute `namelist` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `namelist` is not defined on `BytesIO` in union `BytesIO | ZipFile`
[error] invalid-argument-type - Argument to bound method `read` is incorrect: Expected `int | None`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `read` is incorrect: Expected `int | None`, found `str`
[error] unresolved-attribute - Attribute `getnames` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - Attribute `getnames` is not defined on `BytesIO` in union `BytesIO | TarFile`
[error] unresolved-attribute - Attribute `extractfile` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - Attribute `extractfile` is not defined on `BytesIO` in union `BytesIO | TarFile`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Unknown & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Unknown & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
[error] unresolved-attribute - Attribute `addfile` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - Attribute `addfile` is not defined on `BytesIO` in union `BytesIO | TarFile`
[error] unresolved-attribute - Attribute `filename` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `filename` is not defined on `BytesIO` in union `BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `filename` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `filename` is not defined on `BytesIO` in union `BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `writestr` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - Attribute `writestr` is not defined on `BytesIO` in union `BytesIO | ZipFile`

pandas/io/excel/_base.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | date, str | None]`, found `tuple[(Unknown & date) | int | float | Decimal | str, None | Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | date, str | None]`, found `tuple[(Unknown & date) | int | float | Decimal | str, None | str]`

pandas/io/formats/csvs.py

[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | (int & ~AlwaysFalsy) | Literal[0]`
[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `int`

pandas/io/formats/style.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Any | None | dict[str, str]`

pandas/io/formats/style_render.py

[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `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`

pandas/io/json/_json.py

[warning] possibly-unresolved-reference - Name `obj` used when possibly not defined
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`

pandas/io/json/_table_schema.py

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

pandas/io/parsers/arrow_parser_wrapper.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~None) | range`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `range | (Unknown & ~None)`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`

pandas/io/parsers/c_parser_wrapper.py

[error] not-iterable - Object of type `Unknown | None | Sequence[Hashable]` may not be iterable
[error] not-iterable - Object of type `None | Sequence[Hashable] | Unknown` may not be iterable
[error] invalid-argument-type - Argument to bound method `_set_noconvert_dtype_columns` is incorrect: Expected `Sequence[Hashable]`, found `Unknown | None | Sequence[Hashable]`
[error] invalid-argument-type - Argument to bound method `_set_noconvert_dtype_columns` is incorrect: Expected `Sequence[Hashable]`, found `None | Sequence[Hashable] | Unknown`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[str]`, found `Unknown | None | Sequence[Hashable]`
[error] invalid-argument-type - Argument to function `_concatenate_chunks` is incorrect: Expected `list[str]`, found `None | Sequence[Hashable] | Unknown`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `_filter_usecols` is incorrect: Argument type `Unknown | None | Sequence[Hashable]` does not satisfy upper bound `Sequence[Hashable]` of type variable `SequenceT`
[error] invalid-argument-type - Argument to function `_filter_usecols` is incorrect: Argument type `None | Sequence[Hashable] | Unknown` does not satisfy upper bound `Sequence[Hashable]` of type variable `SequenceT`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`

pandas/io/parsers/python_parser.py

[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[int] | list[Unknown] | Unknown | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `Unknown | list[int] | list[Unknown] | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[int] | list[Unknown] | Unknown | list[int | integer[Any]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | ReadCsvBuffer[str]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `ReadCsvBuffer[str]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | ReadCsvBuffer[str]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `ReadCsvBuffer[str]`

pandas/io/parsers/readers.py

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

pandas/io/pytables.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | None | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | Literal[0]` and `int | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | int` and `int | None`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None | Literal[0]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray) | (Unknown & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] unresolved-attribute - Attribute `asi8` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray) | (Unknown & ~BaseStringArray)`
[error] unresolved-attribute - Attribute `asi8` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] unresolved-attribute - Attribute `tz` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray) | (Unknown & ~BaseStringArray)`
[error] unresolved-attribute - Attribute `tz` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray) | (Unknown & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["description"]` and value of type `dict[Unknown | str, Unknown | None]` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["description"]` and value of type `dict[str, Unknown | None]` on object of type `dict[str, str | int]`

pandas/io/sas/sas_xport.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `str` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[warning] division-by-zero - Cannot floor divide object of type `int` by zero
[warning] division-by-zero - Cannot floor divide object of type `int` by zero

pandas/io/stata.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | (Unknown & PathLike[object]) | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | (Unknown & PathLike[object]) | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`

pandas/plotting/_matplotlib/boxplot.py

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

pandas/plotting/_matplotlib/core.py

[error] not-iterable - Object of type `Unknown | list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
[error] not-iterable - Object of type `list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | tuple[Unknown, ...] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bool | tuple[Unknown, ...] | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bool | tuple[Unknown, ...] | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[Unknown] | tuple[Unknown, ...] | None` and `(Unknown & ~None) | list[Unknown] | tuple[Unknown, ...]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[Unknown] | tuple[Unknown, ...] | None` and `list[Unknown] | tuple[Unknown, ...]`
[error] invalid-argument-type - Argument to function `format_dateaxis` is incorrect: Expected `DatetimeIndex | PeriodIndex`, found `Unknown | Index`
[error] invalid-argument-type - Argument to function `format_dateaxis` is incorrect: Expected `DatetimeIndex | PeriodIndex`, found `Index`

pandas/plotting/_matplotlib/timeseries.py

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

pandas/tests/arithmetic/test_numeric.py

[error] unresolved-attribute - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `to_period`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `swaplevel` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `swaplevel`

pandas/tests/arrays/test_datetimelike.py

[error] unresolved-attribute - Attribute `round` is not defined on `PeriodArray` in union `Unknown | DatetimeArray | PeriodArray | TimedeltaArray`
[error] unresolved-attribute - Attribute `round` is not defined on `PeriodArray` in union `DatetimeArray | PeriodArray | TimedeltaArray`
[error] unresolved-attribute - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `DatetimeIndex`, `TimedeltaIndex` in union `Unknown | PeriodIndex | DatetimeIndex | TimedeltaIndex`
[error] unresolved-attribute - Attribute `to_timestamp` is not defined on `DatetimeIndex`, `TimedeltaIndex` in union `PeriodIndex | DatetimeIndex | TimedeltaIndex`

pandas/tests/frame/methods/test_align.py

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

pandas/tests/frame/methods/test_at_time.py

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

pandas/tests/frame/methods/test_between_time.py

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

pandas/tests/frame/methods/test_describe.py

[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`

pandas/tests/frame/methods/test_drop.py

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

pandas/tests/frame/methods/test_info.py

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

pandas/tests/frame/methods/test_join.py

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

pandas/tests/frame/methods/test_reindex.py

[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`

pandas/tests/frame/methods/test_reset_index.py

[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `codes` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `codes`

pandas/tests/frame/methods/test_set_index.py

[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `tz_convert` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz_convert`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`

pandas/tests/frame/methods/test_sort_index.py

[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_lexsort_depth`
[error] unresolved-attribute - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_lexsort_depth`
[error] unresolved-attribute - Attribute `reorder_categories` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `reorder_categories`
[error] unresolved-attribute - Attribute `categories` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `categories`

pandas/tests/frame/methods/test_to_period.py

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

pandas/tests/frame/methods/test_tz_convert.py

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

pandas/tests/frame/methods/test_tz_localize.py

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

pandas/tests/frame/test_constructors.py

[error] unresolved-attribute - Attribute `unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `unit`

pandas/tests/frame/test_query_eval.py

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

pandas/tests/frame/test_stack_unstack.py

[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Index | Unknown`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Index | Unknown`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`

pandas/tests/groupby/aggregate/test_aggregate.py

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

pandas/tests/groupby/aggregate/test_other.py

[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`

pandas/tests/groupby/methods/test_nth.py

[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`

pandas/tests/groupby/methods/test_value_counts.py

[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`

pandas/tests/groupby/test_apply.py

[error] unresolved-attribute - Attribute `date` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `date`
[error] unresolved-attribute - Attribute `date` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `date`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`

pandas/tests/groupby/test_categorical.py

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

pandas/tests/groupby/test_groupby.py

[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`

pandas/tests/groupby/test_timegrouper.py

[error] unresolved-attribute - Attribute `unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `unit`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`

pandas/tests/indexes/datetimes/test_partial_slicing.py

[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `resolution` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `resolution`

pandas/tests/indexes/multi/test_analytics.py

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

pandas/tests/indexes/multi/test_drop.py

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

pandas/tests/indexes/multi/test_sorting.py

[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_lexsort_depth`
[error] unresolved-attribute - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_is_lexsorted`
[error] unresolved-attribute - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_lexsort_depth`

pandas/tests/indexes/period/test_period.py

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

pandas/tests/indexes/test_engines.py

[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `Unknown | bool`
[error] unresolved-attribute - Attribute `all` is not defined on `bool` in union `bool | Any`

pandas/tests/indexing/multiindex/test_loc.py

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

pandas/tests/indexing/multiindex/test_slice.py

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

pandas/tests/indexing/multiindex/test_sorted.py

[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `set_codes` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_codes`

pandas/tests/indexing/test_datetime.py

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

pandas/tests/indexing/test_loc.py

[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz_localize`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`

pandas/tests/io/excel/test_readers.py

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

pandas/tests/io/excel/test_writers.py

[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`

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

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

pandas/tests/io/json/test_pandas.py

[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`

pandas/tests/io/json/test_ujson.py

[error] invalid-assignment - Object of type `O2` is not assignable to attribute `member` of type `int`
[error] unresolved-attribute - Unresolved attribute `member` on type `int`

pandas/tests/io/parser/test_parse_dates.py

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

pandas/tests/io/pytables/test_append.py

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

pandas/tests/io/pytables/test_categorical.py

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

pandas/tests/io/pytables/test_round_trip.py

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

pandas/tests/io/pytables/test_time_series.py

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

pandas/tests/io/pytables/test_timezones.py

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

pandas/tests/io/test_parquet.py

[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`

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 `Unknown | str | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `str | None`
[error] unresolved-attribute - Attribute `freqstr` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freqstr`

pandas/tests/io/test_stata.py

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

pandas/tests/plotting/test_boxplot_method.py

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

pandas/tests/plotting/test_datetimelike.py

[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `to_period`
[error] unresolved-attribute - Attribute `inferred_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `inferred_freq`
[error] unresolved-attribute - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `to_period`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`

pandas/tests/plotting/test_hist_method.py

[error] invalid-argument-type - Argument to bound method `hist_frame` is incorrect: Expected `tuple[int, int] | None`, found `tuple[Literal[1]]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[int, int] | None`, found `tuple[Literal[1]]`
[error] invalid-argument-type - Argument to bound method `hist_frame` is incorrect: Expected `tuple[int, int] | None`, found `Literal["default"]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[int, int] | None`, found `Literal["default"]`

pandas/tests/resample/test_base.py

[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Index | Unknown`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`
[error] invalid-argument-type - Argument to function `_asfreq_compat` is incorrect: Argument type `Index` does not satisfy constraints (`DatetimeIndex`, `PeriodIndex`, `TimedeltaIndex`) of type variable `FreqIndexT`

pandas/tests/resample/test_datetime_index.py

[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `normalize` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `normalize`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`

pandas/tests/resample/test_period_index.py

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

pandas/tests/resample/test_resample_api.py

[error] invalid-assignment - Object of type `Day` is not assignable to attribute `freq` on type `Unknown | Index`
[error] unresolved-attribute - Unresolved attribute `freq` on type `Index`

pandas/tests/reshape/concat/test_concat.py

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

pandas/tests/reshape/concat/test_dataframe.py

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

pandas/tests/reshape/concat/test_datetimes.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `freq` on type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `freq` on type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`

pandas/tests/reshape/merge/test_merge_asof.py

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

pandas/tests/reshape/merge/test_multi.py

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

pandas/tests/reshape/test_melt.py

[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `set_levels`

pandas/tests/reshape/test_pivot.py

[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`
[error] unresolved-attribute - Attribute `day` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `day`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `day_of_year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `day_of_year`
[error] unresolved-attribute - Attribute `day_of_year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `day_of_year`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`
[error] unresolved-attribute - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `month`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`
[error] unresolved-attribute - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `year`

pandas/tests/series/indexing/test_setitem.py

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

pandas/tests/series/methods/test_align.py

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

pandas/tests/series/methods/test_drop.py

[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`
[error] unresolved-attribute - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `freq`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`

pandas/tests/series/methods/test_reset_index.py

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

pandas/tests/series/methods/test_tz_localize.py

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

pandas/tests/series/methods/test_unstack.py

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

pandas/tests/series/test_constructors.py

[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[error] unresolved-attribute - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz`

pandas/tests/test_algos.py

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

pandas/tests/tseries/holiday/test_holiday.py

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

pandas/tests/window/test_rolling.py

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

pandas/tests/window/test_timeseries_window.py

[error] unresolved-attribute - Attribute `day` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `Index` has no attribute `day`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `str | None`, found `Unknown | Index`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `str | None`, found `Index`

pandas/tseries/holiday.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`

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

pandera/api/pandas/array.py

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

pandera/api/pandas/components.py

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

pandera/api/xarray/model.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `dtype`
[error] unresolved-attribute - Attribute `dtype` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `dtype`
[error] unresolved-attribute - Attribute `dims` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `dims`
[error] unresolved-attribute - Attribute `sizes` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `sizes`
[error] unresolved-attribute - Attribute `shape` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `shape`
[error] unresolved-attribute - Attribute `coerce` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `coerce`
[error] unresolved-attribute - Attribute `ordered_dims` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `ordered_dims`
[error] unresolved-attribute - Attribute `attrs` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `attrs`
[error] unresolved-attribute - Attribute `name` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `name`
[error] unresolved-attribute - Attribute `coerce` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `coerce`
[error] unresolved-attribute - Attribute `nullable` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `nullable`
[error] unresolved-attribute - Attribute `strict_coords` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict_coords`
[error] unresolved-attribute - Attribute `strict_attrs` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict_attrs`
[error] unresolved-attribute - Attribute `chunked` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `chunked`
[error] unresolved-attribute - Attribute `array_type` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `array_type`
[error] unresolved-attribute - Attribute `dims` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `dims`
[error] unresolved-attribute - Attribute `ordered_dims` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `ordered_dims`
[error] unresolved-attribute - Attribute `sizes` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `sizes`
[error] unresolved-attribute - Attribute `attrs` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `attrs`
[error] unresolved-attribute - Attribute `strict` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict`
[error] unresolved-attribute - Attribute `strict_coords` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict_coords`
[error] unresolved-attribute - Attribute `strict_attrs` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict_attrs`
[error] unresolved-attribute - Attribute `name` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `name`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `Unknown | None | (tuple[Any, ...] & ~AlwaysFalsy & ~AlwaysTruthy) | <special-form 'typing.Any'> | (type & ~type[Top[SeriesBase[Unknown]]])`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `None | Any | tuple[Any, ...] | type`
[error] unresolved-attribute - Attribute `to_schema` is not defined on `tuple[Any, ...] & ~AlwaysFalsy & ~AlwaysTruthy`, `<special-form 'typing.Any'>`, `type & ~type[Top[SeriesBase[Unknown]]]` in union `(Unknown & ~None) | (tuple[Any, ...] & ~AlwaysFalsy & ~AlwaysTruthy) | <special-form 'typing.Any'> | (type & ~type[Top[SeriesBase[Unknown]]])`
[error] unresolved-attribute - Attribute `to_schema` is not defined on `tuple[Any, ...]`, `type` in union `(Any & ~None) | tuple[Any, ...] | type`
[error] unresolved-attribute - Attribute `attrs` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `attrs`
[error] unresolved-attribute - Attribute `strict` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `strict`
[error] unresolved-attribute - Attribute `name` is not defined on `type` in union `Unknown | type`
[error] unresolved-attribute - Object of type `type` has no attribute `name`

pandera/backends/pandas/hypotheses.py

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

pandera/backends/xarray/container.py

[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `model_fields` is not defined on `dict[str, Any]` in union `(Unknown & ~None) | dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `model_fields` is not defined on `dict[str, Any]` in union `dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `keys` is not defined on `type[BaseModel]` in union `(Unknown & ~None) | dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `keys` is not defined on `type[BaseModel]` in union `dict[str, Any] | type[BaseModel]`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `model_fields` is not defined on `dict[str, Any]` in union `(Unknown & ~None) | dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `model_fields` is not defined on `dict[str, Any]` in union `dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `keys` is not defined on `type[BaseModel]` in union `(Unknown & ~None) | dict[str, Any] | type[BaseModel]`
[error] unresolved-attribute - Attribute `keys` is not defined on `type[BaseModel]` in union `dict[str, Any] | type[BaseModel]`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `_validate_attrs_with_pydantic` is incorrect: Expected `type`, found `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `items` is not defined on `type[BaseModel] & ~AlwaysFalsy` in union `(dict[str, Any] & ~AlwaysFalsy) | (type[BaseModel] & ~AlwaysFalsy)`

tests/pandas/test_schemas.py

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

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

paroxython/recommend_programs.py

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

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

parso/python/pep8.py

[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `get_latest_suite_node` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `bracket_indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `bracket_indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `get_latest_suite_node` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `parent` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[error] unresolved-attribute - Attribute `indentation` is not defined on `None` in union `IndentationNode | Unknown | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `None | Unknown`

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

src/pip/_internal/metadata/importlib/_dists.py

[warning] redundant-cast - Value is already of type `Message[str, str]`

src/pip/_internal/models/installation_report.py

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

src/pip/_vendor/dependency_groups/_implementation.py

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

src/pip/_internal/index/collector.py

[error] unresolved-attribute - Attribute `method` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `method` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | Unknown`

src/pip/_internal/metadata/pkg_resources.py

[error] unresolved-attribute - Attribute `path` is not defined on `IResourceProvider & ~AlwaysFalsy`, `EmptyProvider` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] unresolved-attribute - Object of type `IResourceProvider | EmptyProvider` has no attribute `path`

src/pip/_internal/network/auth.py

[error] invalid-argument-type - Argument to bound method `_get_new_credentials` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_get_new_credentials` is incorrect: Expected `str`, found `None | Unknown`
[error] unresolved-attribute - Attribute `release_conn` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `release_conn` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[400]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[400]`

src/pip/_internal/network/utils.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[400]` and `None | Unknown`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[500]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[500]` and `None | Unknown`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[600]`
[error] unresolved-attribute - Attribute `stream` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `stream` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | Unknown`

src/pip/_internal/operations/prepare.py

[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `file_path` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `file_path` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `file_path` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `file_path` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_vcs` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_vcs` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `Link | None`
[error] invalid-argument-type - Argument to bound method `_fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Unknown | Link | None`
[error] invalid-argument-type - Argument to bound method `_fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Link | None`
[error] unresolved-attribute - Attribute `metadata_link` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `metadata_link` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Link | None`
[error] invalid-argument-type - Argument to function `_check_download_dir` is incorrect: Expected `Link`, found `Unknown | Link | None`
[error] invalid-argument-type - Argument to function `_check_download_dir` is incorrect: Expected `Link`, found `Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - Attribute `is_existing_dir` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Link | None`
[error] invalid-argument-type - Argument to function `unpack_url` is incorrect: Expected `Link`, found `(Unknown & ~AlwaysFalsy) | Link | None`
[error] invalid-argument-type - Argument to function `unpack_url` is incorrect: Expected `Link`, found `Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Link | None`
[error] invalid-argument-type - Argument to function `direct_url_from_link` is incorrect: Expected `Link`, found `(Unknown & ~AlwaysFalsy) | Link | None`
[error] invalid-argument-type - Argument to function `direct_url_from_link` is incorrect: Expected `Link`, found `Link | None`

src/pip/_internal/resolution/resolvelib/candidates.py

[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_wheel` is not defined on `None` in union `Link | None`
[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - Attribute `is_file` is not defined on `None` in union `Link | None`

src/pip/_vendor/cachecontrol/adapter.py

[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `None | CaseInsensitiveDict`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HTTPResponse`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HTTPResponse`, found `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_close` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] invalid-assignment - Object of type `partial[None]` is not assignable to attribute `_update_chunk_length` on type `HTTPResponse | Unknown`
[error] invalid-assignment - Object of type `partial[None]` is not assignable to attribute `_update_chunk_length` of type `def _update_chunk_length(self) -> Unknown`

src/pip/_vendor/cachecontrol/controller.py

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

src/pip/_vendor/cachecontrol/filewrapper.py

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

src/pip/_vendor/cachecontrol/serialize.py

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

src/pip/_vendor/distlib/compat.py

[error] unresolved-attribute - Attribute `itervalues` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `itervalues`

src/pip/_vendor/distlib/resources.py

[error] invalid-method-override - Invalid override of method `_is_directory`: Definition is incompatible with `ResourceFinder._is_directory`
[error] unresolved-attribute - Attribute `archive` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `archive` is not defined on `None` in union `Any | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Any | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `prefix` is not defined on `None` in union `Any | None`
[error] unresolved-attribute - Attribute `archive` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `archive` is not defined on `None` in union `Any | None`
[error] unresolved-attribute - Attribute `get_data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `get_data` is not defined on `None` in union `Any | None`

src/pip/_vendor/distlib/util.py

[warning] division-by-zero - Cannot divide object of type `float` by zero
[error] invalid-argument-type - Argument to function `reader` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `reader` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `str`
[error] invalid-argument-type - Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `reader` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `str`
[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `bool`, found `str`

src/pip/_vendor/msgpack/fallback.py

[error] unresolved-attribute - Attribute `getbuffer` is not defined on `BytesIO` in union `Unknown | pip._vendor.msgpack.fallback.BytesIO | _io.BytesIO`
[error] unresolved-attribute - Attribute `getbuffer` is not defined on `BytesIO` in union `pip._vendor.msgpack.fallback.BytesIO | _io.BytesIO`

src/pip/_vendor/pkg_resources/__init__.py

[error] unresolved-attribute - Attribute `_get_metadata_path` is not defined on `IResourceProvider & ~AlwaysFalsy` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] unresolved-attribute - Attribute `_get_metadata_path` is not defined on `IResourceProvider` in union `IResourceProvider | EmptyProvider`

src/pip/_vendor/pygments/filters/__init__.py

[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `tabs`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `tabs`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `newlines`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `newlines`
[error] unresolved-attribute - Object of type `Self@filter` has no attribute `tabs`
[error] unresolved-attribute - Object of type `Self@filter` has no attribute `newlines`
[error] unresolved-attribute - Object of type `Self@filter` has no attribute `tabs`
[error] unresolved-attribute - Object of type `Self@filter` has no attribute `newlines`

src/pip/_vendor/requests/models.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["content-type"]` and `Unknown | None | CaseInsensitiveDict`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["content-type"]` and `None | CaseInsensitiveDict`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | CaseInsensitiveDict`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `(Unknown & ~<Protocol with members 'stream'>) | None`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | (Unknown & ~<Protocol with members 'stream'>)`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None | Unknown`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[400]` and `None | Unknown`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[500]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `Literal[500]` and `None | Unknown`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `None | Unknown` and `Literal[600]`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | Unknown`

src/pip/_vendor/rich/console.py

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

src/pip/_vendor/rich/progress.py

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

src/pip/_vendor/urllib3/connectionpool.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | LifoQueue | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `LifoQueue | None`
[error] unresolved-attribute - Attribute `put` is not defined on `None` in union `Unknown | LifoQueue | None`
[error] unresolved-attribute - Attribute `put` is not defined on `None` in union `LifoQueue | None`
[error] unresolved-attribute - Attribute `qsize` is not defined on `None` in union `Unknown | LifoQueue | None`
[error] unresolved-attribute - Attribute `qsize` is not defined on `None` in union `LifoQueue | None`

src/pip/_vendor/urllib3/contrib/securetransport.py

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

src/pip/_vendor/urllib3/poolmanager.py

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

src/pip/_vendor/urllib3/response.py

[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_safe_read` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `None | (Unknown & <Protocol with members 'read'>)`

src/pip/_vendor/urllib3/util/ssl_.py

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

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

src/poetry/installation/executor.py

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

src/poetry/utils/env/mock_env.py

[error] invalid-key - TypedDict `MarkerEnv` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-assignment - Invalid assignment to key "version_info" with declared type `tuple[int, int, int, str, int]` on TypedDict `MarkerEnv`: value of type `Unknown | tuple[int, int, int] | tuple[int, int, int, str, int]`
[error] invalid-assignment - Invalid assignment to key "version_info" with declared type `tuple[int, int, int, str, int]` on TypedDict `MarkerEnv`: value of type `tuple[int, int, int] | tuple[int, int, int, str, int]`

porcupine (https://github.com/Akuli/porcupine)

porcupine/pluginmanager.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | str`

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

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

[warning] deprecated - The function `copy` is deprecated: The `copy` method is deprecated; use `model_copy` instead. See the docstring of `BaseModel.copy` for details about how to handle `include` and `exclude`.
[error] invalid-await - `Unknown | dict[str, Any] | Coroutine[Any, Any, dict[str, Any]]` is not awaitable
[error] invalid-await - `dict[str, Any] | Coroutine[Any, Any, dict[str, Any]]` is not awaitable
[error] invalid-await - `Unknown | DbtCloudJobRun | Coroutine[Any, Any, DbtCloudJobRun]` is not awaitable
[error] invalid-await - `DbtCloudJobRun | Coroutine[Any, Any, DbtCloudJobRun]` is not awaitable

src/integrations/prefect-dbt/prefect_dbt/core/_orchestrator.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["execution_time"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["execution_time"]` and `Any | None`

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

[error] invalid-argument-type - Argument to function `_subset_return_fields` is incorrect: Expected `list[str]`, found `Unknown | tuple[Literal["code_of_conduct"]]`
[error] invalid-argument-type - Argument to function `_subset_return_fields` is incorrect: Expected `list[str]`, found `tuple[str]`

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

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `None | dict[Unknown, Unknown]`
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-redis/prefect_redis/messaging.py

[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `(Unknown & ~None) | timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[error] unresolved-attribute - Attribute `total_seconds` is not defined on `str` in union `timedelta | str`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

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

src/prefect/_internal/pydantic/validated_func.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__globals__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__globals__`
[error] unresolved-attribute - Attribute `__globals__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__globals__`

src/prefect/deployments/runner.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__name__`

src/prefect/flow_engine.py

[error] invalid-await - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - `R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable
[error] invalid-await - `R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `R@run_generator_flow_sync`
[error] unresolved-attribute - Attribute `throw` is not defined on `R@run_generator_flow_sync` in union `Unknown | R@run_generator_flow_sync`
[error] unresolved-attribute - Object of type `R@run_generator_flow_sync` has no attribute `throw`
[error] unresolved-attribute - Attribute `__anext__` is not defined on `R@run_generator_flow_async` in union `Unknown | R@run_generator_flow_async`
[error] unresolved-attribute - Object of type `R@run_generator_flow_async` has no attribute `__anext__`
[error] unresolved-attribute - Attribute `throw` is not defined on `R@run_generator_flow_async` in union `Unknown | R@run_generator_flow_async`
[error] unresolved-attribute - Object of type `R@run_generator_flow_async` has no attribute `throw`

src/prefect/flows.py

[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `Unknown | ((**P@Flow) -> R@Flow)`
[error] unresolved-attribute - Unresolved attribute `__prefect_self__` on type `(**P@Flow) -> R@Flow`
[error] invalid-await - `Unknown | R@Flow` is not awaitable
[error] invalid-await - `R@Flow` is not awaitable

src/prefect/infrastructure/provisioners/container_instance.py

[error] invalid-argument-type - Argument to bound method `read_block_document_by_name` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to bound method `read_block_document_by_name` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `_assign_contributor_role` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_assign_contributor_role` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `Unknown | (str & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `str | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_log_into_registry` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_log_into_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_get_or_create_identity` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_get_or_create_identity` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_assign_acr_pull_role` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_assign_acr_pull_role` is incorrect: Expected `str`, found `None | Unknown`

src/prefect/runner/_scheduled_run_poller.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float`, found `int | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `last_adhoc_pull` on type `(Unknown & ~AlwaysFalsy) | (RunnerStorage & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `last_adhoc_pull` on type `RunnerStorage & ~AlwaysFalsy`

src/prefect/runner/runner.py

[error] invalid-return-type - Return type does not match returned value: expected `EventsClient`, found `Unknown | EventsClient | None`
[error] invalid-return-type - Return type does not match returned value: expected `EventsClient`, found `EventsClient | None`
[error] unresolved-attribute - Attribute `on_cancellation_hooks` is not defined on `None` in union `Flow[(...), Any] | Unknown | None`
[error] unresolved-attribute - Attribute `on_cancellation_hooks` is not defined on `None` in union `Flow[(...), Any] | None`
[error] invalid-argument-type - Argument to function `_run_hooks` is incorrect: Expected `Flow[(...), Any]`, found `Flow[(...), Any] | Unknown | None`
[error] invalid-argument-type - Argument to function `_run_hooks` is incorrect: Expected `Flow[(...), Any]`, found `Flow[(...), Any] | None`
[error] unresolved-attribute - Attribute `on_crashed_hooks` is not defined on `None` in union `Flow[(...), Any] | Unknown | None`
[error] unresolved-attribute - Attribute `on_crashed_hooks` is not defined on `None` in union `Flow[(...), Any] | None`
[error] invalid-argument-type - Argument to function `_run_hooks` is incorrect: Expected `Flow[(...), Any]`, found `Flow[(...), Any] | Unknown | None`
[error] invalid-argument-type - Argument to function `_run_hooks` is incorrect: Expected `Flow[(...), Any]`, found `Flow[(...), Any] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Flow[(...), Unknown]`, found `Unknown | Flow[(...), Any] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Flow[(...), Unknown]`, found `Flow[(...), Any] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRun`, found `Unknown | PrefectClient`
[error] invalid-argument-type - Argument is incorrect: Expected `FlowRun`, found `PrefectClient`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | float | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | float | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`

src/prefect/runner/storage.py

[error] invalid-key - TypedDict `GitCredentials` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-key - TypedDict `GitCredentials` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-key - TypedDict `GitCredentials` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-key - TypedDict `GitCredentials` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["directories"]` and value of type `list[str] & ~AlwaysFalsy` on object of type `dict[str, str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["include_submodules"]` and value of type `Literal[True]` on object of type `dict[str, str | None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["credentials"]` and value of type `dict[str, Unknown | str]` on object of type `dict[str, str | None]`

src/prefect/task_engine.py

[error] invalid-assignment - Object of type `Unknown | None | ((Task[(...), Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool)` is not assignable to `((Task[P@SyncTaskRunEngine, Coroutine[Any, Any, R@SyncTaskRunEngine]], TaskRun, State[R@SyncTaskRunEngine], /) -> bool) | None`
[error] invalid-assignment - Object of type `None | ((Task[(...), Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool)` is not assignable to `((Task[P@SyncTaskRunEngine, Coroutine[Any, Any, R@SyncTaskRunEngine]], TaskRun, State[R@SyncTaskRunEngine], /) -> bool) | None`
[error] invalid-assignment - Object of type `Unknown | None | ((Task[(...), Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool)` is not assignable to `((Task[P@AsyncTaskRunEngine, Coroutine[Any, Any, R@AsyncTaskRunEngine]], TaskRun, State[R@AsyncTaskRunEngine], /) -> bool) | None`
[error] invalid-assignment - Object of type `None | ((Task[(...), Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool)` is not assignable to `((Task[P@AsyncTaskRunEngine, Coroutine[Any, Any, R@AsyncTaskRunEngine]], TaskRun, State[R@AsyncTaskRunEngine], /) -> bool) | None`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_task_sync`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `R@run_generator_task_sync`
[error] unresolved-attribute - Attribute `throw` is not defined on `R@run_generator_task_sync` in union `Unknown | R@run_generator_task_sync`
[error] unresolved-attribute - Object of type `R@run_generator_task_sync` has no attribute `throw`
[error] unresolved-attribute - Attribute `__anext__` is not defined on `R@run_generator_task_async` in union `Unknown | R@run_generator_task_async`
[error] unresolved-attribute - Object of type `R@run_generator_task_async` has no attribute `__anext__`
[error] unresolved-attribute - Attribute `throw` is not defined on `R@run_generator_task_async` in union `Unknown | R@run_generator_task_async`
[error] unresolved-attribute - Object of type `R@run_generator_task_async` has no attribute `throw`

src/prefect/tasks.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | str | Path | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | str | Path | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Serializer[Any] | str | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Serializer[Any] | str | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`

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

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

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

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

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

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

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

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

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

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

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

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

src/prefect/utilities/_engine.py

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

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

docs/lib/libpq_docs.py

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

psycopg/psycopg/_typeinfo.py

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

psycopg/psycopg/crdb/connection.py

[error] unresolved-attribute - Attribute `parameter_status` is not defined on `Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]`, `AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]` in union `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | PGconn | Unknown`
[error] unresolved-attribute - Attribute `parameter_status` is not defined on `Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]`, `AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]` in union `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | PGconn`

psycopg/psycopg/types/range.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `<` is not supported between objects of type `T@Range` and `T@Range & ~None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `T@Range` and `T@Range & ~None`
[error] unsupported-operator - Operator `>` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `>` is not supported between objects of type `T@Range` and `T@Range & ~None`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `T@Range` and `T@Range & ~None`

tests/utils.py

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

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

pwndbg/aglib/dynamic.py

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

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`

pwndbg/aglib/kernel/kallsyms.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[4], Literal[20]]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[4], Literal[20]]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[8]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[8]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | int | None` and `Literal[131072]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[131072]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | None | Unknown` and `Literal[8]`

pwndbg/aglib/kernel/nftables.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] unresolved-attribute - Attribute `table` is not defined on `None` in union `Unknown | None | Chain`
[error] unresolved-attribute - Attribute `table` is not defined on `None` in union `None | Chain`
[error] unresolved-attribute - Attribute `basechain` is not defined on `None` in union `Unknown | None | Chain`
[error] unresolved-attribute - Attribute `basechain` is not defined on `None` in union `None | Chain`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/kernel/vmmap.py

[error] unresolved-attribute - Attribute `USERLAND` is not defined on `None` in union `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - Attribute `USERLAND` is not defined on `None` in union `ArchPagingInfo | None`
[error] unresolved-attribute - Attribute `KERNELRO` is not defined on `None` in union `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - Attribute `KERNELRO` is not defined on `None` in union `ArchPagingInfo | None`
[error] unresolved-attribute - Attribute `ESPSTACK` is not defined on `None` in union `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - Attribute `ESPSTACK` is not defined on `None` in union `ArchPagingInfo | None`

pwndbg/aglib/objc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/context.py

[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `flush` is not defined on `(str, /) -> None` in union `Unknown | ((str, /) -> None)`
[error] unresolved-attribute - Object of type `(str, /) -> None` has no attribute `flush`
[error] unresolved-attribute - Attribute `isatty` is not defined on `(str, /) -> None` in union `Unknown | ((str, /) -> None)`
[error] unresolved-attribute - Object of type `(str, /) -> None` has no attribute `isatty`

pwndbg/commands/ptmalloc2.py

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

pwndbg/commands/rop.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | bytes`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | bytes`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | None | bytes`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None | bytes`

pwndbg/dbg_mod/__init__.py

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

pwndbg/dbg_mod/gdb/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Type | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Type | None`
[error] invalid-assignment - Object of type `Unknown | Field` is not assignable to `str | int`
[error] invalid-assignment - Object of type `Field` is not assignable to `str | int`

pwndbg/dbg_mod/lldb/pset.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Unknown | Sequence[str] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `Sequence[str] | None`
[error] not-iterable - Object of type `Unknown | Sequence[str] | None` may not be iterable
[error] not-iterable - Object of type `Sequence[str] | None` may not be iterable

pwndbg/emu/emulator.py

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

pwndbg/gdblib/config.py

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

pwndbg/gdblib/got.py

[error] unresolved-attribute - Attribute `trapped_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `trapped_address` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `target` on type `Unknown | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `target` on type `None | Unknown`
[error] unresolved-attribute - Attribute `sym_display_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sym_display_name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `obj_display_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `obj_display_name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `trapped_address` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `trapped_address` is not defined on `None` in union `None | Unknown`

pwndbg/gdblib/tui/context.py

[error] invalid-assignment - Object of type `(...) -> Unknown | str` is not assignable to `def _ansi_substr(self, line: str, start_char: int, end_char: int) -> str`
[error] invalid-assignment - Object of type `(...) -> str` is not assignable to `def _ansi_substr(self, line: str, start_char: int, end_char: int) -> str`

pwndbg/lib/memory.py

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

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

lib/Crypto/Cipher/ChaCha20_Poly1305.py

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

lib/Crypto/Cipher/_mode_ccm.py

[error] unresolved-attribute - Attribute `append` is not defined on `bytes` in union `Unknown | list[Unknown] | bytes`
[error] unresolved-attribute - Attribute `append` is not defined on `bytes` in union `list[Unknown] | bytes`
[error] invalid-argument-type - Argument to function `strxor` is incorrect: Expected `bytes`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `strxor` is incorrect: Expected `bytes`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Unknown | None | bytes`
[error] invalid-argument-type - Argument to function `new` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`

lib/Crypto/Cipher/_mode_ocb.py

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

lib/Crypto/Hash/CMAC.py

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

lib/Crypto/Hash/KangarooTwelve.py

[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `None | TurboSHAKE`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | TurboSHAKE`
[error] unresolved-attribute - Attribute `_reset` is not defined on `None`, `TurboSHAKE` in union `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - Object of type `None | TurboSHAKE` has no attribute `_reset`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `None | TurboSHAKE`
[error] unresolved-attribute - Attribute `_reset` is not defined on `None`, `TurboSHAKE` in union `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - Object of type `None | TurboSHAKE` has no attribute `_reset`
[error] invalid-assignment - Object of type `Unknown | None | Literal[7, 6]` is not assignable to attribute `_domain` on type `Unknown | TurboSHAKE`
[error] unresolved-attribute - Unresolved attribute `_domain` on type `TurboSHAKE`

lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py

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

lib/Crypto/SelfTest/Hash/test_KMAC.py

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

lib/Crypto/SelfTest/Hash/test_TupleHash.py

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

lib/Crypto/SelfTest/Protocol/test_KDF.py

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

lib/Crypto/SelfTest/Protocol/test_ecdh.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `desc` of type `str`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `desc` of type `str`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `desc` of type `str`

lib/Crypto/SelfTest/PublicKey/test_ECC_Ed25519.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[0]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[0]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[4]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[4]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[5]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[5]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[10]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[10]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[20]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[20]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[255]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[255]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[256]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[256]` and `EccPoint`

lib/Crypto/SelfTest/PublicKey/test_ECC_Ed448.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[0]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[0]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[4]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[4]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[5]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[5]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[10]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[10]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[20]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[20]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[255]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[255]` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[256]` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[256]` and `EccPoint`

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `int` and `EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `Unknown | EccPoint`
[error] unsupported-operator - Operator `*` is not supported between objects of type `IntegerBase` and `EccPoint`

lib/Crypto/SelfTest/PublicKey/test_RSA.py

[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `tuple[Unknown | int, Unknown | Literal[17], Unknown | int, Unknown | int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[Unknown | int]`
[error] invalid-argument-type - Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int]`
[error] unresolved-attribute - Attribute `_decrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_decrypt`
[error] unresolved-attribute - Attribute `_decrypt_to_bytes` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_decrypt_to_bytes`
[error] unresolved-attribute - Attribute `_encrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_encrypt`
[error] unresolved-attribute - Attribute `_decrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_decrypt`
[error] unresolved-attribute - Attribute `_decrypt_to_bytes` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_decrypt_to_bytes`
[error] unresolved-attribute - Attribute `_encrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[error] unresolved-attribute - Object of type `RsaKey` has no attribute `_encrypt`

lib/Crypto/SelfTest/PublicKey/test_import_DSA.py

[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["-----BEGIN PUBLIC KEY-----\nMIIBtzCCASsGByqGSM44BAEwggEeAoGBAOdW7hcX9LZ5THwhRyShl2N0LEVXK0s/\nj/O0Tzvp9EzgOaJ1dpXskVaX2nTvkU/NGwVmDiQZx2HWOfRdLXm4AtvSPnq4uBtH\nmjgOHzCTJYS6KguVUDI0LryDy1ypBuew181v5lbOy0yLWncSOoxnUKSB47BgV6/2\nqm66YguDLWDDAhUArTL0jNOuDEWhmKYfpLXiAyB2OyMCgYB539w9YU/mNfzrfq6u\nNxjcLv77RSgpk6xnSdyDwiPYwYhyljFrOwtURmz0RPNLguNVTQuQp3j6rxMG8CXa\n5qPjbH+T3VusQFK5I3AECspwuNWCBZlxGQDvvJYYEsNV3Zvv/gmB2oXFVIB0tBxW\nrkP9MA2JJi5O/YmUP5mmUbA4iAOBhQACgYEAgzUqaaEy80hD0qDrmVv/Ti8IOnPw\nBJ0skeovDOQ9FEq9pIGZ5LADxXCor4MwPUUQX2BsXEjZJaQO2cJjDC+kzb+DhTne\nuaKfkZCF8gRjafYnyoSyyx4seUBWS2cPljqxFk1OLKK/b/058S9UiSi/TS0bXmmA\ntPG+TJKpGYb7pVk=\n-----END PUBLIC KEY-----"]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["-----BEGIN DSA PRIVATE KEY-----\nMIIBuwIBAAKBgQDnVu4XF/S2eUx8IUckoZdjdCxFVytLP4/ztE876fRM4DmidXaV\n7JFWl9p075FPzRsFZg4kGcdh1jn0XS15uALb0j56uLgbR5o4Dh8wkyWEuioLlVAy\nNC68g8tcqQbnsNfNb+ZWzstMi1p3EjqMZ1CkgeOwYFev9qpuumILgy1gwwIVAK0y\n9IzTrgxFoZimH6S14gMgdjsjAoGAed/cPWFP5jX8636urjcY3C7++0UoKZOsZ0nc\ng8Ij2MGIcpYxazsLVEZs9ETzS4LjVU0LkKd4+q8TBvAl2uaj42x/k91brEBSuSNw\nBArKcLjVggWZcRkA77yWGBLDVd2b7/4JgdqFxVSAdLQcVq5D/TANiSYuTv2JlD+Z\nplGwOIgCgYEAgzUqaaEy80hD0qDrmVv/Ti8IOnPwBJ0skeovDOQ9FEq9pIGZ5LAD\nxXCor4MwPUUQX2BsXEjZJaQO2cJjDC+kzb+DhTneuaKfkZCF8gRjafYnyoSyyx4s\neUBWS2cPljqxFk1OLKK/b/058S9UiSi/TS0bXmmAtPG+TJKpGYb7pVkCFF69mj8L\nggadmEIJhrMUIVAldWBl\n-----END DSA PRIVATE KEY-----"]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["-----BEGIN PRIVATE KEY-----\nMIIBSgIBADCCASsGByqGSM44BAEwggEeAoGBAOdW7hcX9LZ5THwhRyShl2N0LEVX\nK0s/j/O0Tzvp9EzgOaJ1dpXskVaX2nTvkU/NGwVmDiQZx2HWOfRdLXm4AtvSPnq4\nuBtHmjgOHzCTJYS6KguVUDI0LryDy1ypBuew181v5lbOy0yLWncSOoxnUKSB47Bg\nV6/2qm66YguDLWDDAhUArTL0jNOuDEWhmKYfpLXiAyB2OyMCgYB539w9YU/mNfzr\nfq6uNxjcLv77RSgpk6xnSdyDwiPYwYhyljFrOwtURmz0RPNLguNVTQuQp3j6rxMG\n8CXa5qPjbH+T3VusQFK5I3AECspwuNWCBZlxGQDvvJYYEsNV3Zvv/gmB2oXFVIB0\ntBxWrkP9MA2JJi5O/YmUP5mmUbA4iAQWAhRevZo/C4IGnZhCCYazFCFQJXVgZQ==\n-----END PRIVATE KEY-----"]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["ssh-dss AAAAB3NzaC1kc3MAAACBAOdW7hcX9LZ5THwhRyShl2N0LEVXK0s/j/O0Tzvp9EzgOaJ1dpXskVaX2nTvkU/NGwVmDiQZx2HWOfRdLXm4AtvSPnq4uBtHmjgOHzCTJYS6KguVUDI0LryDy1ypBuew181v5lbOy0yLWncSOoxnUKSB47BgV6/2qm66YguDLWDDAAAAFQCtMvSM064MRaGYph+kteIDIHY7IwAAAIB539w9YU/mNfzrfq6uNxjcLv77RSgpk6xnSdyDwiPYwYhyljFrOwtURmz0RPNLguNVTQuQp3j6rxMG8CXa5qPjbH+T3VusQFK5I3AECspwuNWCBZlxGQDvvJYYEsNV3Zvv/gmB2oXFVIB0tBxWrkP9MA2JJi5O/YmUP5mmUbA4iAAAAIEAgzUqaaEy80hD0qDrmVv/Ti8IOnPwBJ0skeovDOQ9FEq9pIGZ5LADxXCor4MwPUUQX2BsXEjZJaQO2cJjDC+kzb+DhTneuaKfkZCF8gRjafYnyoSyyx4seUBWS2cPljqxFk1OLKK/b/058S9UiSi/TS0bXmmAtPG+TJKpGYb7pVk="]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["-----BEGIN DSA PRIVATE KEY-----\nProc-Type: 4,ENCRYPTED\nDEK-Info: AES-128-CBC,70B6908939D65E9F2EB999E8729788CE\n\n4V6GHRDpCrdZ8MBjbyp5AlGUrjvr2Pn2e2zVxy5RBt4FBj9/pa0ae0nnyUPMLSUU\nkKyOR0topRYTVRLElm4qVrb5uNZ3hRwfbklr+pSrB7O9eHz9V5sfOQxyODS07JxK\nk1OdOs70/ouMXLF9EWfAZOmWUccZKHNblUwg1p1UrZIz5jXw4dUE/zqhvXh6d+iC\nADsICaBCjCrRQJKDp50h3+ndQjkYBKVH+pj8TiQ79U7lAvdp3+iMghQN6YXs9mdI\ngFpWw/f97oWM4GHZFqHJ+VSMNFjBiFhAvYV587d7Lk4dhD8sCfbxj42PnfRgUItc\nnnPqHxmhMQozBWzYM4mQuo3XbF2WlsNFbOzFVyGhw1Bx1s91qvXBVWJh2ozrW0s6\nHYDV7ZkcTml/4kjA/d+mve6LZ8kuuR1qCiZx6rkffhh1gDN/1Xz3HVvIy/dQ+h9s\n5zp7PwUoWbhqp3WCOr156P6gR8qo7OlT6wMh33FSXK/mxikHK136fV2shwTKQVII\nrJBvXpj8nACUmi7scKuTWGeUoXa+dwTZVVe+b+L2U1ZM7+h/neTJiXn7u99PFUwu\nxVJtxaV37m3aXxtCsPnbBg==\n-----END DSA PRIVATE KEY-----"]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `Unknown | Literal["-----BEGIN ENCRYPTED PRIVATE KEY-----\nMIIBcTAbBgkqhkiG9w0BBQMwDgQI0GC3BJ/jSw8CAggABIIBUHc1cXZpExIE9tC7\n7ryiW+5ihtF2Ekurq3e408GYSAu5smJjN2bvQXmzRFBz8W38K8eMf1sbWroZ4+zn\nkZSbb9nSm5kAa8lR2+oF2k+WRswMR/PTC3f/D9STO2X0QxdrzKgIHEcSGSHp5jTx\naVvbkCDHo9vhBTl6S3ogZ48As/MEro76+9igUwJ1jNhIQZPJ7e20QH5qDpQFFJN4\nCKl2ENSEuwGiqBszItFy4dqH0g63ZGZV/xt9wSO9Rd7SK/EbA/dklOxBa5Y/VItM\ngnIhs9XDMoGYyn6F023EicNJm6g/bVQk81BTTma4tm+12TKGdYm+QkeZvCOMZylr\nWv67cKwO3cAXt5C3QXMDgYR64XvuaT5h7C0igMp2afSXJlnbHEbFxQVJlv83T4FM\neZ4k+NQDbEL8GiHmFxzDWQAuPPZKJWEEEV2p/To+WOh+kSDHQw==\n-----END ENCRYPTED PRIVATE KEY-----"]`
[error] invalid-argument-type - Argument to function `tostr` is incorrect: Expected `bytes`, found `str`

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py

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

lib/Crypto/SelfTest/Signature/test_dss.py

[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `keys` of type `list[tuple[str, str, str, str, str, str]]`
[error] unresolved-attribute - Attribute `test_key` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `test_key` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `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] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `module` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `module` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `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] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `message` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `message` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `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] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `result` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `Unknown | tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str] | tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `result` is not defined on `tuple[str, str, str, str, <module 'Crypto.Hash.SHA1'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA224'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA256'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA384'>, str]`, `tuple[str, str, str, str, <module 'Crypto.Hash.SHA512'>, str]` in union `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] | ... omitted 3 union elements`

lib/Crypto/Util/asn1.py

[error] invalid-argument-type - Argument to function `bchr` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `bchr` is incorrect: Expected `int`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `int | Unknown`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `int | Unknown`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | Literal[255, 0]`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `int | Unknown`
[error] index-out-of-bounds - Index 0 is out of bounds for bytes literal `Literal[b""]` with length 0
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | Literal[255, 0]`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `int | Unknown`
[error] index-out-of-bounds - Index 0 is out of bounds for bytes literal `Literal[b""]` with length 0
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[-1] | Unknown | None` and `Literal[0]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[-1] | None | Unknown` and `Literal[0]`

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

pydantic/_internal/_utils.py

[error] unresolved-attribute - Attribute `__func__` is not defined on `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` in union `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`
[error] unresolved-attribute - Object of type `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` has no attribute `__func__`
[error] unresolved-attribute - Attribute `__get__` is not defined on `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` in union `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`
[error] unresolved-attribute - Object of type `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` has no attribute `__get__`

pydantic/deprecated/decorator.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__name__`

pydantic/main.py

[error] invalid-argument-type - Argument to bound method `__repr_name__` is incorrect: Expected `Representation`, found `Self@__repr__`
[error] invalid-argument-type - Argument to bound method `__repr_str__` is incorrect: Expected `Representation`, found `Self@__repr__`
[error] invalid-argument-type - Argument to bound method `__repr_str__` is incorrect: Expected `Representation`, found `Self@__str__`

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

pylint/checkers/__init__.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `tuple[Unknown, str, str, str | int | (Unknown & ~float)]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `tuple[Unknown, str, str, str | int]`

pylint/checkers/format.py

[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, Unknown | str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
[error] invalid-assignment - Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[str, str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`

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

pylox/interpreter.py

[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Environment | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Environment`, found `Environment | None`
[error] unresolved-attribute - Attribute `enclosing` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `enclosing` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `assign` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `assign` is not defined on `None` in union `Environment | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[error] invalid-argument-type - Argument is incorrect: Expected `Environment`, found `Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `define` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `assign_at` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `assign_at` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`
[error] unresolved-attribute - Attribute `get_at` is not defined on `None` in union `Environment | None`

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

pyodide-build/pyodide_build/recipe/builder.py

[error] invalid-argument-type - Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Unknown | Path]`
[error] invalid-argument-type - Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
[error] invalid-argument-type - Argument to function `run_command` is incorrect: Expected `str | tuple[str, ...] | None`, found `tuple[Literal["ERROR: Patch %s failed"], Unknown | Path]`
[error] invalid-argument-type - Argument to function `run_command` is incorrect: Expected `str | tuple[str, ...] | None`, found `tuple[Literal["ERROR: Patch %s failed"], Path]`

src/py/_pyodide/_base.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `list[() -> Unknown | str]` on object of type `dict[str, tuple[() -> str | None] | tuple[int, int | float | None, list[str], str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `list[() -> str]` on object of type `dict[str, tuple[() -> str | None] | tuple[int, int | float | None, list[str], str]]`

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

pyppeteer/connection.py

[error] invalid-assignment - Object of type `Unknown | WebSocketClientProtocol` is not assignable to attribute `connection` of type `CDPSession`
[error] invalid-assignment - Object of type `WebSocketClientProtocol` is not assignable to attribute `connection` of type `CDPSession`

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

src/_pytest/capture.py

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

src/_pytest/config/__init__.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `Path | Unknown` and `object`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `object`

src/_pytest/doctest.py

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

src/_pytest/junitxml.py

[error] invalid-assignment - Object of type `Unknown | (bound method LogXML.add_global_property(name: str, value: object) -> None)` is not assignable to `def record_func(name: str, value: object) -> None`
[error] invalid-assignment - Object of type `bound method LogXML.add_global_property(name: str, value: object) -> None` is not assignable to `def record_func(name: str, value: object) -> None`

src/_pytest/logging.py

[error] invalid-assignment - Object of type `IO[Any]` is not assignable to `TextIOWrapper[_WrappedBuffer]`

src/_pytest/python.py

[error] unresolved-attribute - Attribute `obj` is not defined on `Node` in union `(Unknown & ~None) | Node`
[error] unresolved-attribute - Object of type `Node` has no attribute `obj`
[error] unresolved-attribute - Attribute `obj` is not defined on `Node` in union `(Unknown & ~None) | Node`
[error] unresolved-attribute - Object of type `Node` has no attribute `obj`

testing/typing_raises_group.py

[error] type-assertion-failure - Type `Unknown | ((Unknown, /) -> bool) | None` does not match asserted type `((Unknown, /) -> bool) | None`

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

AutoDuck/document_object.py

[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `None | Document`
[error] unresolved-attribute - Attribute `important` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `important` is not defined on `None` in union `None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `categories` is not defined on `None` in union `None | Document`
[error] unresolved-attribute - Attribute `links` is not defined on `None` in union `Unknown | None | Document`
[error] unresolved-attribute - Attribute `links` is not defined on `None` in union `None | Document`

Pythonwin/pywin/Demos/app/customprint.py

[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnBeginPrinting` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnBeginPrinting` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnEndPrinting` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnEndPrinting` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InitMDIInstance` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InitMDIInstance` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/Demos/app/helloapp.py

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

Pythonwin/pywin/Demos/dibdemo.py

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

Pythonwin/pywin/Demos/hiertest.py

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

Pythonwin/pywin/Demos/ocx/msoffice.py

[error] unresolved-attribute - Attribute `OnActivate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnActivate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnChange` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnChange` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnChangeItemPosition` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnChangeItemPosition` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | PyCMDIChildWnd | None`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `PyCMDIChildWnd | None | Unknown`

Pythonwin/pywin/Demos/ocx/ocxserialtest.py

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

Pythonwin/pywin/Demos/ocx/ocxtest.py

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

Pythonwin/pywin/Demos/openGLDemo.py

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

Pythonwin/pywin/Demos/sliderdemo.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `None | Unknown`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/Demos/splittst.py

[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `PyCEditView` in union `Unknown | PyCEditView`
[error] unresolved-attribute - Object of type `PyCEditView` has no attribute `ReplaceSel`
[error] unresolved-attribute - Attribute `InitialUpdateFrame` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InitialUpdateFrame` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/Demos/toolbar.py

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

Pythonwin/pywin/debugger/debugger.py

[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `clear_break` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `clear_break` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `debuggerState` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `debuggerState` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `curframe` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/docking/DockingBar.py

[error] invalid-assignment - Object of type `Unknown | Literal[5120]` is not assignable to attribute `dwStyle` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown | Literal[5120]` is not assignable to attribute `dwStyle` on type `None | Unknown`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `CalcDynamicLayout` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CalcDynamicLayout` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnSetCursor` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnSetCursor` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnNcHitTest` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnNcHitTest` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/framework/app.py

[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `HookMessage` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `HookMessage` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetActiveWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetActiveWindow` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/framework/dlgappcore.py

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

Pythonwin/pywin/framework/editor/ModuleBrowser.py

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

Pythonwin/pywin/framework/editor/color/coloreditor.py

[error] unresolved-attribute - Attribute `IDLEExtension` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `IDLEExtension` is not defined on `None` in union `IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `GetMenuItems` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `GetMenuItems` is not defined on `None` in union `IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `fire` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `fire` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `fire` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `fire` is not defined on `None` in union `BindingsManager | None`

Pythonwin/pywin/framework/editor/document.py

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

Pythonwin/pywin/framework/editor/editor.py

[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Cut` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Cut` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Clear` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Clear` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/framework/editor/frame.py

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

Pythonwin/pywin/framework/editor/template.py

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

Pythonwin/pywin/framework/intpyapp.py

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

Pythonwin/pywin/framework/intpydde.py

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

Pythonwin/pywin/framework/sgrepmdi.py

[error] unresolved-attribute - Attribute `OnCloseDocument` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnCloseDocument` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SaveTextFile` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SaveTextFile` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/framework/toolmenu.py

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

Pythonwin/pywin/framework/winout.py

[error] unresolved-attribute - Attribute `LoadFrame` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `LoadFrame` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetParent` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetParent` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SaveKillBuffer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SaveKillBuffer` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dowrite` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dowrite` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `HandleSpecialLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `HandleSpecialLine` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/mfc/activex.py

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

Pythonwin/pywin/mfc/dialog.py

[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `UpdateData` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `UpdateData` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `datalist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `datalist` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/scintilla/IDLEenvironment.py

[error] unresolved-attribute - Attribute `_getoffset` is not defined on `None` in union `Unknown | TkText | None`
[error] unresolved-attribute - Attribute `_getoffset` is not defined on `None` in union `TkText | None`
[error] unresolved-attribute - Attribute `edit` is not defined on `None` in union `Unknown | TkText | None`
[error] unresolved-attribute - Attribute `edit` is not defined on `None` in union `TkText | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | TkText | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `TkText | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | TkText | None`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `TkText | None`

Pythonwin/pywin/scintilla/bindings.py

[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`

Pythonwin/pywin/scintilla/control.py

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

Pythonwin/pywin/scintilla/formatter.py

[error] unresolved-attribute - Object of type `Self@RegisterStyle` has no attribute `nextstylenum`
[error] unresolved-attribute - Object of type `Self@RegisterStyle` has no attribute `nextstylenum`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[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 `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`

Pythonwin/pywin/scintilla/view.py

[error] unresolved-attribute - Attribute `SendMessage` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SendMessage` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `bind` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `bind` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `prepare_configure` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `prepare_configure` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `complete_configure` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `complete_configure` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `IDLEEditorWindow | None`
[error] unresolved-attribute - Attribute `get_command_id` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `get_command_id` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `fire_key_event` is not defined on `None` in union `Unknown | BindingsManager | None`
[error] unresolved-attribute - Attribute `fire_key_event` is not defined on `None` in union `BindingsManager | None`
[error] unresolved-attribute - Attribute `OnBeginPrinting` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnBeginPrinting` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/test/test_pywin.py

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

Pythonwin/pywin/tools/TraceCollector.py

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

Pythonwin/pywin/tools/browser.py

[error] unresolved-attribute - Attribute `HierInit` is not defined on `None` in union `Unknown | HierListWithItems | None`
[error] unresolved-attribute - Attribute `HierInit` is not defined on `None` in union `HierListWithItems | None`
[error] unresolved-attribute - Attribute `HierTerm` is not defined on `None` in union `Unknown | HierListWithItems | None`
[error] unresolved-attribute - Attribute `HierTerm` is not defined on `None` in union `HierListWithItems | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `HierTerm` is not defined on `None` in union `Unknown | HierListWithItems | None`
[error] unresolved-attribute - Attribute `HierTerm` is not defined on `None` in union `HierListWithItems | None`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/tools/hierlist.py

[error] unresolved-attribute - Attribute `GetSafeHwnd` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetSafeHwnd` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DeleteAllItems` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DeleteAllItems` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetSelectedItem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetSelectedItem` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InsertItem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InsertItem` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetChildItem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetChildItem` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetNextItem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetNextItem` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DeleteItem` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DeleteItem` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DeleteAllItems` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DeleteAllItems` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `CheckChangedChildren` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CheckChangedChildren` is not defined on `None` in union `None | Unknown`

Pythonwin/pywin/tools/regedit.py

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

adodbapi/adodbapi.py

[warning] division-by-zero - Cannot floor divide object of type `int` by zero
[error] unresolved-attribute - Attribute `CommitTrans` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `CommitTrans` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Attributes` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Attributes` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `BeginTrans` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `BeginTrans` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `RollbackTrans` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `RollbackTrans` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Attributes` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Attributes` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `BeginTrans` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `BeginTrans` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Errors` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Errors` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Errors` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Errors` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OpenSchema` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OpenSchema` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Execute` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Execute` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `RecordCount` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `RecordCount` is not defined on `None` in union `None | Any`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `CreateParameter` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[error] unresolved-attribute - Attribute `Parameters` is not defined on `None` in union `None | CDispatch`

adodbapi/test/dbapi20.py

[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `connect` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `connect` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `apilevel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `apilevel` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `threadsafety` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `threadsafety` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Warning` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Warning` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InterfaceError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InterfaceError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DatabaseError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DatabaseError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OperationalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OperationalError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `IntegrityError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `IntegrityError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InternalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InternalError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ProgrammingError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ProgrammingError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Warning` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Warning` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InterfaceError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InterfaceError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DatabaseError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DatabaseError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `OperationalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OperationalError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `IntegrityError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `IntegrityError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `InternalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InternalError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `ProgrammingError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `ProgrammingError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `NotSupportedError` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `STRING` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `STRING` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `paramstyle` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Error` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Date` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Date` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `DateFromTicks` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `DateFromTicks` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Time` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Time` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `TimeFromTicks` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `TimeFromTicks` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Timestamp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Timestamp` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `TimestampFromTicks` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `TimestampFromTicks` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Binary` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Binary` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `Binary` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Binary` is not defined on `None` in union `None | Unknown`

com/win32com/client/dynamic.py

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

com/win32com/client/genpy.py

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

com/win32com/client/makepy.py

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

com/win32com/demos/excelAddin.py

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

com/win32com/demos/ietoolbar.py

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

com/win32com/makegw/makegwparse.py

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

com/win32com/test/errorSemantics.py

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

com/win32com/test/pippo_server.py

[error] invalid-argument-type - Argument to function `UnRegisterTypeLib` is incorrect: Expected `PyIID`, found `Unknown | Literal["{7783054E-9A20-4584-8C62-6ED2A08F6AC6}"]`
[error] invalid-argument-type - Argument to function `UnRegisterTypeLib` is incorrect: Expected `PyIID`, found `str`

com/win32com/test/policySemantics.py

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

com/win32com/test/testArrays.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `Array` on type `Unknown | CDispatch | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `Array` on type `CDispatch | None`
[error] unresolved-attribute - Attribute `Array` is not defined on `None` in union `Unknown | CDispatch | None`
[error] unresolved-attribute - Attribute `Array` is not defined on `None` in union `CDispatch | None`

com/win32com/test/testIterators.py

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

com/win32com/test/testShell.py

[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, str, str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, str, str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, Unknown | str, Unknown | str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, str, str]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, Unknown | str, None, int]`
[error] invalid-argument-type - Argument to function `SHFileOperation` is incorrect: Expected `SHFILEOPSTRUCT`, found `tuple[Literal[0], int, str, None, int]`

com/win32comext/axcontrol/demos/container_ie.py

[error] invalid-argument-type - Argument to function `UnregisterClass` is incorrect: Expected `PyResourceId`, found `Unknown | Literal["EmbeddedBrowser"]`
[error] invalid-argument-type - Argument to function `UnregisterClass` is incorrect: Expected `PyResourceId`, found `str`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `Width` on type `Unknown | CDispatch | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `Width` on type `CDispatch | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `Height` on type `Unknown | CDispatch | None`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `Height` on type `CDispatch | None`
[error] unresolved-attribute - Attribute `Close` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[error] unresolved-attribute - Object of type `PyIUnknown | None` has no attribute `Close`
[error] unresolved-attribute - Attribute `Navigate2` is not defined on `None` in union `Unknown | CDispatch | None`
[error] unresolved-attribute - Attribute `Navigate2` is not defined on `None` in union `CDispatch | None`
[error] unresolved-attribute - Attribute `Document` is not defined on `None` in union `Unknown | CDispatch | None`
[error] unresolved-attribute - Attribute `Document` is not defined on `None` in union `CDispatch | None`
[error] unresolved-attribute - Attribute `Navigate2` is not defined on `None` in union `Unknown | CDispatch | None`
[error] unresolved-attribute - Attribute `Navigate2` is not defined on `None` in union `CDispatch | None`

com/win32comext/axdebug/adb.py

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

com/win32comext/axdebug/codecontainer.py

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

com/win32comext/axdebug/debugger.py

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

com/win32comext/axscript/client/debug.py

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

com/win32comext/axscript/client/framework.py

[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `list[Unknown]` in union `dict[Unknown, Unknown] | list[Unknown]`
[error] invalid-argument-type - Argument to function `ProcessAXScriptException` is incorrect: Expected `AXSite`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `ProcessAXScriptException` is incorrect: Expected `AXSite`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `ProcessAXScriptException` is incorrect: Expected `win32comext.axscript.client.debug.DebugManager`, found `Unknown | None | com.win32comext.axscript.client.debug.DebugManager`
[error] invalid-argument-type - Argument to function `ProcessAXScriptException` is incorrect: Expected `win32comext.axscript.client.debug.DebugManager`, found `None | com.win32comext.axscript.client.debug.DebugManager`
[error] unresolved-attribute - Attribute `OnScriptTerminate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `OnScriptTerminate` is not defined on `None` in union `None | Unknown`

com/win32comext/axscript/server/axsite.py

[error] unresolved-attribute - Attribute `GetScriptDispatch` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `GetScriptDispatch` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `AddNamedItem` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `AddNamedItem` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[error] unresolved-attribute - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `None | Unknown | PyIUnknown`
[error] unresolved-attribute - Attribute `Close` is not defined on `None` in union `Unknown | None | AXEngine`
[error] unresolved-attribute - Attribute `Close` is not defined on `None` in union `None | AXEngine | Unknown`

com/win32comext/ifilter/demos/filterDemo.py

[error] unresolved-attribute - Attribute `Init` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `Init` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetChunk` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetChunk` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetValue` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetValue` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetText` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetText` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `QueryInterface` is not defined on `None`, `PyIStorage` in union `Unknown | None | PyIStorage`
[error] unresolved-attribute - Object of type `None | PyIStorage` has no attribute `QueryInterface`

com/win32comext/shell/demos/IUniformResourceLocator.py

[error] unresolved-attribute - Attribute `Load` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[error] unresolved-attribute - Object of type `PyIUnknown` has no attribute `Load`
[error] unresolved-attribute - Attribute `Save` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[error] unresolved-attribute - Object of type `PyIUnknown` has no attribute `Save`

com/win32comext/shell/demos/create_link.py

[error] unresolved-attribute - Attribute `Load` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[error] unresolved-attribute - Object of type `PyIUnknown` has no attribute `Load`
[error] unresolved-attribute - Attribute `Save` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[error] unresolved-attribute - Object of type `PyIUnknown` has no attribute `Save`

com/win32comext/shell/demos/explorer_browser.py

[error] unresolved-attribute - Attribute `Unadvise` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[error] unresolved-attribute - Object of type `PyIUnknown | None` has no attribute `Unadvise`
[error] unresolved-attribute - Attribute `Destroy` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[error] unresolved-attribute - Object of type `PyIUnknown | None` has no attribute `Destroy`
[error] unresolved-attribute - Attribute `SetRect` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[error] unresolved-attribute - Object of type `PyIUnknown | None` has no attribute `SetRect`

com/win32comext/shell/demos/servers/folder_view.py

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

com/win32comext/shell/demos/servers/shell_view.py

[error] invalid-argument-type - Argument to function `GetClientRect` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `GetClientRect` is incorrect: Expected `int`, found `None | int`
[error] unresolved-attribute - Attribute `InsertMenusSB` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `InsertMenusSB` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `SetMenuSB` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `SetMenuSB` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `GetMenuItemInfo` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `GetMenuItemInfo` is incorrect: Expected `int`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `None | int`
[error] unresolved-attribute - Attribute `GetControlWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetControlWindow` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `GetControlWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `GetControlWindow` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `TrackPopupMenu` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `TrackPopupMenu` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to function `MoveWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `MoveWindow` is incorrect: Expected `int`, found `None | int`

win32/Demos/service/pipeTestService.py

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

win32/Demos/win32clipboard_bitmapdemo.py

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

win32/Demos/win32comport_demo.py

[error] invalid-argument-type - Argument to function `WriteFile` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - Argument to function `WriteFile` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - Argument to function `WaitCommEvent` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - Argument to function `WaitCommEvent` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - Argument to function `ClearCommError` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - Argument to function `ClearCommError` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - Argument to function `ReadFile` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - Argument to function `ReadFile` is incorrect: Expected `int`, found `PyHANDLE`

win32/Demos/win32gui_menu.py

[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown | int, Literal[0]]`
[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[int, Literal[0]]`

win32/Demos/win32gui_taskbar.py

[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown | int, Literal[0], int, Literal[1044], PyGdiHANDLE | PyWNDCLASS, Literal["Python Demo"]]`
[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[int, Literal[0], int, Literal[1044], PyGdiHANDLE | PyWNDCLASS, Literal["Python Demo"]]`
[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown | int, Literal[0]]`
[error] invalid-argument-type - Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[int, Literal[0]]`

win32/Lib/netbios.py

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

win32/Lib/win32rcparser.py

[error] invalid-assignment - Object of type `str | None` is not assignable to attribute `token` of type `str`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `token` of type `str`
[error] invalid-assignment - Object of type `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])` is not assignable to attribute `controlType` of type `str`
[error] invalid-assignment - Object of type `(str & ~Literal["END"] & ~Literal["-"]) | None | (Unknown & ~Literal["END"] & ~Literal["-"])` is not assignable to attribute `id` of type `str`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `str | None | Unknown`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `Unknown | str | None`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `(str & ~Literal["END"] & ~Literal["-"]) | None | (Unknown & ~Literal["END"] & ~Literal["-"])`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`
[error] unresolved-attribute - Attribute `isdigit` is not defined on `None` in union `(str & ~Literal["END"] & ~Literal["-"]) | None | (Unknown & ~Literal["END"] & ~Literal["-"])`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Literal["END"]) | (str & ~Literal["END"]) | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])`

win32/test/test_odbc.py

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

win32/test/test_security.py

[error] unresolved-attribute - Attribute `close` is not defined on `PyDS_HANDLE` in union `(Unknown & ~None) | PyDS_HANDLE`
[error] unresolved-attribute - Object of type `PyDS_HANDLE` has no attribute `close`

win32/test/test_win32cred.py

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

win32/test/test_win32file.py

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

win32/test/test_win32inet.py

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

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

rich/console.py

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

rich/progress.py

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

tests/test_logging.py

[error] unresolved-attribute - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[error] unresolved-attribute - Object of type `IO[str]` has no attribute `getvalue`
[error] unresolved-attribute - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[error] unresolved-attribute - Object of type `IO[str]` has no attribute `getvalue`
[error] unresolved-attribute - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[error] unresolved-attribute - Object of type `IO[str]` has no attribute `getvalue`
[error] unresolved-attribute - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[error] unresolved-attribute - Object of type `IO[str]` has no attribute `getvalue`
[error] unresolved-attribute - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[error] unresolved-attribute - Object of type `IO[str]` has no attribute `getvalue`

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

rotkehlchen/api/rest.py

[error] invalid-assignment - Object of type `bool` is not assignable to attribute `should_schedule` on type `Unknown | TaskManager | None`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `should_schedule` on type `TaskManager | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `list[Unknown | int | None]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `list[int | None]`

rotkehlchen/api/services/history_events.py

[error] invalid-argument-type - Argument to bound method `from_location` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 9 literals]`, found `Unknown | Location`
[error] invalid-argument-type - Argument to bound method `from_location` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 9 literals]`, found `Location`

rotkehlchen/api/services/transactions.py

[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions`
[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions`
[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions_decoder`
[error] unresolved-attribute - Attribute `node_inquirer` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `node_inquirer`
[error] unresolved-attribute - Attribute `node_inquirer` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `node_inquirer`
[error] unresolved-attribute - Attribute `watcher_query` is not defined on `None` in union `Unknown | Premium | None`
[error] unresolved-attribute - Attribute `watcher_query` is not defined on `None` in union `Premium | None`
[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions`
[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions_decoder`
[error] invalid-argument-type - Argument is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress`

rotkehlchen/chain/aggregator.py

[error] invalid-argument-type - Argument to bound method `query_eth_balances` is incorrect: Expected `Sequence[ChecksumAddress]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `query_eth_balances` is incorrect: Expected `Sequence[ChecksumAddress]`, found `tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | ... omitted 5 union elements`

rotkehlchen/chain/arbitrum_one/modules/umami/decoder.py

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

rotkehlchen/chain/ethereum/modules/aave/v2/accountant.py

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

rotkehlchen/chain/evm/decoding/aave/v3/decoder.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[ChecksumAddress, Literal["aave-v2", "aave-v3", "spark"]]`

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

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

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

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

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

[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_pool_events(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[ChecksumAddress, tuple[bound method Self@addresses_to_decoders.decode_gauge_mints(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/chain/evm/decoding/decoder.py

[error] invalid-argument-type - Argument to function `from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Unknown | Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`
[error] invalid-argument-type - Argument to function `from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `Unknown | HistoryEventSubType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`

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

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

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

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

rotkehlchen/chain/evm/decoding/spark/savings/decoder.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[Unknown, tuple[bound method Self@addresses_to_decoders._decode_spark_tokens_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[Unknown | ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_psm_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]`
[error] unsupported-operator - Operator `|=` is not supported between objects of type `dict[ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_spark_tokens_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[ChecksumAddress, tuple[bound method Self@addresses_to_decoders._decode_psm_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]`

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

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

rotkehlchen/chain/evm/decoding/stakedao/v2/decoder.py

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

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

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

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

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

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

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | ChecksumAddress | None` and value of type `EvmEvent` on object of type `dict[ChecksumAddress, EvmEvent]`
[error] invalid-assignment - Invalid subscript assignment with key of type `ChecksumAddress | None` and value of type `EvmEvent` on object of type `dict[ChecksumAddress, EvmEvent]`
[error] unresolved-attribute - Attribute `evm_address` is not defined on `Asset` in union `Unknown | Asset`
[error] unresolved-attribute - Object of type `Asset` has no attribute `evm_address`

rotkehlchen/chain/solana/decoding/decoder.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `Unknown | HistoryEventSubType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`

rotkehlchen/exchanges/coinbase.py

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

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

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

rotkehlchen/history/events/structures/onchain_event.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[str, str, tuple[int, str, int, int, str, str | None, str, str, str | None, str, str, str | None]], tuple[str, str, tuple[bytes, str | None, str | None]]]`, found `tuple[tuple[str, str, tuple[int, str, int, int, str, str | None, str, str, str | None, str, str, str | None]], tuple[Literal["chain_events_info(identifier, tx_ref, counterparty, address) VALUES (?, ?, ?, ?)"], Literal["UPDATE chain_events_info SET tx_ref=?, counterparty=?, address=?"], tuple[bytes, Unknown | str | None, Unknown | T_Address@OnchainEvent | None]]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[str, str, tuple[int, str, int, int, str, str | None, str, str, str | None, str, str, str | None]], tuple[str, str, tuple[bytes, str | None, str | None]]]`, found `tuple[tuple[str, str, tuple[int, str, int, int, str, str | None, str, str, str | None, str, str, str | None]], tuple[Literal["chain_events_info(identifier, tx_ref, counterparty, address) VALUES (?, ?, ?, ?)"], Literal["UPDATE chain_events_info SET tx_ref=?, counterparty=?, address=?"], tuple[bytes, str | None, T_Address@OnchainEvent | None]]]`

rotkehlchen/tasks/calendar.py

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

rotkehlchen/tasks/events.py

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

rotkehlchen/tasks/manager.py

[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions_decoder`
[error] unresolved-attribute - Attribute `query_for_graph_delegation_txns` is not defined on `EvmTransactions` in union `Unknown | EvmTransactions`
[error] unresolved-attribute - Object of type `EvmTransactions` has no attribute `query_for_graph_delegation_txns`

rotkehlchen/tests/api/test_event_matching.py

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

rotkehlchen/tests/api/test_historical_balances.py

[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` of type `RotkiNotifier | None`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` of type `RotkiNotifier | None`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` of type `RotkiNotifier | None`

rotkehlchen/tests/api/test_history_base_entry.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[Unknown | int | None]` on object of type `dict[str, str | int | list[dict[str, str]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[int | None]` on object of type `dict[str, str | int | list[dict[str, str]] | list[str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[Unknown | int | None]` on object of type `dict[str, str | int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["identifiers"]` and value of type `list[int | None]` on object of type `dict[str, str | int]`
[error] invalid-return-type - Return type does not match returned value: expected `set[int]`, found `set[int | Unknown | None]`
[error] invalid-return-type - Return type does not match returned value: expected `set[int]`, found `set[int | None]`

rotkehlchen/tests/db/test_db_accounting_rules.py

[error] invalid-argument-type - Argument to bound method `add_accounting_rule` is incorrect: Expected `list[int] | None`, found `list[int | Unknown | None]`
[error] invalid-argument-type - Argument to bound method `add_accounting_rule` is incorrect: Expected `list[int] | None`, found `list[int | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

rotkehlchen/tests/db/test_db_upgrades.py

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

rotkehlchen/tests/external_apis/test_monerium.py

[error] unresolved-attribute - Attribute `pop_message` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `pop_message`
[error] unresolved-attribute - Attribute `pop_message` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `pop_message`

rotkehlchen/tests/unit/test_eth2.py

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

rotkehlchen/tests/unit/test_exchanges.py

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

rotkehlchen/tests/unit/test_lido_csm_metrics.py

[error] invalid-assignment - Object of type `DummyContract` is not assignable to attribute `accounting_contract` of type `EvmContract`
[error] invalid-assignment - Object of type `DummyContract` is not assignable to attribute `module_contract` of type `EvmContract`
[error] invalid-assignment - Object of type `DummyContract` is not assignable to attribute `steth_contract` of type `EvmContract`
[error] invalid-assignment - Object of type `DummyContract` is not assignable to attribute `fee_distributor_contract` of type `EvmContract`

rotkehlchen/tests/unit/test_tasks_manager.py

[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`
[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`
[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Object of type `RotkiNotifier | None` has no attribute `messages`

rotkehlchen/tests/utils/blockchain.py

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

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

schema_salad/ref_resolver.py

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

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

src/schemathesis/specs/openapi/_operation_lookup.py

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

src/schemathesis/engine/errors.py

[error] unresolved-attribute - Attribute `message` is not defined on `Exception & ~RequestException` in union `(Unknown & ~RequestException) | (Exception & ~RequestException)`
[error] unresolved-attribute - Object of type `Exception & ~RequestException` has no attribute `message`

src/schemathesis/generation/metrics.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown`

src/schemathesis/openapi/checks.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | list[str | int]`

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

sklearn/manifold/_isomap.py

[error] invalid-argument-type - Argument to function `shortest_path` is incorrect: Expected `Literal["auto", "FW", "D", "BF", "J"]`, found `Unknown | str`

sklearn/cluster/_bicluster.py

[error] not-iterable - Object of type `Literal[3]` is not iterable
[error] not-iterable - Object of type `int & ~Integral` is not iterable
[error] not-iterable - Object of type `Literal[3]` is not iterable
[error] not-iterable - Object of type `int` is not iterable

sklearn/cluster/_birch.py

[warning] division-by-zero - Cannot divide object of type `float` by zero
[error] unresolved-attribute - Attribute `fit_predict` is not defined on `Literal[3]` in union `(Unknown & ~Integral & ~None) | Literal[3] | AgglomerativeClustering`
[error] unresolved-attribute - Attribute `fit_predict` is not defined on `int & ~Integral` in union `(Unknown & ~Integral & ~None) | (int & ~Integral) | AgglomerativeClustering`

sklearn/cluster/_bisect_k_means.py

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

sklearn/cluster/_kmeans.py

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

sklearn/cluster/tests/test_k_means.py

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

sklearn/covariance/_graph_lasso.py

[error] not-iterable - Object of type `Unknown | Literal[4]` may not be iterable
[error] not-iterable - Object of type `Unknown | int` may not be iterable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[4]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int`

sklearn/decomposition/_fastica.py

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

sklearn/decomposition/_incremental_pca.py

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

sklearn/decomposition/_nmf.py

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

sklearn/decomposition/tests/test_incremental_pca.py

[error] unresolved-attribute - Attribute `sum` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sum` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `sum` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sum` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`

sklearn/ensemble/_forest.py

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

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unresolved-attribute - Attribute `named_transformers_` is not defined on `None` in union `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - Attribute `named_transformers_` is not defined on `None` in union `None | ColumnTransformer`
[error] unresolved-attribute - Attribute `n_features_in_` is not defined on `None`, `ColumnTransformer` in union `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - Object of type `None | ColumnTransformer` has no attribute `n_features_in_`
[error] unresolved-attribute - Attribute `n_features_in_` is not defined on `None`, `ColumnTransformer` in union `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - Object of type `None | ColumnTransformer` has no attribute `n_features_in_`
[error] unresolved-attribute - Attribute `output_indices_` is not defined on `None` in union `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - Attribute `output_indices_` is not defined on `None` in union `None | ColumnTransformer`
[error] unresolved-attribute - Attribute `tolist` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `list[Unknown]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `tolist` is not defined on `list[Unknown]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/ensemble/_hist_gradient_boosting/grower.py

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

sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py

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

sklearn/ensemble/_iforest.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `(Unknown & ~Literal["auto"]) | (str & ~Literal["auto"])`

sklearn/ensemble/_weight_boosting.py

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

sklearn/externals/_arff.py

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

sklearn/externals/_numpydoc/docscrape.py

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

sklearn/feature_selection/_univariate_selection.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` and `Unknown | float`
[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` and `Unknown | int | float`

sklearn/gaussian_process/_gpc.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] unresolved-attribute - Attribute `predict_proba` is not defined on `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `predict_proba` is not defined on `OneVsOneClassifier` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `kernel_` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `kernel_` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `log_marginal_likelihood` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `log_marginal_likelihood` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `latent_mean_and_variance` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - Attribute `latent_mean_and_variance` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`

sklearn/gaussian_process/_gpr.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] unresolved-attribute - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - Attribute `shape` is not defined on `int & Iterable[object]`, `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (int & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - Attribute `shape` is not defined on `int & Iterable[object]`, `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (int & Iterable[object]) | (float & Iterable[object])`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] unresolved-attribute - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - Attribute `shape` is not defined on `int & Iterable[object]`, `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (int & Iterable[object]) | (float & Iterable[object])`

sklearn/gaussian_process/kernels.py

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

sklearn/impute/_base.py

[error] unresolved-attribute - Attribute `transform` is not defined on `None` in union `Unknown | MissingIndicator | None`
[error] unresolved-attribute - Attribute `transform` is not defined on `None` in union `MissingIndicator | None`
[error] unresolved-attribute - Attribute `get_feature_names_out` is not defined on `None` in union `Unknown | MissingIndicator | None`
[error] unresolved-attribute - Attribute `get_feature_names_out` is not defined on `None` in union `MissingIndicator | None`
[error] call-non-callable - Object of type `Literal["mean"]` is not callable
[error] call-non-callable - Object of type `str` is not callable
[error] call-non-callable - Object of type `Literal["mean"]` is not callable
[error] call-non-callable - Object of type `str` is not callable
[error] unresolved-attribute - Attribute `features_` is not defined on `None` in union `Unknown | MissingIndicator | None`
[error] unresolved-attribute - Attribute `features_` is not defined on `None` in union `MissingIndicator | None`
[error] unresolved-attribute - Attribute `features_` is not defined on `None` in union `Unknown | MissingIndicator | None`
[error] unresolved-attribute - Attribute `features_` is not defined on `None` in union `MissingIndicator | None`

sklearn/inspection/tests/test_partial_dependence.py

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

sklearn/linear_model/_coordinate_descent.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[100] | (Unknown & ~Literal["deprecated"] & ~Integral) | (Unknown & ~Literal["warn"] & ~None & ~Integral)`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[100] | (Unknown & ~Literal["deprecated"] & ~Integral) | (str & ~Literal["deprecated"] & ~Integral) | (Unknown & ~Literal["warn"] & ~None & ~Integral) | (str & ~Literal["warn"] & ~Integral)`

sklearn/linear_model/_glm/glm.py

[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type`, found `(Unknown & ~Literal["lbfgs"] & ~Literal["newton-cholesky"]) | (str & ~Literal["lbfgs"] & ~Literal["newton-cholesky"])`

sklearn/linear_model/_logistic.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `(Unknown & Number) | (str & Number)` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `(Unknown & Number) | (str & Number)` and `Literal[1]`

sklearn/linear_model/_ransac.py

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

sklearn/linear_model/_ridge.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[float, float, float]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[int | float, int | float, int | float]`

sklearn/linear_model/_stochastic_gradient.py

[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown | ndarray[tuple[int], dtype[Unknown]] | None`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal[1]` and `Unknown | ndarray[tuple[Any, ...], Unknown] | None | ndarray[tuple[int], dtype[Unknown]]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], Unknown] | None | ndarray[tuple[int], dtype[Unknown]] | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown | ndarray[tuple[int], dtype[Unknown]] | None`

sklearn/linear_model/tests/test_bayes.py

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

sklearn/linear_model/tests/test_coordinate_descent.py

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

sklearn/linear_model/tests/test_huber.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`

sklearn/linear_model/tests/test_logistic.py

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

sklearn/linear_model/tests/test_omp.py

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

sklearn/linear_model/tests/test_passive_aggressive.py

[error] unresolved-attribute - Attribute `ravel` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `ravel` is not defined on `None` in union `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown | ndarray[tuple[int, int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `ravel` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `ravel` is not defined on `None` in union `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]]`

sklearn/linear_model/tests/test_perceptron.py

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

sklearn/linear_model/tests/test_ridge.py

[error] unresolved-attribute - Attribute `shape` is not defined on `float` in union `Unknown | float`
[error] unresolved-attribute - Attribute `shape` is not defined on `int`, `float` in union `Unknown | int | float`
[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 to bound method `index` is incorrect: Expected `int | float`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`

sklearn/linear_model/tests/test_sparse_coordinate_descent.py

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

sklearn/manifold/_spectral_embedding.py

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

sklearn/metrics/_plot/tests/test_precision_recall_display.py

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

sklearn/mixture/_gaussian_mixture.py

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

sklearn/mixture/tests/test_gaussian_mixture.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] unsupported-operator - Operator `/` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `float` and `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown`

sklearn/model_selection/_search_successive_halving.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | str | Literal[1]` and `Unknown | (str & ~Literal["auto"])`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | str` and `Unknown | str | int`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | str` and `Unknown | str | int`

sklearn/naive_bayes.py

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

sklearn/neighbors/_graph.py

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

sklearn/neighbors/_lof.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `(Unknown & ~Literal["auto"]) | (str & ~Literal["auto"])`

sklearn/neighbors/tests/test_nca.py

[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `n_iter_` of type `int`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `n_iter_` of type `int`

sklearn/neural_network/_multilayer_perceptron.py

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

sklearn/preprocessing/_data.py

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

sklearn/preprocessing/_encoders.py

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

sklearn/preprocessing/_polynomial.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & Iterable[object] & ~Integral) | (int & Iterable[object] & ~Integral)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Integral` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[3]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[0]`
[error] invalid-argument-type - Argument to function `max` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `max` is incorrect: Expected `Literal[2]`, found `object`
[error] unsupported-operator - Operator `+` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - Operator `<` is not supported between objects of type `object` and `Literal[4]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `~Literal[0]` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `object` and `Literal[1]`
[error] no-matching-overload - No overload matches arguments

sklearn/preprocessing/_target_encoder.py

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

sklearn/preprocessing/tests/test_data.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | float`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `int`, `float` in union `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method

sklearn/preprocessing/tests/test_encoders.py

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

sklearn/semi_supervised/_label_propagation.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

sklearn/tests/test_multiclass.py

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

sklearn/tree/_classes.py

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

sklearn/utils/_testing.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[error] unresolved-attribute - Unresolved attribute `filters` on type `ModuleType`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[error] unresolved-attribute - Unresolved attribute `filters` on type `ModuleType`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `showwarning` on type `Unknown | ModuleType`
[error] unresolved-attribute - Unresolved attribute `showwarning` on type `ModuleType`

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

scipy/integrate/_ivp/common.py

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

subprojects/cobyqa/cobyqa/tests/test_main.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["target"]` and value of type `float` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["maxfev"]` and value of type `Literal[10]` on object of type `dict[str, bool]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["maxiter"]` and value of type `Literal[5]` on object of type `dict[str, bool]`

scipy/optimize/_basinhopping.py

[warning] division-by-zero - Cannot divide object of type `float` by zero

benchmarks/benchmarks/lsq_problems.py

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

benchmarks/benchmarks/optimize_linprog.py

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

scipy/_lib/_docscrape.py

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

scipy/_lib/_util.py

[error] unresolved-attribute - Attribute `terminate` is not defined on `None` in union `Unknown | None | Pool`
[error] unresolved-attribute - Attribute `terminate` is not defined on `None` in union `None | (Unknown & Top[(...) -> object]) | Pool`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `Unknown | None | Pool`
[error] unresolved-attribute - Attribute `join` is not defined on `None` in union `None | (Unknown & Top[(...) -> object]) | Pool`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None | Pool`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | (Unknown & Top[(...) -> object]) | Pool`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None | Pool`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `None | (Unknown & Top[(...) -> object]) | Pool`
[error] unresolved-attribute - Attribute `terminate` is not defined on `None` in union `Unknown | None | Pool`
[error] unresolved-attribute - Attribute `terminate` is not defined on `None` in union `None | (Unknown & Top[(...) -> object]) | Pool`

scipy/fftpack/tests/test_real_transforms.py

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

scipy/integrate/_ivp/radau.py

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

scipy/integrate/_ivp/rk.py

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

scipy/integrate/_ode.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `complex` and `list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[3]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `None | (Unknown & ~None) | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `None | (Unknown & ~None) | int`

scipy/integrate/_rules/_gauss_kronrod.py

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

scipy/integrate/_rules/_gauss_legendre.py

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

scipy/integrate/_rules/_genz_malik.py

[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `concat` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `concat` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `reshape` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `concat` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `concat` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - Attribute `float64` is not defined on `None` in union `ModuleType | None`

scipy/integrate/tests/test_banded_ode_solvers.py

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

scipy/interpolate/_interpolate.py

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

scipy/interpolate/_polyint.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `dot` is incorrect: Expected `ArrayLike`, found `None | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `Unknown | int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `int | Unknown`

scipy/interpolate/tests/test_bsplines.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `Unknown | int` on object of type `list[str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `int` on object of type `list[str]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `str` and `int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `str` and `int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `str` and `Unknown | int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `str` and `int`

scipy/interpolate/tests/test_polyint.py

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

scipy/io/_netcdf.py

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

scipy/io/matlab/_mio4.py

[error] unresolved-attribute - Attribute `read_header` is not defined on `None` in union `Unknown | None | VarReader4`
[error] unresolved-attribute - Attribute `read_header` is not defined on `None` in union `None | VarReader4`
[error] unresolved-attribute - Attribute `array_from_header` is not defined on `None` in union `Unknown | None | VarReader4`
[error] unresolved-attribute - Attribute `array_from_header` is not defined on `None` in union `None | VarReader4`
[error] unresolved-attribute - Attribute `shape_from_header` is not defined on `None` in union `Unknown | None | VarReader4`
[error] unresolved-attribute - Attribute `shape_from_header` is not defined on `None` in union `None | VarReader4`

scipy/io/matlab/_mio5.py

[error] unresolved-attribute - Attribute `read_full_tag` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `read_full_tag` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_stream` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_stream` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `read_full_tag` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `read_full_tag` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `set_stream` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_stream` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `read_header` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `read_header` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `array_from_header` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `array_from_header` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `shape_from_header` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `shape_from_header` is not defined on `None` in union `None | Unknown`

scipy/odr/_odrpack.py

[error] unresolved-attribute - Attribute `work` is not defined on `Output` in union `(Unknown & ~None) | Output`
[error] unresolved-attribute - Object of type `Output` has no attribute `work`
[error] unresolved-attribute - Attribute `iwork` is not defined on `Output` in union `(Unknown & ~None) | Output`
[error] unresolved-attribute - Object of type `Output` has no attribute `iwork`

scipy/optimize/_dcsrch.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `None | Unknown` and `None | int | Unknown`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | None`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None | float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | int | float | Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None | float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | int | float | Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | None`
[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 `Unknown | None`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`

scipy/optimize/_differentialevolution.py

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

scipy/optimize/_hessian_update_strategy.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `int`, `float` in union `None | ndarray[tuple[int, int], dtype[Any]] | int | float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None`, `int`, `float` in union `None | ndarray[tuple[int, int], dtype[Any]] | int | float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Any]]`

scipy/optimize/_nonlin.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] unresolved-attribute - Attribute `svd_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `svd_reduce` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `simple_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `simple_reduce` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `restart_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `restart_reduce` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `solve` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `solve` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rmatvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rsolve` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rsolve` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `rmatvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `matvec` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | LowRankMatrix`
[error] unresolved-attribute - Attribute `conj` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `conj` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `conj` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `conj` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `Unknown | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[-1]` and `None | Unknown`

scipy/optimize/_shgo.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `int` and `None | Unknown`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `update` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `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] 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] unresolved-attribute - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | Unknown | None`
[error] unresolved-attribute - Attribute `_mapwrapper` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - Attribute `_mapwrapper` is not defined on `VertexCacheIndex` in union `VertexCacheField | VertexCacheIndex`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `None | Unknown`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int | Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | int | float` and `Unknown | None`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int | float` and `None | Unknown`
[error] unsupported-operator - Operator `-` is not supported between objects of type `(Unknown & ~None) | int | float` and `Unknown | None`
[error] unsupported-operator - Operator `-` is not supported between objects of type `(Unknown & ~None) | int | float` and `None | Unknown`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `None | Unknown`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `(Unknown & ~None) | int | float` and `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `(Unknown & ~None) | int | float` and `None | Unknown`
[error] unresolved-attribute - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `VertexCacheField | VertexCacheIndex`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Literal[0]` and `Unknown | None | int`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `Unknown | None | int`
[error] unresolved-attribute - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `VertexCacheField | VertexCacheIndex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | tuple[Unknown, ...] | None`
[error] unresolved-attribute - Attribute `add_points` is not defined on `Tri` in union `Unknown | Tri | Delaunay`
[error] unresolved-attribute - Attribute `add_points` is not defined on `Tri` in union `Tri | Delaunay`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`

scipy/optimize/_trustregion_exact.py

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

scipy/optimize/_zeros_py.py

[error] not-iterable - Object of type `Unknown | None | tuple[()]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | tuple[()]` may not be iterable

scipy/optimize/tests/test__shgo.py

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

scipy/optimize/tests/test_cobyla.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`

scipy/optimize/tests/test_constraint_conversion.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | list[int | float] | None`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[int | float] | Unknown | None`

scipy/optimize/tests/test_linprog.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["permc_spec"]` and value of type `Literal["NATURAL", "MMD_ATA", "MMD_AT_PLUS_A", "COLAMD", "ekki-ekki-ekki"]` on object of type `dict[str, bool]`
[error] invalid-argument-type - Argument to function `test_bug_6139` is incorrect: Expected `LinprogCommonTests`, found `Self@test_bug_6139`
[error] invalid-argument-type - Argument is incorrect: Expected `LinprogCommonTests`, found `Self@test_bug_6139`

scipy/optimize/tests/test_optimize.py

[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`

scipy/sparse/_base.py

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

scipy/sparse/linalg/_interface.py

[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `Unknown | generic[Any] | int | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `Unknown | generic[Any] | int | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `Unknown | generic[Any] | int | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `conjugate` is not defined on `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`

scipy/sparse/tests/test_base.py

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

scipy/special/_orthogonal.py

[error] unresolved-attribute - Object of type `Self@_scale` has no attribute `_coeffs`

scipy/special/tests/test_cdflib.py

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

scipy/stats/_discrete_distns.py

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

scipy/stats/_distn_infrastructure.py

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

scipy/stats/_distribution_infrastructure.py

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

scipy/stats/_hypotests.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None | float` and `Literal[100]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown | int | float` and `Literal[100]`
[error] unresolved-attribute - Attribute `low` is not defined on `None` in union `Unknown | None | ConfidenceInterval`
[error] unresolved-attribute - Attribute `low` is not defined on `None` in union `None | ConfidenceInterval`
[error] unresolved-attribute - Attribute `high` is not defined on `None` in union `Unknown | None | ConfidenceInterval`
[error] unresolved-attribute - Attribute `high` is not defined on `None` in union `None | ConfidenceInterval`

scipy/stats/_kde.py

[error] invalid-assignment - Object of type `bound method Self@set_bandwidth.scotts_factor() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `bound method Self@set_bandwidth.silverman_factor() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `() -> (generic[Any] & ~str) | int | float | ... omitted 3 union elements` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] call-non-callable - Object of type `Literal["use constant"]` is not callable
[error] call-non-callable - Object of type `str` is not callable
[error] invalid-assignment - Object of type `() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | (generic[Any] & ~str) | int | ... omitted 4 union elements` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | generic[Any] | int | ... omitted 4 union elements` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | (generic[Any] & ~str) | int | ... omitted 4 union elements` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Unknown | generic[Any] | int | ... omitted 4 union elements` and `Literal[2]`

scipy/stats/_levy_stable/__init__.py

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

scipy/stats/_multivariate.py

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

scipy/stats/_qmc.py

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

scipy/stats/_sampling.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `(Unknown & ~None) | int | float | ... omitted 5 union elements` and `Any | int | float`
[error] unsupported-operator - Operator `<` is not supported between objects of type `(Any & ~None) | int | float | ... omitted 5 union elements` and `Any | int | float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `(Unknown & ~None) | int | float | ... omitted 5 union elements` and `Any | int | float`
[error] unsupported-operator - Operator `>` is not supported between objects of type `(Any & ~None) | int | float | ... omitted 5 union elements` and `Any | int | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `None | Unknown | int | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `None | Any | int | ... omitted 6 union elements`

scipy/stats/tests/test_distributions.py

[error] invalid-assignment - Object of type `str | int | float | ((r) -> Unknown)` is not assignable to attribute `pdf_default_method` of type `str`
[error] invalid-assignment - Object of type `str | int | float | ((r) -> Unknown)` is not assignable to attribute `cdf_default_method` of type `str`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["pdf(x, mu, loc=0, scale=1)"]` and `str | None | Unknown`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["pdf(x, mu, loc=0, scale=1)"]` and `str | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["pmf(x,"]` and `str | None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["pmf(x,"]` and `str | None`

scipy/stats/tests/test_fit.py

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

scipy/stats/tests/test_kdeoth.py

[error] invalid-assignment - Object of type `bound method Self@__init__.scotts_factor() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `bound method Self@__init__.scotts_factor() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `() -> Unknown | generic[Any] | int | ... omitted 4 union elements` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `bound method gaussian_kde.silverman_factor() -> Unknown` is not assignable to attribute `covariance_factor` of type `(self) -> Unknown`

scipy/stats/tests/test_multicomp.py

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

tools/authors.py

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

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

tests/spiders.py

[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~Request) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | (Unknown & ~Request)`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`

tests/test_contracts.py

[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `errback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `errback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `method` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `method` is not defined on `None` in union `Request | None`

tests/test_downloadermiddleware_ajaxcrawlable.py

[error] invalid-argument-type - Argument to bound method `process_response` is incorrect: Expected `Request`, found `Unknown | Request | Response`
[error] invalid-argument-type - Argument to bound method `process_response` is incorrect: Expected `Request`, found `Request | Response`

tests/test_downloadermiddleware_httpcompression.py

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

tests/test_downloadermiddleware_httpproxy.py

[error] invalid-assignment - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_downloadermiddleware_redirect.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `handle_httpstatus_list` on type `Unknown | Spider | None`
[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `handle_httpstatus_list` on type `Spider | None`

tests/test_downloadermiddleware_retry.py

[error] unresolved-attribute - Attribute `priority` is not defined on `Response` in union `Unknown | Request | Response`
[error] unresolved-attribute - Attribute `priority` is not defined on `Response` in union `Request | Response`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_downloadermiddleware_stats.py

[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `get_stats` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[error] unresolved-attribute - Attribute `close_spider` is not defined on `None` in union `Unknown | StatsCollector | None`
[error] unresolved-attribute - Attribute `close_spider` is not defined on `None` in union `StatsCollector | None`

tests/test_downloaderslotssettings.py

[error] not-iterable - Object of type `Unknown | int | dict[str, dict[str, int]]` may not be iterable
[error] not-iterable - Object of type `int | dict[str, dict[str, int]]` may not be iterable
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | str | (dict[str, int] & ~AlwaysFalsy)` and value of type `list[int | float]` on object of type `dict[str, list[int | float]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str | (dict[str, int] & ~AlwaysFalsy)` and value of type `list[int | float]` on object of type `dict[str, list[int | float]]`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | MockServer | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `MockServer | None`

tests/test_http_request.py

[error] invalid-assignment - Object of type `Literal["http://example2.com"]` is not assignable to attribute `url` on type `Unknown | Request`
[error] invalid-assignment - Cannot assign to read-only property `url` on object of type `Request`: Attempted assignment to `Request.url` here
[error] invalid-assignment - Object of type `Literal["xxx"]` is not assignable to attribute `body` on type `Unknown | Request`
[error] invalid-assignment - Cannot assign to read-only property `body` on object of type `Request`: Attempted assignment to `Request.body` here

tests/test_http_response.py

[error] invalid-assignment - Object of type `Literal["http://example2.com"]` is not assignable to attribute `url` on type `Unknown | Response`
[error] invalid-assignment - Cannot assign to read-only property `url` on object of type `Response`: Attempted assignment to `Response.url` here
[error] invalid-assignment - Object of type `Literal["xxx"]` is not assignable to attribute `body` on type `Unknown | Response`
[error] invalid-assignment - Cannot assign to read-only property `body` on object of type `Response`: Attempted assignment to `Response.body` here

tests/test_item.py

[error] invalid-assignment - Object of type `Literal["john"]` is not assignable to attribute `name` of type `Field`

tests/test_logstats.py

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

tests/test_pipeline_crawl.py

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

tests/test_pipeline_images.py

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

tests/test_pipeline_media.py

[error] unresolved-attribute - Attribute `value` is not defined on `FileInfo` in union `Unknown | FileInfo`
[error] unresolved-attribute - Attribute `value` is not defined on `FileInfo` in union `FileInfo | Unknown`
[error] unresolved-attribute - Attribute `value` is not defined on `FileInfo` in union `Unknown | FileInfo`
[error] unresolved-attribute - Attribute `value` is not defined on `FileInfo` in union `FileInfo | Unknown`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`
[error] unresolved-attribute - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - Object of type `UserDefinedPipeline` has no attribute `_mockcalled`

tests/test_pqueues.py

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

tests/test_proxy_connect.py

[error] invalid-assignment - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_request_cb_kwargs.py

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

tests/test_request_dict.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `Unknown | (bound method MethodsSpider.parse_item() -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Unknown | (bound method MethodsSpider.handle_error() -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `() -> Unknown`
[error] unresolved-attribute - Attribute `_MethodsSpider__parse_item_reference` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[error] unresolved-attribute - Object of type `MethodsSpider` has no attribute `_MethodsSpider__parse_item_reference`
[error] unresolved-attribute - Attribute `_MethodsSpider__handle_error_reference` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[error] unresolved-attribute - Object of type `MethodsSpider` has no attribute `_MethodsSpider__handle_error_reference`
[error] unresolved-attribute - Attribute `_MethodsSpider__parse_item_private` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[error] unresolved-attribute - Object of type `MethodsSpider` has no attribute `_MethodsSpider__parse_item_private`
[error] unresolved-attribute - Attribute `_SpiderMixin__mixin_callback` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[error] unresolved-attribute - Object of type `MethodsSpider` has no attribute `_SpiderMixin__mixin_callback`

tests/test_scheduler.py

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

tests/test_scheduler_base.py

[error] unresolved-attribute - Attribute `open` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[error] unresolved-attribute - Object of type `MinimalScheduler` has no attribute `open`
[error] unresolved-attribute - Attribute `close` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[error] unresolved-attribute - Object of type `MinimalScheduler` has no attribute `close`
[error] unresolved-attribute - Attribute `__len__` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[error] unresolved-attribute - Object of type `MinimalScheduler` has no attribute `__len__`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | MinimalScheduler`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `MinimalScheduler`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`

tests/test_spider.py

[error] unresolved-attribute - Attribute `foo` is not defined on `Spider` in union `Unknown | Spider`
[error] unresolved-attribute - Object of type `Spider` has no attribute `foo`
[error] invalid-assignment - Object of type `dict[str, str]` is not assignable to attribute `custom_settings` on type `Unknown | <class 'Spider'>`
[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`

tests/test_spider_crawl.py

[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`

tests/test_spidermiddleware_httperror.py

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

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

setuptools/_distutils/cmd.py

[error] unresolved-attribute - Attribute `ensure_finalized` is not defined on `None` in union `Unknown | Command | None`
[error] unresolved-attribute - Attribute `ensure_finalized` is not defined on `None` in union `Command | None`
[error] invalid-return-type - Return type does not match returned value: expected `setuptools._distutils.cmd.Command`, found `Unknown | distutils.cmd.Command | None`
[error] invalid-return-type - Return type does not match returned value: expected `setuptools._distutils.cmd.Command`, found `distutils.cmd.Command | None`

setuptools/_distutils/command/bdist.py

[error] not-iterable - Object of type `Unknown | None | list[str]` may not be iterable
[error] not-iterable - Object of type `None | list[str]` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[str]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[str]`

setuptools/_distutils/command/bdist_rpm.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] unresolved-attribute - Attribute `replace` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["Group: "]` and `Unknown | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["Group: "]` and `None | Unknown`

setuptools/_distutils/command/build_clib.py

[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `str | None`, found `Unknown | None | Compiler`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `str | None`, found `None | Compiler`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `Unknown | Literal[False] | None`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `None | Compiler`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] unresolved-attribute - Attribute `create_static_lib` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `create_static_lib` is not defined on `None` in union `None | Compiler`
[error] invalid-argument-type - Argument to bound method `create_static_lib` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `create_static_lib` is incorrect: Expected `bool`, found `None | Unknown`

setuptools/_distutils/command/build_ext.py

[error] unresolved-attribute - Attribute `split` is not defined on `list[tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[tuple[Unknown, str]] & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `list[tuple[Unknown, str]] & ~AlwaysFalsy` has no attribute `split`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Unknown]` in union `(Unknown & ~None) | list[Unknown]`
[error] unresolved-attribute - Attribute `split` is not defined on `list[Unknown]` in union `list[Unknown] | (Unknown & ~None)`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `None | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | list[Unknown]`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `str | None`, found `Unknown | None | Compiler`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `str | None`, found `None | Compiler`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `Unknown | bool | Literal[0, 1]`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `bool | Literal[0, 1]`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `new_compiler` is incorrect: Expected `bool`, found `None | Unknown`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `None | Compiler`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] unresolved-attribute - Attribute `detect_language` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `detect_language` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `link_shared_object` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `link_shared_object` is not defined on `None` in union `None | Compiler`
[error] invalid-argument-type - Argument to bound method `link_shared_object` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `link_shared_object` is incorrect: Expected `bool`, found `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["-c++"]` and `Unknown | None | list[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["-c++"]` and `None | list[Unknown] | Unknown`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown | str]`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown | str]`, found `None | list[Unknown] | Unknown`

setuptools/_distutils/command/build_py.py

[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[str, list[str]]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[str]]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `Unknown | None | dict[str, list[str]]`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | dict[str, list[str]]`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Unknown` and `LiteralString`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `None | Unknown`

setuptools/_distutils/command/build_scripts.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Any` may not be iterable
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["#!"]` and `Unknown | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["#!"]` and `None | Unknown`

setuptools/_distutils/command/clean.py

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

setuptools/_distutils/command/config.py

[error] invalid-argument-type - Argument to bound method `set_libraries` is incorrect: Expected `list[str]`, found `(list[Unknown] & ~AlwaysFalsy) | (list[Never] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `preprocess` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `preprocess` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `object_filenames` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `object_filenames` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `compile` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `link_executable` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `link_executable` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `exe_extension` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `exe_extension` is not defined on `None` in union `None | Compiler`
[error] unresolved-attribute - Attribute `exe_extension` is not defined on `None` in union `Unknown | None | Compiler`
[error] unresolved-attribute - Attribute `exe_extension` is not defined on `None` in union `None | Compiler`

setuptools/_distutils/command/install.py

[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | int`
[error] invalid-argument-type - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | int | Any`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Literal[".pth"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Any | None` and `Literal[".pth"]`

setuptools/_distutils/command/install_data.py

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

setuptools/_distutils/command/install_egg_info.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["Creating "]` and `Unknown | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["Creating "]` and `None | Unknown`

setuptools/_distutils/command/install_headers.py

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

setuptools/_distutils/command/install_lib.py

[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `Unknown | Literal[False] | None`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None | int` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `None | int` and `Literal[0]`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `Unknown | Literal[False] | None`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `Unknown | bool | Literal[0, 1]`
[error] invalid-argument-type - Argument to function `byte_compile` is incorrect: Expected `bool`, found `bool | Literal[0, 1]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None | int` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `None | int` and `Literal[0]`

setuptools/_distutils/command/install_scripts.py

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

setuptools/_distutils/command/sdist.py

[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST.in"]`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `(Unknown & ~tuple[object, ...]) | str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Literal[0] | None | list[Unknown | int | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | list[int | None | Unknown] | Unknown`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] invalid-argument-type - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`

setuptools/_distutils/dist.py

[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `None | (Unknown & ~AlwaysTruthy) | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `None | (Unknown & ~AlwaysTruthy) | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `None | (Unknown & ~AlwaysTruthy) | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `None | (Unknown & ~AlwaysTruthy) | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | bool`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `None | (Unknown & ~AlwaysTruthy) | bool`

setuptools/_distutils/text_file.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | Literal[0] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | int | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None | Divergent` 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 `(Unknown & ~Top[list[Unknown]]) | Literal[0] | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | None | (Unknown & ~Top[list[Unknown]])` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None | Divergent` 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 `(Unknown & ~Top[list[Unknown]]) | Literal[0] | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | None | (Unknown & ~Top[list[Unknown]])` and `Literal[1]`

setuptools/_distutils/version.py

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

setuptools/_vendor/backports/tarfile/__init__.py

[error] invalid-assignment - Object of type `object` is not assignable to attribute `mtime` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `mode` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `uid` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `gid` of type `int`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `uname` of type `str`
[error] invalid-assignment - Object of type `object` is not assignable to attribute `gname` of type `str`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `mtime` on type `TarInfo | Unknown`
[error] unresolved-attribute - Attribute `compress` is not defined on `BZ2Decompressor`, `LZMADecompressor`, `_Decompress` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `compress` is not defined on `BZ2Decompressor`, `LZMADecompressor`, `_Decompress` in union `BZ2Decompressor | BZ2Compressor | LZMADecompressor | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `flush` is not defined on `BZ2Decompressor`, `LZMADecompressor` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `flush` is not defined on `BZ2Decompressor`, `LZMADecompressor` in union `BZ2Decompressor | BZ2Compressor | LZMADecompressor | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `decompress` is not defined on `BZ2Compressor`, `LZMACompressor`, `_Compress` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `decompress` is not defined on `BZ2Compressor`, `LZMACompressor`, `_Compress` in union `BZ2Decompressor | BZ2Compressor | LZMADecompressor | ... omitted 3 union elements`

setuptools/_vendor/more_itertools/more.py

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

setuptools/_vendor/wheel/_bdist_wheel.py

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

setuptools/_vendor/wheel/_commands/tags.py

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

setuptools/_vendor/wheel/_commands/unpack.py

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

setuptools/_vendor/wheel/wheelfile.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `openssl_sha256`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - Argument to bound method `openssl_sha256` is incorrect: Expected `Buffer`, found `Self@writestr`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `tuple[Unknown | str, str]` on object of type `dict[str, tuple[None, None] | tuple[int, bytes]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `tuple[str, str]` on object of type `dict[str, tuple[None, None] | tuple[int, bytes]]`

setuptools/command/alias.py

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

setuptools/command/bdist_egg.py

[error] invalid-argument-type - Argument to function `make_zipfile` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `str | PathLike[str]` of type variable `StrPathT`
[error] invalid-argument-type - Argument to function `make_zipfile` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `str | PathLike[str]` of type variable `StrPathT`
[error] invalid-argument-type - Argument to function `remove_tree` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `remove_tree` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `walk_egg` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `walk_egg` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] unresolved-attribute - Attribute `filelist` is not defined on `Command` in union `Unknown | Command`
[error] unresolved-attribute - Object of type `Command` has no attribute `filelist`

setuptools/command/build_ext.py

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

setuptools/command/dist_info.py

[error] unresolved-attribute - Attribute `mkdir` is not defined on `None` in union `Unknown | None | Path`
[error] unresolved-attribute - Attribute `mkdir` is not defined on `None` in union `None | Path`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None | str`

setuptools/command/editable_wheel.py

[error] unresolved-attribute - Attribute `mkdir` is not defined on `None` in union `Unknown | None | Path`
[error] unresolved-attribute - Attribute `mkdir` is not defined on `None` in union `None | Path`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | Path`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | Path`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`

setuptools/command/egg_info.py

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

setuptools/command/rotate.py

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

setuptools/command/setopt.py

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

setuptools/config/setupcfg.py

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

setuptools/tests/test_build_py.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] unresolved-attribute - Attribute `isdisjoint` is not defined on `dict[str, dict[str, str]]`, `dict[str, dict[str, dict[str, str]]]`, `dict[str, dict[str, dict[str, str] | str]]` in union `Unknown | dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`
[error] unresolved-attribute - Attribute `isdisjoint` is not defined on `dict[str, dict[str, str]]`, `dict[str, dict[str, dict[str, str]]]`, `dict[str, dict[str, dict[str, str] | str]]` in union `dict[str, dict[str, str]] | set[str] | dict[str, dict[str, dict[str, str]]] | dict[str, dict[str, dict[str, str] | str]]`

setuptools/tests/test_egg_info.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None | str` and `Literal["/SOURCES.txt"]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | str` and `Literal["/SOURCES.txt"]`

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

sockeye/checkpoint_decoder.py

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

sockeye/data_io.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `None | int`
[error] invalid-return-type - Return type does not match returned value: expected `Batch`, found `Unknown | None | Batch`
[error] invalid-return-type - Return type does not match returned value: expected `Batch`, found `None | Batch`

sockeye/generate_decoder_states.py

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

sockeye/training.py

[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `diverged` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `early_stopping_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `early_stopping_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `converged` on type `Unknown | None | TrainState`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `converged` on type `None | TrainState`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `diverged` on type `Unknown | None | TrainState`
[error] invalid-assignment - Object of type `bool` is not assignable to attribute `diverged` on type `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `batches` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `best_metric` on type `Unknown | None | TrainState`
[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `best_metric` on type `None | TrainState`
[error] invalid-assignment - Object of type `Unknown | Literal[0]` is not assignable to attribute `best_checkpoint` on type `Unknown | None | TrainState`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `best_checkpoint` on type `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `num_not_improved` on type `Unknown | None | TrainState`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `num_not_improved` on type `None | TrainState`
[error] unresolved-attribute - Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `num_not_improved` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `num_not_improved` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `samples` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `updates` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_metric_history` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `epoch` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `time_elapsed` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `converged` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `diverged` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `metrics` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `metrics` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] invalid-argument-type - Argument to function `safe_custom_metrics_logger` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | None`
[error] invalid-argument-type - Argument to function `safe_custom_metrics_logger` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | None`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `save` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `save` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `best_checkpoint` is not defined on `None` in union `None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - Attribute `checkpoint` is not defined on `None` in union `None | TrainState`

sockeye/utils.py

[warning] division-by-zero - Cannot divide object of type `float` by zero

test/unit/test_data_io.py

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

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

lib/spack/spack/tokenize.py

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

lib/spack/spack/util/windows_registry.py

[error] unresolved-attribute - Object of type `Self@_load_key` has no attribute `root`
[error] unresolved-attribute - Object of type `Self@_load_key` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@_valid_reg_check` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@get_value` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@get_subkey` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@get_subkeys` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@get_values` has no attribute `key`
[error] unresolved-attribute - Object of type `Self@_traverse_subkeys` has no attribute `key`

lib/spack/spack/binary_distribution.py

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

lib/spack/spack/builder.py

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

lib/spack/spack/cmd/config.py

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

lib/spack/spack/cmd/create.py

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

lib/spack/spack/environment/environment.py

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

lib/spack/spack/externals.py

[error] invalid-assignment - Object of type `Microarchitecture` is not assignable to attribute `target` on type `(Unknown & ~AlwaysTruthy) | None | (ArchSpec & ~AlwaysTruthy)`
[error] invalid-assignment - Object of type `Microarchitecture` is not assignable to attribute `target` on type `None | (ArchSpec & ~AlwaysTruthy) | (Unknown & ~AlwaysTruthy)`

lib/spack/spack/fetch_strategy.py

[warning] division-by-zero - Cannot divide object of type `Literal[0]` by zero
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `archive_file` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `archive_file` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `srcdir` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `srcdir` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `None | Unknown`

lib/spack/spack/graph.py

[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | list[list[Unknown]]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `index` is not defined on `None` in union `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None | Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `None | int`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[list[Unknown]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | list[list[Unknown]]`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | ColorStream`

lib/spack/spack/installer.py

[error] invalid-argument-type - Argument to bound method `get_repo` is incorrect: Expected `str`, found `Unknown | None | str | bool`
[error] invalid-argument-type - Argument to bound method `get_repo` is incorrect: Expected `str`, found `None | str | bool | Unknown`
[error] invalid-argument-type - Argument to function `create_or_construct` is incorrect: Expected `str | None`, found `Unknown | None | str | bool`
[error] invalid-argument-type - Argument to function `create_or_construct` is incorrect: Expected `str | None`, found `None | str | bool | Unknown`
[error] invalid-assignment - Object of type `bool | (Unknown & ~AlwaysTruthy) | None` is not assignable to attribute `run_tests` on type `Unknown | PackageBase`
[error] invalid-assignment - Object of type `bool | (Unknown & ~AlwaysTruthy) | None` is not assignable to attribute `run_tests` of type `bool`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to function `rename` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] invalid-argument-type - Argument to function `rename` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`

lib/spack/spack/llnl/util/tty/log.py

[error] invalid-assignment - Object of type `Unknown | int` is not assignable to attribute `_debug` of type `Literal[0]`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `_debug` of type `Literal[0]`

lib/spack/spack/main.py

[error] unresolved-attribute - Attribute `_actions` is not defined on `None` in union `_ArgumentGroup | None`
[error] unresolved-attribute - Object of type `Action` has no attribute `_get_subactions`

lib/spack/spack/repo.py

[error] unresolved-attribute - Attribute `update_packages` is not defined on `None` in union `Unknown | TagIndex | None`
[error] unresolved-attribute - Attribute `update_packages` is not defined on `None` in union `TagIndex | None | Unknown`
[error] unresolved-attribute - Attribute `to_json` is not defined on `None` in union `Unknown | TagIndex | None`
[error] unresolved-attribute - Attribute `to_json` is not defined on `None` in union `TagIndex | None | Unknown`
[error] unresolved-attribute - Attribute `to_json` is not defined on `None` in union `Unknown | PatchCache | None`
[error] unresolved-attribute - Attribute `to_json` is not defined on `None` in union `PatchCache | None | Unknown`
[error] unresolved-attribute - Attribute `update_packages` is not defined on `None` in union `Unknown | PatchCache | None`
[error] unresolved-attribute - Attribute `update_packages` is not defined on `None` in union `PatchCache | None | Unknown`

lib/spack/spack/solver/asp.py

[error] invalid-assignment - Object of type `None | list[Unknown]` is not assignable to attribute `criteria` of type `list[Unknown]`
[error] invalid-assignment - Object of type `Unknown | None` is not assignable to attribute `nmodels` of type `int`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(Unknown & ~None) | str | bool` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | bool | (Unknown & ~None)` on object of type `dict[str, str]`

lib/spack/spack/spec.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["compiler"]` and value of type `str` on object of type `dict[str, int]`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `constrain` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `constrain` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Self@_satisfies, Unknown]`, found `tuple[Unknown | Spec, Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Self@_satisfies, Unknown]`, found `tuple[Spec, Unknown]`
[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `_patches_in_order_of_appearance` on type `Unknown | VariantValue`
[error] unresolved-attribute - Unresolved attribute `_patches_in_order_of_appearance` on type `VariantValue`
[error] invalid-assignment - Object of type `Self@_dup` is not assignable to attribute `spec` on type `Unknown | VariantMap`
[error] unresolved-attribute - Unresolved attribute `spec` on type `VariantMap`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `platform` on type `Unknown | None | ArchSpec`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `platform` on type `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `os` on type `Unknown | None | ArchSpec`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `os` on type `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `target` on type `Unknown | None | ArchSpec`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `target` on type `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_patches_in_order_of_appearance` on type `Unknown | VariantValue`
[error] unresolved-attribute - Unresolved attribute `_patches_in_order_of_appearance` on type `VariantValue`

lib/spack/spack/spec_parser.py

[error] unresolved-attribute - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Token & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Token`, found `Unknown | None | Token | <class 'Token'>`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Token`, found `None | Token | Unknown | <class 'Token'>`
[error] unresolved-attribute - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Token & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `subvalues` is not defined on `<class 'Token'>` in union `(Unknown & ~None) | Token | <class 'Token'>`
[error] unresolved-attribute - Attribute `subvalues` is not defined on `<class 'Token'>` in union `Token | (Unknown & ~None) | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `<class 'Token'>` in union `(Unknown & ~None) | Token | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `<class 'Token'>` in union `Token | (Unknown & ~None) | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `None | Token | Unknown | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `None | Token | Unknown | <class 'Token'>`
[error] unresolved-attribute - Attribute `start` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `start` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Token & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `value` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `value` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Token & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`

lib/spack/spack/stage.py

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

lib/spack/spack/test/architecture.py

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

lib/spack/spack/test/buildrequest.py

[error] unresolved-attribute - Attribute `stop_before_phase` is not defined on `PackageBase` in union `Unknown | PackageBase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `stop_before_phase`
[error] unresolved-attribute - Attribute `last_phase` is not defined on `PackageBase` in union `Unknown | PackageBase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`

lib/spack/spack/test/buildtask.py

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

lib/spack/spack/test/cmd/dependencies.py

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

lib/spack/spack/test/cmd/dependents.py

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

lib/spack/spack/test/cmd/env.py

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

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

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

lib/spack/spack/test/cmd/uninstall.py

[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] unsupported-operator - Operator `in` is not supported between two objects of type `Unknown | Spec | None`
[error] unsupported-operator - Operator `in` is not supported between two objects of type `Spec | None`

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

[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`

lib/spack/spack/test/database.py

[error] unresolved-attribute - Attribute `spec` is not defined on `None` in union `Unknown | InstallRecord | None`
[error] unresolved-attribute - Attribute `spec` is not defined on `None` in union `InstallRecord | None`
[error] unresolved-attribute - Attribute `spec` is not defined on `None` in union `Unknown | InstallRecord | None`
[error] unresolved-attribute - Attribute `spec` is not defined on `None` in union `InstallRecord | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`

lib/spack/spack/test/patch.py

[error] unresolved-attribute - Attribute `_patches_in_order_of_appearance` is not defined on `VariantValue` in union `Unknown | VariantValue`
[error] unresolved-attribute - Object of type `VariantValue` has no attribute `_patches_in_order_of_appearance`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `Unknown | tuple[bool | str, ...] | bool | str`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `tuple[bool | str, ...] | bool | str`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `Unknown | tuple[bool | str, ...] | bool | str`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `tuple[bool | str, ...] | bool | str`

lib/spack/spack/test/spec_semantics.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["test"]` and `Unknown | None | ArchSpec`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["test"]` and `None | ArchSpec | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["debian"]` and `Unknown | None | ArchSpec`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["debian"]` and `None | ArchSpec | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["x86_64"]` and `Unknown | None | ArchSpec`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["x86_64"]` and `None | ArchSpec | Unknown`

lib/spack/spack/test/spec_syntax.py

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

lib/spack/spack/util/gcs.py

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

lib/spack/spack/util/s3.py

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

lib/spack/spack/util/spack_yaml.py

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

lib/spack/spack/vendor/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

lib/spack/spack/vendor/jinja2/runtime.py

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

lib/spack/spack/vendor/jinja2/sandbox.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["range"]` and value of type `def safe_range(*args: int) -> range` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

lib/spack/spack/vendor/macholib/MachO.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | list[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Unknown` and `None | int`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Unknown` and `None | int`
[error] unresolved-attribute - Attribute `sizeofcmds` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sizeofcmds` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `sizeofcmds` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `sizeofcmds` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `to_fileobj` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `to_fileobj` is not defined on `None` in union `None | Unknown`
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | list[Unknown]` may not be iterable

lib/spack/spack/vendor/pyrsistent/_plist.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `rest` on type `(Unknown & ~AlwaysFalsy) | (_EmptyPList & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `rest` on type `(_EmptyPList & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

lib/spack/spack/vendor/pyrsistent/_pvector.py

[error] unresolved-attribute - Object of type `Self@__len__` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@__getitem__` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@__eq__` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@set` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@set` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@set` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@set` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@set` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@_create_new_root` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@append` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@append` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@_mutating_fill_tail` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@_mutating_extend` has no attribute `_count`
[error] unresolved-attribute - Object of type `Self@_push_tail` has no attribute `_count`

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

[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `(Unknown & ~SequenceStartEvent & ~MappingStartEvent) | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | (Unknown & ~SequenceStartEvent & ~MappingStartEvent)`
[error] unresolved-attribute - Attribute `empty` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `empty` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `multiline` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `multiline` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `anchor` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `tag` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `tag` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `(Unknown & ~ScalarEvent) | None`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `None | (Unknown & ~ScalarEvent)`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `implicit` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[str, str]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `None | dict[str, str]`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `comment` is not defined on `None` in union `None | Unknown`

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

[error] unresolved-attribute - Attribute `decode` is not defined on `str` in union `Unknown | str | bytes`
[error] unresolved-attribute - Attribute `teardown_output` is not defined on `None` in union `Unknown | None | YAMLContextManager`
[error] unresolved-attribute - Attribute `teardown_output` is not defined on `None` in union `None | YAMLContextManager`

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

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

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

sphinx/util/math.py

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

sphinx/application.py

[error] unresolved-attribute - Attribute `add_js_file` is not defined on `Builder` in union `Unknown | Builder`
[error] unresolved-attribute - Object of type `Builder` has no attribute `add_js_file`
[error] unresolved-attribute - Attribute `add_css_file` is not defined on `Builder` in union `Unknown | Builder`
[error] unresolved-attribute - Object of type `Builder` has no attribute `add_css_file`

sphinx/builders/gettext.py

[error] unresolved-attribute - Attribute `extract_translations` is not defined on `SandboxedEnvironment` in union `Unknown | SandboxedEnvironment`
[error] unresolved-attribute - Attribute `extract_translations` is not defined on `SandboxedEnvironment` in union `Any | SandboxedEnvironment`

sphinx/builders/html/__init__.py

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

sphinx/domains/c/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, ...]`, found `tuple[_S@map, ...]`
[error] unresolved-attribute - Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `clone` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `ASTDeclaration | None`

sphinx/domains/c/_ast.py

[error] unresolved-attribute - Attribute `get_id` is not defined on `ASTExpression` in union `Unknown | ASTExpression`
[error] unresolved-attribute - Object of type `ASTExpression` has no attribute `get_id`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTTypeWithInit | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `ASTTypeWithInit | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTNestedName | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `ASTNestedName | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`

sphinx/domains/c/_symbol.py

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

sphinx/domains/cpp/__init__.py

[error] unresolved-attribute - Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `clone` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `_stringify` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - Attribute `_stringify` is not defined on `None` in union `ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `describe_signature` is not defined on `None` in union `ASTDeclaration | None`

sphinx/domains/cpp/_ast.py

[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `templatePrefix` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - Attribute `get_id` is not defined on `None` in union `ASTDeclaration | None`

sphinx/domains/cpp/_symbol.py

[error] unresolved-attribute - Attribute `is_anon` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - Attribute `is_anon` is not defined on `None` in union `ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - Attribute `declaration` is not defined on `None` in union `Symbol | None`

sphinx/domains/python/__init__.py

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

sphinx/domains/std/__init__.py

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

sphinx/ext/intersphinx/_shared.py

[error] unresolved-attribute - Attribute `intersphinx_cache` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `intersphinx_cache`
[error] unresolved-attribute - Attribute `intersphinx_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `intersphinx_inventory`
[error] unresolved-attribute - Attribute `intersphinx_named_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `intersphinx_named_inventory`
[error] unresolved-attribute - Attribute `intersphinx_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `intersphinx_inventory`
[error] unresolved-attribute - Attribute `intersphinx_named_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `intersphinx_named_inventory`

sphinx/ext/mathjax.py

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

sphinx/ext/napoleon/docstring.py

[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_custom_sections` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_custom_sections` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_ivar` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_ivar` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_examples` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_examples` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_keyword` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_keyword` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_notes` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_notes` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_param` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_references` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_admonition_for_references` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_rtype` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_use_rtype` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_attr_annotations` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_attr_annotations` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - Attribute `napoleon_type_aliases` is not defined on `Config` in union `sphinx.config.Config | sphinx.ext.napoleon.Config`

sphinx/ext/viewcode.py

[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Attribute `highlighter` is not defined on `Builder` in union `Unknown | Builder`
[error] unresolved-attribute - Object of type `Builder` has no attribute `highlighter`

sphinx/jinja2glue.py

[error] unresolved-attribute - Attribute `pathchain` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[error] unresolved-attribute - Object of type `BaseLoader | None` has no attribute `pathchain`

sphinx/writers/html5.py

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

sphinx/writers/texinfo.py

[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] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `Literal[".info"]`

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

static_frame/core/series_mapping.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVValues@SeriesMappingValuesView]`, found `Iterator[Any | ndarray[tuple[Any, ...], Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVKeys@SeriesMapping]`, found `Iterator[Hashable]`

static_frame/core/bus.py

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

static_frame/core/display.py

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

static_frame/core/index_datetime.py

[error] invalid-assignment - Object of type `dict[dtype[datetime64[date | int | None]] | Unknown | dtype[float64], type[Index[datetime64[date | int | None]]]]` is not assignable to `dict[dtype[datetime64[date | int | None]], type[Index[datetime64[date | int | None]]]]`
[error] invalid-assignment - Object of type `dict[dtype[datetime64[date | int | None]] | dtype[float64], type[Index[datetime64[date | int | None]]]]` is not assignable to `dict[dtype[datetime64[date | int | None]], type[Index[datetime64[date | int | None]]]]`

static_frame/core/mfc_mapping.py

[error] invalid-yield - Yield type `Unknown | tuple[Hashable, @Todo]` does not match annotated yield type `tuple[TVKeys@MFCMappingItemsView, @Todo]`
[error] invalid-yield - Yield type `tuple[Hashable, @Todo]` does not match annotated yield type `tuple[TVKeys@MFCMappingItemsView, @Todo]`

static_frame/core/node_selector.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `Unknown | TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `Unknown | TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `Unknown | TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `Unknown | TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`

static_frame/core/reduce.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> IndexBase]` cannot be called with key of type `list[Unknown | int | integer[Any]]` on object of type `IndexBase`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> IndexBase]` cannot be called with key of type `list[int | integer[Any]]` on object of type `IndexBase`

static_frame/core/type_blocks.py

[error] invalid-return-type - Return type does not match returned value: expected `ndarray[Any, dtype[object_]]`, found `ndarray[tuple[int], dtype[float64]]`
[error] invalid-yield - Yield type `tuple[None | Unknown, int | Unknown]` does not match annotated yield type `tuple[dtype[Any], int]`
[error] invalid-yield - Yield type `tuple[None | Any, int | Any]` does not match annotated yield type `tuple[dtype[Any], int]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | slice[Any, Any, Any] | int | Any` and `Unknown | Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | slice[Any, Any, Any] | int | Any` and `Any | Literal[1]`

static_frame/test/unit/test_yarn.py

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

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

stone/backends/js_client.py

[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_error_in` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`

stone/backends/js_types.py

[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `extra_arg` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `extra_arg` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/obj_c_client.py

[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/obj_c_types.py

[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `exclude_from_analysis` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `exclude_from_analysis` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/python_client.py

[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `error_class_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `error_class_path` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `error_class_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `error_class_path` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `types_package` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/python_rsrc/stone_base.py

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

stone/backends/python_rsrc/stone_validators.py

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

stone/backends/python_types.py

[error] unresolved-attribute - Attribute `route_method` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `route_method` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `route_method` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `route_method` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `None | Unknown`

stone/backends/swift_client.py

[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `transport_client_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `class_name` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `auth_type` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client_args` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `style_to_request` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/swift_types.py

[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `objc` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `documentation` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/tsd_client.py

[error] unresolved-attribute - Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `spaces_per_indent` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `indent_level` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `indent_level` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `template` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `template` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `template_string` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `template_string` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `import_namespaces` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `import_namespaces` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `import_template_string` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `import_template_string` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `types_file` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `types_file` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `attribute_comment` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_error_in` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `wrap_response_in` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/backends/tsd_types.py

[error] unresolved-attribute - Attribute `extra_arg` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `extra_arg` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `filename` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `exclude_error_types` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `exclude_error_types` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `template` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `template` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `spaces_per_indent` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `indent_level` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `indent_level` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name_prefix` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `module_name_prefix` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] unresolved-attribute - Attribute `export_namespaces` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `export_namespaces` is not defined on `None` in union `None | (Unknown & Namespace)`

stone/frontend/lexer.py

[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `token` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `None | (list[Unknown] & ~AlwaysTruthy)`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None | Literal[0]` and `Literal[0]`
[error] unsupported-operator - Operator `>` is not supported between objects of type `None | int` and `Literal[0]`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `lexpos` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `None | (list[Unknown] & ~AlwaysTruthy)`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[Unknown]` and `None | int`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `None | (list[Unknown] & ~AlwaysTruthy)`

stone/ir/data_types.py

[error] unresolved-attribute - Attribute `match` is not defined on `None` in union `Unknown | None | Pattern[str]`
[error] unresolved-attribute - Attribute `match` is not defined on `None` in union `None | Pattern[str]`
[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `None | Unknown` may not be iterable
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `insert` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `values` is not defined on `None` in union `None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[error] not-iterable - Object of type `None | OrderedDict[Unknown, Unknown]` may not be iterable
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | OrderedDict[Unknown, 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
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[error] not-iterable - Object of type `None | OrderedDict[Unknown, Unknown]` may not be iterable
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | OrderedDict[Unknown, 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
[error] unresolved-attribute - Attribute `check` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `check` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `check_example` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `check_example` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_has_example` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_has_example` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_compute_example` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_compute_example` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `check_attr_repr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `check_attr_repr` is not defined on `None` in union `None | Unknown`

test/test_backend.py

[error] unresolved-attribute - Attribute `verbose` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `verbose` is not defined on `None` in union `None | (Unknown & Namespace)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`

test/test_python_gen.py

[error] invalid-assignment - Object of type `Literal["hello"]` is not assignable to attribute `_f_value` of type `NotSet`
[error] invalid-assignment - Object of type `S2` is not assignable to attribute `_f_value` of type `NotSet`
[error] invalid-assignment - Object of type `S3` is not assignable to attribute `_i_value` of type `NotSet`

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

strawberry/exceptions/invalid_union_type.py

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

strawberry/schema/schema.py

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

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-assignment - Object of type `dict[str, object]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLTransportWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`
[error] invalid-assignment - Object of type `dict[str, object]` is not assignable to attribute `connection_params` on type `Context@BaseGraphQLTransportWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]`

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-assignment - Object of type `None | dict[str, object]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`
[error] invalid-assignment - Object of type `None | dict[str, object]` is not assignable to attribute `connection_params` on type `Context@BaseGraphQLWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]`

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

sympy/codegen/ast.py

[error] invalid-method-override - Invalid override of method `cast_nocheck`: Definition is incompatible with `FloatBaseType.cast_nocheck`
[error] invalid-method-override - Invalid override of method `cast_nocheck`: Definition is incompatible with `FloatBaseType.cast_nocheck`

sympy/combinatorics/coset_table.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `None | Unknown | int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `None | Unknown | int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Unknown | None` and `int`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `None | Unknown` and `int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `Unknown | None` and `int`
[error] unsupported-operator - Operator `>` is not supported between objects of type `None | Unknown` and `int`
[error] invalid-argument-type - Argument to function `bisect_left` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `bisect_left` 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 `bisect_left` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `bisect_left` is incorrect: Expected `int`, found `None | Unknown`

sympy/combinatorics/fp_groups.py

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

sympy/combinatorics/graycode.py

[error] invalid-assignment - Object of type `(Any & ~None) | str` is not assignable to attribute `_current` of type `int`

sympy/combinatorics/partitions.py

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

sympy/combinatorics/perm_groups.py

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

sympy/combinatorics/permutations.py

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

sympy/combinatorics/polyhedron.py

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

sympy/combinatorics/rewritingsystem.py

[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `add_state` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `add_state` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `add_state` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `add_state` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `automaton_alphabet` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `automaton_alphabet` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `automaton_alphabet` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `automaton_alphabet` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[error] unresolved-attribute - Attribute `states` is not defined on `None` in union `None | StateMachine`

sympy/combinatorics/tests/test_permutations.py

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

sympy/core/evalf.py

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

sympy/core/function.py

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

sympy/core/numbers.py

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

sympy/core/tests/test_evalf.py

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

sympy/core/tests/test_numbers.py

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

sympy/functions/elementary/hyperbolic.py

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

sympy/functions/elementary/trigonometric.py

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

sympy/geometry/polygon.py

[error] unresolved-attribute - Object of type `Self@rotation` has no attribute `_rot`
[error] unresolved-attribute - Object of type `Self@spin` has no attribute `_rot`
[error] unresolved-attribute - Object of type `Self@rotate` has no attribute `_rot`
[error] unresolved-attribute - Object of type `Self@vertices` has no attribute `_rot`
[error] unresolved-attribute - Object of type `Self@args` has no attribute `_rot`

sympy/interactive/printing.py

[error] invalid-assignment - Object of type `def _print_latex_svg(o) -> Unknown` is not assignable to attribute `_repr_svg_` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `def _print_latex_png(o) -> Unknown` is not assignable to attribute `_repr_png_` of type `(self) -> Unknown`
[error] invalid-assignment - Object of type `def _print_latex_matplotlib(o) -> Unknown` is not assignable to attribute `_repr_png_` of type `(self) -> Unknown`

sympy/matrices/common.py

[error] invalid-argument-type - Argument to bound method `indices` is incorrect: Expected `SupportsIndex`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to bound method `indices` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | int` and `Unknown | None | int`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Any | int` and `Any | None | int`

sympy/ntheory/elliptic_curve.py

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

sympy/parsing/mathematica.py

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

sympy/physics/biomechanics/tests/test_activation.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `e` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `e` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.e` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `excitation` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `excitation` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.excitation` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `a` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `a` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.a` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `activation` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `activation` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.activation` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `tau_a` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `tau_a` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.tau_a` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `tau_d` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `tau_d` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.tau_d` here
[error] invalid-assignment - Object of type `None` is not assignable to attribute `b` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - Cannot assign to read-only property `b` on object of type `FirstOrderActivationDeGroote2016`: Attempted assignment to `FirstOrderActivationDeGroote2016.b` here

sympy/physics/continuum_mechanics/arch.py

[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `None | Unknown` and `Literal[1]`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `None | Unknown` and `float`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `None | Unknown`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `subs` is not defined on `None` in union `None | Unknown`

sympy/physics/continuum_mechanics/beam.py

[error] unresolved-attribute - Attribute `atoms` is not defined on `int & ~AlwaysFalsy` in union `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `subs` is not defined on `int & ~AlwaysFalsy` in union `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `atoms` is not defined on `int & ~AlwaysFalsy` in union `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `subs` is not defined on `int & ~AlwaysFalsy` in union `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[error] unresolved-attribute - Attribute `subs` is not defined on `int` in union `int | Unknown`
[error] unresolved-attribute - Attribute `rewrite` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[error] unresolved-attribute - Attribute `rewrite` is not defined on `int` in union `int | Unknown`

sympy/physics/continuum_mechanics/column.py

[error] unresolved-attribute - Attribute `subs` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[error] unresolved-attribute - Object of type `int` has no attribute `subs`

sympy/physics/mechanics/kane.py

[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - Attribute `items` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix | Unknown`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/physics/mechanics/linearize.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown | MutableDenseMatrix`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - Unary operator `-` is not supported for object of type `None | Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix | Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `None | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `None | Unknown`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `Unknown | None | MutableDenseMatrix`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `None | MutableDenseMatrix`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `Unknown | None | MutableDenseMatrix`
[error] unresolved-attribute - Attribute `T` is not defined on `None` in union `None | MutableDenseMatrix`

sympy/physics/mechanics/system.py

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

sympy/plotting/pygletplot/color_scheme.py

[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `colors` of type `tuple[list[int | float], list[int | float]]`
[error] invalid-assignment - Object of type `list[int | float]` is not assignable to attribute `intervals` of type `tuple[int | float, int | float]`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `colors` of type `tuple[list[int | float], list[int | float]]`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `intervals` of type `tuple[int | float, int | float]`
[error] invalid-assignment - Object of type `list[list[int | float] | Unknown]` is not assignable to attribute `colors` of type `tuple[list[int | float], list[int | float]]`
[error] invalid-assignment - Object of type `tuple[int | float, int | float] | list[int | float] | list[Unknown]` is not assignable to attribute `intervals` of type `tuple[int | float, int | float]`

sympy/plotting/pygletplot/plot.py

[error] unresolved-attribute - Attribute `itervalues` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `itervalues`

sympy/plotting/pygletplot/plot_mode.py

[error] invalid-assignment - Object of type `list[Symbol]` is not assignable to attribute `i_vars` of type `str`

sympy/plotting/pygletplot/plot_modes.py

[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`
[error] unresolved-attribute - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`
[error] unresolved-attribute - Object of type `str` has no attribute `subs`

sympy/polys/domains/finitefield.py

[error] invalid-argument-type - Argument to function `isprime` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `isprime` is incorrect: Expected `SupportsIndex`, found `None | Unknown`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | None` and `Literal[2]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `None | Unknown` and `Literal[2]`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `int` and `Unknown | None`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `int` and `None | Unknown`
[error] unresolved-attribute - Attribute `from_ZZ` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_python` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_gmpy` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_gmpy` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_gmpy` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `from_ZZ_gmpy` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - Attribute `dtype` is not defined on `None` in union `None | Unknown | IntegerRing`
[error] invalid-argument-type - Argument to function `gf_irred_p_rabin` is incorrect: Expected `MPZ`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `gf_irred_p_rabin` is incorrect: Expected `MPZ`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `gf_irred_p_rabin` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] invalid-argument-type - Argument to function `gf_irred_p_rabin` is incorrect: Expected `Domain[MPZ]`, found `None | Unknown | IntegerRing`
[error] invalid-argument-type - Argument to function `gf_zassenhaus` is incorrect: Expected `MPZ`, found `(Unknown & ~Literal[2]) | None`
[error] invalid-argument-type - Argument to function `gf_zassenhaus` is incorrect: Expected `MPZ`, found `None | (Unknown & ~Literal[2])`
[error] invalid-argument-type - Argument to function `gf_zassenhaus` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] invalid-argument-type - Argument to function `gf_zassenhaus` is incorrect: Expected `Domain[MPZ]`, found `None | Unknown | IntegerRing`
[error] unsupported-operator - Operator `//` is not supported between objects of type `(Unknown & ~Literal[2]) | None` and `Literal[2]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `None | (Unknown & ~Literal[2])` and `Literal[2]`

sympy/polys/domains/modularinteger.py

[error] unresolved-attribute - Attribute `convert` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `convert` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `//` is not supported between objects of type `Unknown | None` and `Literal[2]`
[error] unsupported-operator - Operator `//` is not supported between objects of type `None | Unknown` and `Literal[2]`
[error] unresolved-attribute - Attribute `convert` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `convert` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `one` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `one` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `invert` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `invert` is not defined on `None` in union `None | Unknown`

sympy/polys/domains/old_fractionfield.py

[error] unresolved-attribute - Attribute `zero` is not defined on `(...) -> Unknown` in union `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - Attribute `zero` is not defined on `(...) -> Unknown` in union `<class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - Attribute `one` is not defined on `(...) -> Unknown` in union `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - Attribute `one` is not defined on `(...) -> Unknown` in union `<class 'DMF'> | type[Unknown] | ((...) -> Unknown)`

sympy/polys/domains/polynomialring.py

[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`
[error] invalid-return-type - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `PolyElement[Er@PolynomialRing] | PolyElement[Er@PolyRing]`

sympy/polys/fields.py

[error] unresolved-attribute - Attribute `ring` is not defined on `Er@FracElement` in union `Unknown | PolyElement[Er@FracElement] | Er@FracElement`
[error] unresolved-attribute - Attribute `ring` is not defined on `Er@FracElement` in union `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement]`, found `Unknown | PolyElement[Er@FracElement] | Er@FracElement`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement]`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement] | None`, found `Unknown | PolyElement[Er@FracElement] | Er@FracElement`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement] | None`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`

sympy/polys/matrices/rref.py

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

sympy/polys/numberfields/modules.py

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

sympy/polys/polyoptions.py

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

sympy/polys/polytools.py

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

sympy/polys/rings.py

[warning] redundant-cast - Value is already of type `PolyElement[Er@PolyElement]`
[error] invalid-argument-type - Argument to bound method `_add` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `PolyElement[Er@PolyElement] | Er@PolyElement | int | PolyElement[PolyElement[Er@PolyElement]]`
[error] invalid-argument-type - Argument to bound method `_add_ground` is incorrect: Argument type `object` does not satisfy upper bound `RingElement` of type variable `Er`
[error] invalid-argument-type - Argument to bound method `_add_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - Argument to bound method `_sub` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `PolyElement[Er@PolyElement] | Er@PolyElement | int | PolyElement[PolyElement[Er@PolyElement]]`
[error] invalid-argument-type - Argument to bound method `_sub_ground` is incorrect: Argument type `object` does not satisfy upper bound `RingElement` of type variable `Er`
[error] invalid-argument-type - Argument to bound method `_sub_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - Argument to bound method `_rsub_ground` is incorrect: Argument type `object` does not satisfy upper bound `RingElement` of type variable `Er`
[error] invalid-argument-type - Argument to bound method `_rsub_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - Argument to bound method `_mul` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Er@PolyElement & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (PolyElement[PolyElement[Er@PolyElement]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `mul_ground` is incorrect: Argument type `object` does not satisfy upper bound `RingElement` of type variable `Er`
[error] invalid-argument-type - Argument to bound method `mul_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - Argument to bound method `_floordiv` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Er@PolyElement & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `itermonoms` is not defined on `Er@PolyElement`, `int` in union `PolyElement[Er@PolyElement] | Er@PolyElement | int`
[error] not-subscriptable - Cannot subscript object of type `Er@PolyElement` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method

sympy/polys/series/ring.py

[error] invalid-argument-type - Argument to bound method `equal_repr` is incorrect: Expected `TSeriesElement[Er@PowerSeriesElement]`, found `Unknown | TSeriesElement[Never]`
[error] invalid-argument-type - Argument to bound method `equal_repr` is incorrect: Expected `TSeriesElement[Er@PowerSeriesElement]`, found `TSeriesElement[Never]`

sympy/polys/series/tests/test_ring.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `MPQ` and `int | float | PowerSeriesElement[MPQ]`

sympy/printing/c.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[tuple[ComplexType, set[str]]]`, found `Unknown | dict_items[Type, set[str]]`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `IntBaseType` in union `Unknown | FloatType | IntBaseType`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `IntBaseType` in union `FloatType | IntBaseType | Unknown`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `FloatBaseType`, `IntBaseType` in union `Unknown | FloatBaseType | IntBaseType`
[error] unresolved-attribute - Attribute `decimal_dig` is not defined on `FloatBaseType`, `IntBaseType` in union `FloatBaseType | IntBaseType | Unknown`

sympy/printing/glsl.py

[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`
[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `CodePrinter._print_MatrixBase`

sympy/printing/julia.py

[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`
[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `CodePrinter._print_MatrixBase`

sympy/printing/llvmjitcode.py

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

sympy/printing/mathml.py

[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str | Unknown | Element` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str | Element` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Unknown | Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Unknown | Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `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] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`
[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `CodePrinter._print_MatrixBase`

sympy/printing/pretty/pretty.py

[error] invalid-assignment - Object of type `Unknown | int` is not assignable to attribute `binding` on type `str | prettyForm`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `binding` on type `str | prettyForm`
[error] invalid-assignment - Object of type `Unknown | int` is not assignable to attribute `binding` on type `str | prettyForm`
[error] invalid-assignment - Object of type `int` is not assignable to attribute `binding` on type `str | prettyForm`

sympy/printing/pretty/stringpict.py

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

sympy/printing/rust.py

[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`
[error] invalid-method-override - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `CodePrinter._print_MatrixBase`

sympy/printing/tableform.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `int | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(range & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `center` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - Attribute `center` is not defined on `int` in union `int | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `list[str]` and `(range & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

sympy/simplify/hyperexpand.py

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

sympy/solvers/ode/single.py

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

sympy/stats/crv.py

[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Unknown | Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Unknown | Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Any, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Unknown | Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Unknown | Interval]`
[error] invalid-argument-type - Argument to function `integrate` is incorrect: Expected `Expr | tuple[Expr, Expr] | tuple[Expr, Expr, Expr]`, found `tuple[Unknown, Interval]`

sympy/tensor/array/arrayop.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `(Unknown & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase) | (NDimArray & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase)`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `(Unknown & Iterable[object] & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase) | (NDimArray & <Protocol with members '__next__'> & ~DenseNDimArray & ~SparseNDimArray & ~MatrixBase)`

sympy/utilities/codegen.py

[error] unresolved-attribute - Attribute `indent_code` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `indent_code` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_settings` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `Unknown | None | C89CodePrinter`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `None | Unknown | C89CodePrinter`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `Unknown | None | RustCodePrinter`
[error] unresolved-attribute - Attribute `doprint` is not defined on `None` in union `None | Unknown | RustCodePrinter`

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

tornado/curl_httpclient.py

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

tornado/gen.py

[error] invalid-argument-type - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `concurrent.futures._base.Future[Any] | _asyncio.Future[Any]`, found `Unknown | _asyncio.Future[_T@__init__] | None`
[error] invalid-argument-type - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `concurrent.futures._base.Future[_T@__init__ | Any] | _asyncio.Future[_T@__init__ | Any]`, found `_asyncio.Future[_T@__init__] | None`
[error] invalid-argument-type - Argument to function `future_set_exc_info` is incorrect: Expected `concurrent.futures._base.Future[Unknown] | _asyncio.Future[Unknown]`, found `Unknown | _asyncio.Future[_T@__init__] | None`
[error] invalid-argument-type - Argument to function `future_set_exc_info` is incorrect: Expected `concurrent.futures._base.Future[_T@__init__] | _asyncio.Future[_T@__init__]`, found `_asyncio.Future[_T@__init__] | None`

tornado/http1connection.py

[error] unresolved-attribute - Attribute `read_until_regex` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_until_regex` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `io_loop` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `io_loop` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `IOStream | None`
[error] invalid-return-type - Return type does not match returned value: expected `IOStream`, found `Unknown | IOStream | None`
[error] invalid-return-type - Return type does not match returned value: expected `IOStream`, found `IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `closed` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `set_nodelay` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `io_loop` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `io_loop` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `set_nodelay` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_until` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_until` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_bytes` is not defined on `None` in union `IOStream | None`
[error] unresolved-attribute - Attribute `read_until_close` is not defined on `None` in union `Unknown | IOStream | None`
[error] unresolved-attribute - Attribute `read_until_close` is not defined on `None` in union `IOStream | None`

tornado/iostream.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `_StreamBuffer | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `_StreamBuffer | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `_StreamBuffer | None`
[error] unresolved-attribute - Attribute `peek` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - Attribute `peek` is not defined on `None` in union `_StreamBuffer | None`
[error] unresolved-attribute - Attribute `advance` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - Attribute `advance` is not defined on `None` in union `_StreamBuffer | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | _Selectable`, found `Unknown | socket | None`
[error] invalid-return-type - Return type does not match returned value: expected `int | _Selectable`, found `socket | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `socket | None`
[error] unresolved-attribute - Attribute `getsockopt` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `getsockopt` is not defined on `None` in union `socket | None`
[error] unresolved-attribute - Attribute `recv_into` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `recv_into` is not defined on `None` in union `socket | None`
[error] unresolved-attribute - Attribute `connect` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `connect` is not defined on `None` in union `socket | None`
[error] invalid-argument-type - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | socket | None`
[error] invalid-argument-type - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `socket | None`
[error] invalid-argument-type - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | socket | None`
[error] invalid-argument-type - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `socket | None`
[error] unresolved-attribute - Attribute `getsockopt` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `getsockopt` is not defined on `None` in union `socket | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `Unknown | socket | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `socket | None`

tornado/netutil.py

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

tornado/simple_httpclient.py

[error] invalid-argument-type - Argument is incorrect: Expected `(bytes, /) -> None`, found `Unknown | (bound method HTTP1Connection.write(chunk: bytes) -> Future[None])`

tornado/test/netutil_test.py

[error] invalid-assignment - Object of type `(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]` is not assignable to attribute `getaddrinfo` of type `def getaddrinfo(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]`
[error] invalid-assignment - Object of type `(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]` is not assignable to attribute `getaddrinfo` of type `def getaddrinfo(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]`

tornado/web.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, type[UIModule]]`, found `Unknown | dict[str, <class '_linkify'> | <class '_xsrf_form_html'> | <class 'TemplateModule'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, type[UIModule]]`, found `dict[str, <class '_linkify'> | <class '_xsrf_form_html'> | <class 'TemplateModule'>]`

tornado/websocket.py

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

tornado/wsgi.py

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

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

src/trio/_tests/type_tests/check_wraps.py

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

src/trio/_subprocess_platform/windows.py

[error] unresolved-attribute - Attribute `_handle` is not defined on `Popen[bytes]` in union `Unknown | Popen[bytes]`
[error] unresolved-attribute - Object of type `Popen[bytes]` has no attribute `_handle`

src/trio/_tests/test_highlevel_open_tcp_listeners.py

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

src/trio/_tests/test_highlevel_ssl_helpers.py

[error] invalid-assignment - Object of type `Unknown | Listener[Unknown]` is not assignable to `SocketListener`
[error] invalid-assignment - Object of type `Listener[Unknown]` is not assignable to `SocketListener`

src/trio/_tests/test_path.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return])`
[error] unresolved-attribute - Object of type `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return])`
[error] unresolved-attribute - Object of type `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` has no attribute `__qualname__`
[error] unresolved-attribute - Attribute `__qualname__` is not defined on `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return])`
[error] unresolved-attribute - Object of type `[PathT'return](PathT'return, /, strict: bool = False) -> Awaitable[PathT'return]` has no attribute `__qualname__`

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`
[error] type-assertion-failure - Type `Unknown | stat_result` does not match asserted type `stat_result`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | stat_result` does not match asserted type `stat_result`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | bytes` does not match asserted type `bytes`
[error] type-assertion-failure - Type `Unknown | str` does not match asserted type `str`
[error] type-assertion-failure - Type `Unknown | Path` does not match asserted type `Path`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | bool` does not match asserted type `bool`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | None` does not match asserted type `None`
[error] type-assertion-failure - Type `Unknown | int` does not match asserted type `int`

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

src/urllib3/connectionpool.py

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

src/urllib3/contrib/emscripten/fetch.py

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

src/urllib3/poolmanager.py

[error] unresolved-attribute - Attribute `copy` is not defined on `Mapping[str, str] & ~AlwaysFalsy` in union `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict`
[error] unresolved-attribute - Attribute `copy` is not defined on `Mapping[str, str]` in union `Any | Mapping[str, str] | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `host` is not defined on `None` in union `Url | None | Unknown`
[error] unresolved-attribute - Attribute `host` is not defined on `None` in union `Url | None`
[error] unresolved-attribute - Attribute `port` is not defined on `None` in union `Url | None | Unknown`
[error] unresolved-attribute - Attribute `port` is not defined on `None` in union `Url | None`
[error] unresolved-attribute - Attribute `scheme` is not defined on `None` in union `Url | None | Unknown`
[error] unresolved-attribute - Attribute `scheme` is not defined on `None` in union `Url | None`

src/urllib3/response.py

[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `Unknown | HTTPConnectionPool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `HTTPConnectionPool | None`

src/urllib3/util/retry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str] | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str]`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str]`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[RequestHistory, ...] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[RequestHistory, ...] | None`, found `Unknown | int | None | ... omitted 5 union elements`

src/urllib3/util/ssltransport.py

[error] unresolved-attribute - Attribute `_io_refs` is not defined on `socket` in union `Unknown | socket`
[error] unresolved-attribute - Object of type `socket` has no attribute `_io_refs`
[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET_DICT | bytes | None`, found `Unknown | dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | bytes | None`
[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET_DICT | bytes | None`, found `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | bytes | None`
[error] unresolved-attribute - Attribute `_decref_socketios` is not defined on `socket` in union `Unknown | socket`
[error] unresolved-attribute - Object of type `socket` has no attribute `_decref_socketios`

src/urllib3/util/timeout.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `(Unknown & ~None) | int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Expected `(Unknown & ~None & ~_TYPE_DEFAULT) | int | float`, found `(Unknown & ~None) | int | float | _TYPE_DEFAULT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Expected `int | float`, found `int | float | _TYPE_DEFAULT`

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

references/segmentation/utils.py

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

test/datasets_utils.py

[error] unresolved-attribute - Attribute `copy` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `copy` is not defined on `None` in union `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["download"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["download"]` and `None | Unknown`
[error] unresolved-attribute - Attribute `__mro__` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `__mro__` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[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 `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown | str` and `Unknown | None`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `str` and `None | Unknown`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `None | Unknown`
[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `None | Unknown`

test/test_datasets.py

[error] invalid-assignment - Object of type `tuple[Unknown] | tuple[Unknown, Unknown, Unknown]` is not assignable to attribute `FEATURE_TYPES` of type `tuple[()]`
[error] invalid-assignment - Object of type `tuple[()] | tuple[Unknown] | tuple[Unknown, Unknown, Unknown]` is not assignable to attribute `FEATURE_TYPES` of type `tuple[()]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `Unknown | str | tuple[str, ...] | int`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | tuple[str, ...] | int`
[error] unsupported-operator - Operator `-` is not supported between objects of type `Unknown | str | tuple[str, ...] | int` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `str | tuple[str, ...] | int` and `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `str | tuple[str, ...] | int`

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `int | list[int] | tuple[int] | None | tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `int | list[int] | tuple[int] | None | tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `int | list[int] | tuple[int] | None | tuple[int, int]`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[int] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `int | list[int] | tuple[int] | None | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `list[Unknown | int] | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `list[int] | Unknown`
[error] invalid-argument-type - Argument to function `erase` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `erase` is incorrect: Expected `bool`, found `int | Unknown`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `int`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `five_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[3], Literal[5]]`
[error] invalid-argument-type - Argument to function `five_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`
[error] invalid-argument-type - Argument to function `ten_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[3], Literal[5]]`
[error] invalid-argument-type - Argument to function `ten_crop` is incorrect: Expected `list[int]`, found `tuple[int, int]`

torchvision/prototype/datasets/_builtin/caltech.py

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

torchvision/transforms/transforms.py

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

torchvision/transforms/v2/_auto_augment.py

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

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

src/werkzeug/local.py

[error] unresolved-attribute - Attribute `__get__` is not defined on `(LocalProxy[Any], /) -> Any` in union `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)`
[error] unresolved-attribute - Object of type `(LocalProxy[Any], /) -> Any` has no attribute `__get__`

src/werkzeug/wsgi.py

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

tests/test_datastructures.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal[42]` and `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal[42]` and `EnvironHeaders & ~AlwaysFalsy`

tests/test_routing.py

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

tests/test_wrappers.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `content_length` on type `Response` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `age` on type `Response` with custom `__set__` method
[error] invalid-assignment - Invalid assignment to data descriptor attribute `age` on type `Response` with custom `__set__` method

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

asv_bench/benchmarks/coarsen.py

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

asv_bench/benchmarks/dataset_io.py

[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[str, int | float]`
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `dict[str, int | float]`

xarray/backends/common.py

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

xarray/backends/locks.py

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

xarray/core/accessor_str.py

[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `Unknown | DataArray`
[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `DataArray`
[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `Unknown | DataArray`
[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `DataArray`

xarray/tests/test_dask.py

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

xarray/tests/test_dataarray.py

[error] invalid-assignment - Object of type `Unknown | Variable` is not assignable to attribute `variable` on type `Unknown | DataArray`
[error] invalid-assignment - Cannot assign to read-only property `variable` on object of type `DataArray`: Attempted assignment to `DataArray.variable` here

xarray/tests/test_groupby.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | DataArrayGroupBy` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `DataArrayGroupBy` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | DataArrayGroupBy`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `DataArrayGroupBy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `DataArray` and `Unknown | DataArrayGroupBy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `DataArray` and `DataArrayGroupBy`

xarray/tests/test_plot.py

[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`

xarray/tests/test_sparse.py

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

xarray/tests/test_utils.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Frozen[Unknown, Unknown]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Frozen[str, str]`
[error] not-subscriptable - Cannot delete subscript on object of type `Frozen[Unknown, Unknown]` with no `__delitem__` method
[error] not-subscriptable - Cannot delete subscript on object of type `Frozen[str, str]` with no `__delitem__` method
[error] unresolved-attribute - Object of type `Frozen[Unknown, Unknown]` has no attribute `update`
[error] unresolved-attribute - Object of type `Frozen[str, str]` has no attribute `update`

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

src/zope/interface/ro.py

[error] invalid-assignment - Object of type `InconsistentResolutionOrderError` is not assignable to attribute `direct_inconsistency` of type `bool`
[error] invalid-assignment - Object of type `WeakKeyDictionary[Unknown, Unknown]` is not assignable to attribute `BAD_IROS` of type `tuple[()]`

src/zope/interface/declarations.py

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

src/zope/interface/registry.py

[error] unresolved-attribute - Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `lookup`
[error] unresolved-attribute - Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `lookup`
[error] unresolved-attribute - Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `lookupAll`
[error] unresolved-attribute - Attribute `subscriptions` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `subscriptions`
[error] unresolved-attribute - Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `queryAdapter`
[error] unresolved-attribute - Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `queryAdapter`
[error] unresolved-attribute - Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `queryMultiAdapter`
[error] unresolved-attribute - Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `queryMultiAdapter`
[error] unresolved-attribute - Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `lookupAll`
[error] unresolved-attribute - Attribute `subscribers` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `subscribers`
[error] unresolved-attribute - Attribute `subscribers` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[error] unresolved-attribute - Object of type `AdapterRegistry` has no attribute `subscribers`
[error] invalid-assignment - Object of type `(_) -> None` is not assignable to attribute `changed` on type `Unknown | AdapterRegistry`
[error] invalid-assignment - Object of type `(_) -> None` is not assignable to attribute `changed` of type `def changed(self, originally_changed) -> Unknown`

src/zope/interface/tests/test_adapter.py

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

src/zope/interface/tests/test_declarations.py

[error] invalid-assignment - Object of type `tuple[InterfaceClass]` is not assignable to attribute `declared` of type `tuple[()]`
[error] invalid-assignment - Object of type `tuple[InterfaceClass]` is not assignable to attribute `declared` of type `tuple[()]`

src/zope/interface/tests/test_interface.py

[error] invalid-assignment - Object of type `<class 'MyException'>` is not assignable to attribute `Exc` of type `<class 'AttributeError'>`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | Attribute`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Attribute`

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

corporate/lib/stripe.py

[error] no-matching-overload - No overload of bound method `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]`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealmBillingUser` in union `(Unknown & ~None) | RemoteRealmBillingUser`
[error] unresolved-attribute - Object of type `RemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealmBillingUser` in union `(Unknown & ~None) | RemoteRealmBillingUser`
[error] unresolved-attribute - Object of type `RemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteServerBillingUser` in union `(Unknown & ~None) | RemoteServerBillingUser`
[error] unresolved-attribute - Object of type `RemoteServerBillingUser` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteServerBillingUser` in union `(Unknown & ~None) | RemoteServerBillingUser`
[error] unresolved-attribute - Object of type `RemoteServerBillingUser` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`

corporate/lib/support.py

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

corporate/tests/test_stripe.py

[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`

corporate/views/upgrade.py

[error] unresolved-attribute - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[error] unresolved-attribute - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`

zerver/actions/user_groups.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[dict[str, Any]]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[dict[str, Any]]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[dict[str, Any]]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[_T@list]` is not assignable to `list[MemberGroupUserDict]`
[error] invalid-assignment - Object of type `list[dict[str, Any]]` is not assignable to `list[MemberGroupUserDict]`

zerver/actions/users.py

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

zerver/lib/attachments.py

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

zerver/lib/display_recipient.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[int, UserDisplayRecipient]`, found `dict[int, dict[str, Any] | UserDisplayRecipient]`
[error] invalid-argument-type - Argument to function `bulk_cached_fetch` is incorrect: Expected `(dict[str, Any] | UserDisplayRecipient, /) -> int`, found `def user_dict_id_fetcher(user_dict: UserDisplayRecipient) -> int`
[error] invalid-return-type - Return type does not match returned value: expected `list[UserDisplayRecipient]`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[UserDisplayRecipient]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[UserDisplayRecipient]`, found `Unknown | QuerySet[Unknown, dict[str, Any]]`

zerver/lib/events.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `(str, str, /) -> str | bool | None` in union `Unknown | ((str, str, /) -> str | bool | None)`
[error] unresolved-attribute - Object of type `(str, str, /) -> str | bool | None` has no attribute `__name__`
[error] unresolved-attribute - Attribute `__name__` is not defined on `(str, str, /) -> str | bool | None` in union `Unknown | ((str, str, /) -> str | bool | None)`
[error] unresolved-attribute - Object of type `(str, str, /) -> str | bool | None` has no attribute `__name__`

zerver/lib/markdown/__init__.py

[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `NamedUserGroup & ~AlwaysFalsy` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `NamedUserGroup & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`
[error] unresolved-attribute - Object of type `NamedUserGroup & ~AlwaysFalsy` has no attribute `id`

zerver/lib/narrow.py

[error] unresolved-attribute - Attribute `recipient_id` is not defined on `UserProfile` in union `(Unknown & ~None) | UserProfile`
[error] unresolved-attribute - Object of type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - Attribute `recipient_id` is not defined on `UserProfile` in union `(Unknown & ~None) | UserProfile`
[error] unresolved-attribute - Object of type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - Attribute `recipient_id` is not defined on `UserProfile` in union `(Unknown & ~None) | UserProfile`
[error] unresolved-attribute - Object of type `UserProfile` has no attribute `recipient_id`

zerver/models/users.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[RawUserDict]`, found `Unknown | QuerySet[Unknown, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[RawUserDict]`, found `Unknown | QuerySet[Unknown, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[RawUserDict]`, found `Unknown | QuerySet[Unknown, dict[str, Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[dict[str, Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[dict[str, Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[_T@list]`
[error] invalid-return-type - Return type does not match returned value: expected `list[RawUserDict]`, found `list[dict[str, Any]]`

zerver/tests/test_attachments.py

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

zerver/tests/test_channel_permissions.py

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

zerver/tests/test_create_video_call.py

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

zerver/tests/test_e2ee_push_notifications.py

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

zerver/tests/test_event_system.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[error] unresolved-attribute - Unresolved attribute `default_events_register_stream_id` on type `UserProfile`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[error] unresolved-attribute - Unresolved attribute `default_events_register_stream_id` on type `UserProfile`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[error] unresolved-attribute - Unresolved attribute `default_events_register_stream_id` on type `UserProfile`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[error] unresolved-attribute - Object of type `Stream` has no attribute `id`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[error] unresolved-attribute - Unresolved attribute `default_events_register_stream_id` on type `UserProfile`

zerver/tests/test_events.py

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

zerver/tests/test_handle_push_notification.py

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

zerver/tests/test_middleware.py

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

zerver/tests/test_push_notifications.py

[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[error] unresolved-attribute - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[error] unresolved-attribute - Object of type `UserProfile` has no attribute `realm_id`

zerver/tests/test_zilencer_analytics.py

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