Ecosystem report

Old: main (merge base) a0337793 New: 24320/merge 8dbf4bee
Lint Rule Removed Added Changed
Total 210 543 4702
unresolved-attribute 6 251 2692
invalid-argument-type 50 28 787
unsupported-operator 5 18 789
invalid-assignment 76 188 244
invalid-return-type 5 6 98
not-iterable 2 0 56
not-subscriptable 10 19 1
call-non-callable 12 3 6
no-matching-overload 3 15 0
invalid-await 0 0 14
division-by-zero 10 0 0
possibly-unresolved-reference 10 0 0
unused-type-ignore-comment 8 0 0
possibly-missing-attribute 0 0 7
invalid-key 0 6 0
type-assertion-failure 6 0 0
call-top-callable 0 5 0
invalid-yield 0 0 4
index-out-of-bounds 3 0 0
missing-argument 1 1 0
missing-typed-dict-key 2 0 0
redundant-cast 0 2 0
unsupported-base 1 0 1
unsupported-dynamic-base 0 0 2
deprecated 0 1 0
invalid-context-manager 0 0 1
Project Removed Added Changed
Total 210 543 4702
manticore 2 9 624
meson 11 10 546
core 15 17 340
pywin32 2 7 314
spack 11 54 222
dd-trace-py 9 35 217
scikit-learn 8 69 147
scipy 4 20 190
sympy 18 15 121
dragonchain 5 67 79
stone 0 1 147
setuptools 13 9 115
apprise 1 35 93
mongo-python-driver 0 12 114
scrapy 3 3 116
ignite 27 25 67
pip 4 20 78
zulip 4 6 76
sockeye 1 0 82
rotki 2 17 57

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

github/Requester.py

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

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

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

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`

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

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)

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-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 `Unknown | PersistentStoreMode | NotifyFormat`

apprise/attachment/base.py

[error] unsupported-operator - Operator `<=` is not supported between objects of type `int | float` and `(Unknown & ~AlwaysFalsy & ~Literal[True]) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy & ~Literal[True])`
[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 `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]`

apprise/config/base.py

[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 `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] 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] 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/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] 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] 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] 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/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/email/base.py

[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] 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 `str | Unknown | int | tuple[Unknown | str] | None`
[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 | Unknown | tuple[Unknown | str] | None`
[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 `str | Unknown | int | tuple[Unknown | str] | None` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `Unknown | None | str | ... omitted 3 union elements` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["mode"]` and value of type `None | Unknown | str | ... omitted 3 union elements` on object of type `dict[str, str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["from"]` and value of type `(Unknown & ~AlwaysFalsy) | Literal[True] | str` on object of type `dict[str, str]`
[error] invalid-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] 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 `str` and `Unknown | bool`
[error] unsupported-operator - Operator `+` is not supported between objects of type `str` and `bool | Literal[""]`

apprise/plugins/growl.py

[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/irc/base.py

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

apprise/plugins/mailgun.py

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

apprise/plugins/msteams.py

[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 | tuple[int, int, int] | None` and `Literal[1]`

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/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/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/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/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 - 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/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/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] 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/xmpp/base.py

[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[Unknown | Literal["xmpps", "xmpp"], Unknown, str, Unknown | None, Unknown | None, Unknown | None | int]`

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/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_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 `BlockingIOError` is not assignable to attribute `_recv_side_effect` of type `None`
[error] invalid-assignment - Object of type `OSError` is not assignable to attribute `_recv_side_effect` of type `None`
[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 `OSError` is not assignable to attribute `_send_side_effect` of type `None`
[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 `OSError` is not assignable to attribute `_recv_side_effect` of type `None`
[error] invalid-assignment - Object of type `_DummyFile` is not assignable to attribute `_wfile` of type `None | SocketIO`

archinstall (https://github.com/archlinux/archinstall)

archinstall/lib/output.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `DataclassInstance` has no attribute `table_data`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `DataclassInstance` has no attribute `json`

archinstall/tui/curses_menu.py

[error] unresolved-attribute - Object of type `Self@_sig_win_resize` has no attribute `_component`
[error] unresolved-attribute - Object of type `~None` has no attribute `resize_win`
[error] unresolved-attribute - Object of type `Self@_sig_win_resize` has no attribute `_component`

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`

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

[error] invalid-assignment - Object of type `Literal["a"]` is not assignable to attribute `v` of type `None`

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

[error] unresolved-attribute - Object of type `Self@copy` has no attribute `mocksignature`

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_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__`

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

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`

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

black (https://github.com/psf/black)

src/blib2to3/pgen2/grammar.py

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

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] 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/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] unresolved-attribute - Object of type `Self@_check_missing_dimension` has no attribute `start`
[error] unresolved-attribute - Object of type `Self@_check_missing_dimension` has no attribute `end`

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/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] 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/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/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/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/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] 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] 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/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/sources/test_configdrive.py

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

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_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/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/mqtt_room/sensor.py

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

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 '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, 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 | 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/media_player/__init__.py

[error] invalid-argument-type - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] unresolved-attribute - Object of type `Self@async_toggle` has no attribute `toggle`
[error] invalid-argument-type - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] unresolved-attribute - Object of type `Self@async_volume_up` has no attribute `volume_up`
[error] invalid-argument-type - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] unresolved-attribute - Object of type `Self@async_volume_down` has no attribute `volume_down`
[error] invalid-argument-type - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] unresolved-attribute - Object of type `Self@async_media_play_pause` has no attribute `media_play_pause`

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/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/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/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/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_aqara/entity.py

[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `_data_key`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `_data_key`

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

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@async_device_update` has no attribute `async_update`
[error] invalid-argument-type - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] unresolved-attribute - Object of type `Self@async_device_update` has no attribute `update`

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`

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

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 `Unknown | EnvVariable[bool] | 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]`

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 `def wrap_executor(tracer, fn, args, kwargs, span_name, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` of type `None`
[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/tornado/patch.py

[error] invalid-assignment - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` of type `None`

ddtrace/contrib/internal/wsgi/wsgi.py

[error] unresolved-attribute - Object of type `Self@__call__` has no attribute `_request_call_name`
[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-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 `Unknown | DerivedVariable[str | Any]`

ddtrace/debugging/_uploader.py

[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 `Unknown | 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 `Unknown | DerivedVariable[str | Any]`

ddtrace/internal/ci_visibility/recorder.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`
[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`

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

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

[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 `Unknown | bool | EnvVariable[bool]`

ddtrace/internal/telemetry/writer.py

[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 `Unknown | EnvVariable[int | float]`

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

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

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

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/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 `LiteralString` 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 `LiteralString` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Any | str]`

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] invalid-assignment - Object of type `Self@parsedebug` is not assignable to attribute `parser` of type `None`
[error] invalid-assignment - Object of type `Self@parseopt` is not assignable to attribute `parser` of type `None`
[error] invalid-assignment - Object of type `Self@parseopt_notrack` is not assignable to attribute `parser` of type `None`
[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/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/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/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/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/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)`

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

[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None) | Unknown`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `(bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> 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_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_settings.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `trace_query_string` of type `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/ext/tasks/__init__.py

[error] invalid-assignment - Object of type `T@__get__ & ~None` is not assignable to attribute `_injected` of type `None`

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

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

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

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

[error] invalid-return-type - Return type does not match returned value: expected `dict[bytes, int]`, found `object`
[error] unresolved-attribute - Object of type `Self@_get_ref_update_indices` has no attribute `_ref_update_indices`

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

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

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

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/core/modeltools.py

[error] not-iterable - Object of type `object` is not iterable
[error] unresolved-attribute - Object of type `type[Self@get_methods]` has no attribute `INTERFACE_METHODS`

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

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

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/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/pyspark/__init__.py

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

ibis/backends/sql/compilers/snowflake.py

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

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

[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `initially_none` of type `None`

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/fuser/block_spec.py

[error] invalid-assignment - Object of type `tuple[Unknown, ...]` is not assignable to attribute `scalar_prefetch` of type `None`

jax/_src/pallas/mosaic/pipeline.py

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

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

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

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 `vma` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `vma`

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/_src/test_util.py

[error] invalid-assignment - Object of type `Counter[Unknown]` is not assignable to attribute `lower_jaxpr_to_fun_counts` of type `None`
[error] invalid-assignment - Object of type `list[tuple[ClosedJaxpr, Unknown]]` is not assignable to attribute `collect_lowered_jaxprs` of type `None`

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

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 - Object of type `None` has no attribute `locked_context`
[error] unresolved-attribute - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `locked_context`

examples/evm/use_def.py

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

manticore/core/manticore.py

[error] invalid-assignment - Object of type `Self@register_plugin` is not assignable to attribute `manticore` of type `None`

manticore/core/plugin.py

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

manticore/core/smtlib/constraints.py

[error] invalid-assignment - Object of type `Self@__enter__` is not assignable to attribute `_parent` of type `None`
[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 - Object of type `None` has no attribute `locked_context`
[error] unresolved-attribute - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `get_metadata`
[error] unresolved-attribute - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `metadata`
[error] unresolved-attribute - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `metadata`
[error] unresolved-attribute - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `metadata`

manticore/ethereum/plugins.py

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

manticore/native/cpu/abstractcpu.py

[error] invalid-assignment - Object of type `int` is not assignable to attribute `_stop_at` on type `ConcreteUnicornEmulator & ~AlwaysFalsy`
[error] invalid-assignment - Object of type `int | None` is not assignable to attribute `_stop_at` of type `None`
[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 - Object of type `None` has no attribute `_publish`
[error] invalid-assignment - Object of type `(...) -> None` is not assignable to attribute `_publish` on type `Unknown | None`
[error] unresolved-attribute - Unresolved attribute `_publish` on type `None`
[error] unresolved-attribute - Attribute `ready_states` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `ready_states`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[error] unresolved-attribute - Unresolved attribute `_publish` on type `None`
[error] unresolved-attribute - Attribute `_workspace` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `_workspace`
[error] unresolved-attribute - Attribute `kill_state` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `kill_state`
[error] unresolved-attribute - Attribute `_save` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `_save`

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 - Object of type `None` has no attribute `_load`
[error] unresolved-attribute - Attribute `_load` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `_load`

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 - Object of type `None` has no attribute `shutdown`
[error] unresolved-attribute - Attribute `shutdown` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `shutdown`
[error] unresolved-attribute - Attribute `is_main` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `is_main`
[error] unresolved-attribute - Attribute `is_running` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `is_running`

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

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

tests/native/test_unicorn_concrete.py

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

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

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] unresolved-attribute - Attribute `is_os2` is not defined on `None` in union `MachineInfo | None`
[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] 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 `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] invalid-assignment - Object of type `ExternalProgram` is not assignable to attribute `pkgbin` of type `None`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `pkgbin_version`
[error] unresolved-attribute - Attribute `get_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `get_path`
[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 - Object of type `None` has no attribute `get_command`
[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-assignment - Object of type `str` is not assignable to attribute `test_setup_default_name` of type `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] 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 - 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`
[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"])`

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] 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 | Unknown] | 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/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/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] 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, 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] 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/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__`

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

pymongo/asynchronous/encryption.py

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

pymongo/synchronous/encryption.py

[error] invalid-assignment - Object of type `MongoClient[Unknown]` is not assignable to attribute `_internal_client` of type `None`
[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/modulefinder.py

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

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

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/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/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-assignment - Object of type `list[Unknown]` is not assignable to attribute `default` of type `None`

openlibrary/plugins/upstream/mybooks.py

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

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

[error] invalid-assignment - Object of type `str` is not assignable to attribute `model_name` of type `None`
[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/_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/pruners/_hyperband.py

[warning] division-by-zero - Cannot reduce object of type `int` modulo zero

optuna/storages/_rdb/storage.py

[error] invalid-assignment - Object of type `Unknown | Column[Unknown]` is not assignable to attribute `_trial_id` on type `FrozenTrial & ~AlwaysFalsy`

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_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-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/client.py

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

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

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/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/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/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/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/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-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

[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/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, ...]`

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

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

pandera/api/dataframe/model.py

[warning] unsupported-dynamic-base - Unsupported class base: Has type `type[Self@__class_getitem__] & <Protocol with members '__parameters__'>`
[warning] unsupported-dynamic-base - Unsupported class base: Has type `type[Self@__class_getitem__]`

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/pyspark/model.py

[warning] unsupported-dynamic-base - Unsupported class base: Has type `type[Self@__class_getitem__] & <Protocol with members '__parameters__'>`
[warning] unsupported-dynamic-base - Unsupported class base: Has type `type[Self@__class_getitem__]`

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`

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 - Object of type `None` has no attribute `method`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `None`

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`
[error] unresolved-attribute - Attribute `release_conn` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `release_conn`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `url`
[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` and `Literal[400]`

src/pip/_internal/network/session.py

[error] invalid-assignment - Object of type `Literal[200]` is not assignable to attribute `status_code` of type `None`
[error] invalid-assignment - Object of type `str | (Unknown & ~None)` is not assignable to attribute `url` of type `None`
[error] invalid-assignment - Object of type `Literal[404]` is not assignable to attribute `status_code` of type `None`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `reason` of type `None`
[error] invalid-assignment - Object of type `BytesIO` is not assignable to attribute `raw` of type `None`
[error] invalid-assignment - Object of type `BufferedReader[_BufferedReaderStream]` is not assignable to attribute `raw` of type `None`
[error] invalid-assignment - Object of type `bound method BufferedReader[_BufferedReaderStream].close() -> None` is not assignable to attribute `close` of type `def close(self) -> Unknown`
[error] unresolved-attribute - Object of type `None` has no attribute `close`

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`
[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` 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`
[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` and `Literal[600]`
[error] unresolved-attribute - Attribute `stream` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `stream`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `read`

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

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/pygments/lexer.py

[error] unresolved-attribute - Object of type `Self@__call__` has no attribute `token_variants`

src/pip/_vendor/requests/models.py

[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `str`, found `Unknown | None`
[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 - Object of type `None` has no attribute `read`
[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`
[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` 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`
[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` and `Literal[600]`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `close`

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

[error] invalid-assignment - Object of type `str` is not assignable to attribute `vertical_overflow` of type `Literal["crop", "ellipsis", "visible"]`

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

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

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

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/events/schemas/automations.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@as_automation` has no attribute `trigger_type`

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-await - `Unknown | R@AsyncTaskRunEngine | Coroutine[Any, Any, R@AsyncTaskRunEngine]` is not awaitable
[error] invalid-await - `R@AsyncTaskRunEngine | Coroutine[Any, Any, R@AsyncTaskRunEngine]` is not awaitable
[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] unresolved-attribute - Attribute `__code__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__code__`
[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `Unknown | ((**P@Task) -> R@Task)`
[error] unresolved-attribute - Unresolved attribute `__prefect_self__` on type `(**P@Task) -> R@Task`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[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/prefect/utilities/_engine.py

[error] invalid-argument-type - Argument to bound method `is_callback_with_parameters` is incorrect: Expected `(...) -> str`, found `(Unknown & Top[(...) -> object]) | (str & Top[(...) -> object]) | (() -> str) | TaskRunNameCallbackWithParameters`
[error] invalid-argument-type - Argument to bound method `is_callback_with_parameters` is incorrect: Expected `(...) -> str`, found `(str & Top[(...) -> object]) | (() -> str) | TaskRunNameCallbackWithParameters`

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

psycopg/psycopg/_typeinfo.py

[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] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & ~AlwaysFalsy) | (tuple[int, ...] & ~AlwaysFalsy)`
[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/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`

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/PublicKey/ElGamal.py

[error] unresolved-attribute - Object of type `Self@_sign` has no attribute `x`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `g`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `g`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `x`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `y`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `y`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_decrypt` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_sign & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_sign` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_sign & <Protocol with members 'x'>` has no attribute `g`
[error] unresolved-attribute - Object of type `Self@_sign` has no attribute `g`
[error] unresolved-attribute - Object of type `Self@_sign & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - Object of type `Self@_sign` has no attribute `p`

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/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, Unknown | Literal[17], 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 | Unknown]`
[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/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__`

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/algorithms.py

[error] unresolved-attribute - Attribute `public_numbers` is not defined on `RSAPrivateKey` in union `RSAPrivateKey | RSAPublicKey`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Attribute `private_numbers` is not defined on `RSAPublicKey` in union `RSAPrivateKey | RSAPublicKey`

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

[error] unresolved-attribute - Object of type `object` has no attribute `_is_one_message_enabled`
[error] unresolved-attribute - Object of type `Self@append_stream` has no attribute `linter`

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

[error] invalid-assignment - Object of type `Literal["topic"]` is not assignable to attribute `type` of type `None`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `context` of type `None`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `context` of type `None`

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 - Object of type `None` has no attribute `OnInitialUpdate`
[error] unresolved-attribute - Attribute `OnBeginPrinting` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnBeginPrinting`
[error] unresolved-attribute - Attribute `OnEndPrinting` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnEndPrinting`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnFilePrintPreview`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnFilePrint`
[error] unresolved-attribute - Attribute `InitMDIInstance` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `InitMDIInstance`

Pythonwin/pywin/Demos/app/helloapp.py

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

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 - Object of type `None` has no attribute `OnInitialUpdate`

Pythonwin/pywin/Demos/ocx/msoffice.py

[error] unresolved-attribute - Attribute `OnActivate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnActivate`
[error] unresolved-attribute - Attribute `OnChange` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnChange`
[error] unresolved-attribute - Attribute `OnChangeItemPosition` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnChangeItemPosition`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitialUpdate`
[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`

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 - Object of type `None` has no attribute `PreCreateWindow`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitialUpdate`

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`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnCancel`

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 - Object of type `None` has no attribute `InitialUpdateFrame`

Pythonwin/pywin/Demos/toolbar.py

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

Pythonwin/pywin/debugger/debugger.py

[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `CreateWindow`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `CreateWindow`
[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] unresolved-attribute - Unresolved attribute `dwStyle` on type `None`
[error] unresolved-attribute - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `CreateWindow`
[error] unresolved-attribute - Attribute `CalcDynamicLayout` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `CalcDynamicLayout`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `dwStyle`
[error] unresolved-attribute - Attribute `OnSetCursor` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnSetCursor`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `dwStyle`
[error] unresolved-attribute - Attribute `OnNcHitTest` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnNcHitTest`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `dwStyle`
[error] unresolved-attribute - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `dwStyle`

Pythonwin/pywin/framework/app.py

[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `PreCreateWindow`
[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 - Object of type `None` has no attribute `OnPaint`
[error] unresolved-attribute - Attribute `OnEraseBkgnd` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnEraseBkgnd`
[error] unresolved-attribute - Attribute `InitDlgInstance` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `InitDlgInstance`

Pythonwin/pywin/framework/editor/ModuleBrowser.py

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

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 - Object of type `None` has no attribute `OnCloseDocument`
[error] unresolved-attribute - Attribute `SaveModified` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SaveModified`
[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 - Object of type `None` has no attribute `OnInitialUpdate`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineFromChar`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineIndex`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineIndex`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SetSel`
[error] unresolved-attribute - Attribute `Cut` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `Cut`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetSel`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineFromChar`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineIndex`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `ReplaceSel`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineIndex`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SetSel`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SetSel`
[error] unresolved-attribute - Attribute `Clear` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `Clear`
[error] unresolved-attribute - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SetSel`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `ReplaceSel`
[error] unresolved-attribute - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `ReplaceSel`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetSel`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineFromChar`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineFromChar`

Pythonwin/pywin/framework/editor/frame.py

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

Pythonwin/pywin/framework/editor/template.py

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

Pythonwin/pywin/framework/intpyapp.py

[error] unresolved-attribute - Attribute `OnClose` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnClose`
[error] unresolved-attribute - Attribute `OnCommand` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnCommand`
[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 - Object of type `None` has no attribute `Shutdown`
[error] unresolved-attribute - Attribute `Destroy` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `Destroy`

Pythonwin/pywin/framework/sgrepmdi.py

[error] unresolved-attribute - Attribute `OnCloseDocument` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnCloseDocument`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitialUpdate`
[error] unresolved-attribute - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineFromChar`
[error] unresolved-attribute - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetLine`
[error] unresolved-attribute - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetSel`
[error] unresolved-attribute - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LineIndex`
[error] unresolved-attribute - Attribute `SaveTextFile` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `SaveTextFile`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnOK`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitDialog`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnOK`

Pythonwin/pywin/framework/toolmenu.py

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

Pythonwin/pywin/framework/winout.py

[error] unresolved-attribute - Attribute `LoadFrame` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `LoadFrame`
[error] unresolved-attribute - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `PreCreateWindow`
[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 - Object of type `None` has no attribute `HookOleEvent`

Pythonwin/pywin/mfc/dialog.py

[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnOK`
[error] unresolved-attribute - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnCancel`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `UpdateData` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `UpdateData`
[error] unresolved-attribute - Attribute `datalist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `datalist`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitDialog`
[error] unresolved-attribute - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnOK`
[error] unresolved-attribute - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitDialog`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`
[error] unresolved-attribute - Attribute `data` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `data`

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 - Object of type `None` has no attribute `CreateWindow`

Pythonwin/pywin/scintilla/formatter.py

[error] invalid-assignment - Object of type `Literal[32]` is not assignable to attribute `stylenum` of type `None`
[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 - Object of type `None` has no attribute `SendMessage`
[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 - Object of type `None` has no attribute `OnBeginPrinting`
[error] unresolved-attribute - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnFilePrintPreview`
[error] unresolved-attribute - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnFilePrint`

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 - Object of type `None` has no attribute `OnOK`
[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 - Object of type `None` has no attribute `OnCancel`
[error] unresolved-attribute - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `OnInitialUpdate`

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 - Object of type `None` has no attribute `OnInitialUpdate`
[error] unresolved-attribute - Attribute `GetSafeHwnd` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `GetSafeHwnd`

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`

com/win32com/client/dynamic.py

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

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 | Unknown | list[str]`

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/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-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 - Object of type `None` has no attribute `Attach`

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/test/test_odbc.py

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

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

[error] unresolved-attribute - Attribute `Close` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `Close`
[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`
[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`

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

[error] invalid-assignment - Object of type `str` is not assignable to attribute `vertical_overflow` of type `Literal["crop", "ellipsis", "visible"]`

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 8 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 8 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/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 8 literals]`, found `Unknown | Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 5 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 8 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 5 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/woo_fi/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_stake_v1_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(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_stake_v1_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(context: DecoderContext) -> EvmDecodingOutput]]`
[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_stake_v2_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(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_stake_v2_events(context: DecoderContext) -> EvmDecodingOutput]` on object of type `dict[ChecksumAddress | Unknown, tuple[bound method Self@addresses_to_decoders._decode_swap(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_cross_swap_router_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_master_chef_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_supercharger_events(context: DecoderContext) -> EvmDecodingOutput] | tuple[bound method Self@addresses_to_decoders._decode_withdraw(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/globaldb/handler.py

[error] unresolved-attribute - Attribute `chain_id` is not defined on `SolanaToken` in union `SolanaToken | EvmToken`

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/config/_diff_base.py

[error] unresolved-attribute - Object of type `Self@__repr__` has no attribute `_rate_limit`

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

[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `child_` of type `None`
[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `child_` of type `None`
[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `next_leaf_` of type `None`
[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `prev_leaf_` of type `None`
[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `next_leaf_` of type `None`
[error] invalid-assignment - Object of type `_CFNode` is not assignable to attribute `prev_leaf_` of type `None`
[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/compose/_column_transformer.py

[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - Object of type `Self@_sk_visual_block_` has no attribute `feature_names_in_`

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

[error] unresolved-attribute - Object of type `Self@_transform` has no attribute `alpha`

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

[error] unresolved-attribute - Object of type `Self@_fit` has no attribute `oob_score_`

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] invalid-assignment - Object of type `range` is not assignable to attribute `interaction_cst_indices` of type `None`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None` is not assignable to attribute `allowed_features` of type `None`
[error] unresolved-attribute - Attribute `gain` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `gain`

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 - Object of type `None` has no attribute `feature_idx`
[error] unresolved-attribute - Attribute `bin_idx` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `bin_idx`
[error] unresolved-attribute - Attribute `feature_idx` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `feature_idx`
[error] unresolved-attribute - Attribute `allowed_features` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `allowed_features`

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 - Object of type `Self@__str__` has no attribute `docstring`
[error] unresolved-attribute - Object of type `Self@_obj` has no attribute `_cls`
[error] unresolved-attribute - Object of type `Self@_obj` has no attribute `_f`

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] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - Object of type `Self@transform` has no attribute `feature_names_in_`
[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/_least_angle.py

[error] unresolved-attribute - Object of type `Self@fit` has no attribute `max_iter`

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

[error] unresolved-attribute - Object of type `Self@fit` has no attribute `chain_method`

sklearn/naive_bayes.py

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

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
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - Object of type `Self@fit` has no attribute `feature_names_in_`

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/svm/_base.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] unresolved-attribute - Object of type `Self@_sparse_fit` has no attribute `classes_`

sklearn/tests/test_base.py

[error] invalid-assignment - Object of type `Literal["this attribute should not be pickled"]` is not assignable to attribute `_attribute_not_pickled` of type `None`
[error] invalid-assignment - Object of type `Literal["this attribute should not be pickled"]` is not assignable to attribute `_attribute_not_pickled` of type `None`
[error] invalid-assignment - Object of type `Literal["this attribute should not be pickled"]` is not assignable to attribute `_attribute_not_pickled` of type `None`

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

[error] unresolved-attribute - Object of type `Self@_get_metadata_request` has no attribute `_metadata_request`

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/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 - Object of type `Self@__str__` has no attribute `docstring`
[error] unresolved-attribute - Object of type `Self@_obj` has no attribute `_cls`
[error] unresolved-attribute - Object of type `Self@_obj` has no attribute `_f`

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

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 - Object of type `Self@pprint & <Protocol with members 'info'>` has no attribute `res_var`
[error] unresolved-attribute - Object of type `Self@pprint` has no attribute `res_var`
[error] unresolved-attribute - Object of type `Self@pprint & <Protocol with members 'info'>` has no attribute `inv_condnum`
[error] unresolved-attribute - Object of type `Self@pprint` has no attribute `inv_condnum`
[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] invalid-assignment - Object of type `Bounds` is not assignable to attribute `bounds` of type `None`
[error] invalid-assignment - Object of type `Bounds` is not assignable to attribute `bounds` of type `None`
[error] unresolved-attribute - Attribute `lower` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]`, `dict[Unknown, Unknown]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[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-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not assignable to attribute `x_opt` of type `None`

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`
[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`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@sum` has no attribute `sum_duplicates`

scipy/sparse/_compressed.py

[error] unresolved-attribute - Object of type `Self@resize` has no attribute `blocksize`
[error] unresolved-attribute - Object of type `Self@sum & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - Object of type `Self@sum` has no attribute `_swap`
[error] not-iterable - Object of type `object` is not iterable
[error] unresolved-attribute - Object of type `Self@resize` has no attribute `blocksize`
[error] unresolved-attribute - Object of type `Self@resize & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - Object of type `Self@resize` has no attribute `_swap`
[error] unresolved-attribute - Object of type `Self@resize & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - Object of type `Self@resize` has no attribute `_swap`

scipy/sparse/_data.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@_deduped_data` has no attribute `sum_duplicates`

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

[error] unresolved-attribute - Object of type `Self@_entropy` has no attribute `pk`
[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] call-non-callable - Object of type `Literal["use constant"]` is not callable
[error] call-non-callable - Object of type `str` is not callable
[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/_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] 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`

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

scrapy/contracts/__init__.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@add_pre_hook` has no attribute `pre_process`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@add_post_hook` has no attribute `post_process`

scrapy/spiders/feed.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@parse_node` has no attribute `parse_item`

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] 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_downloader_handlers.py

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

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_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] 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 `(Unknown & ~AlwaysFalsy) | 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_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_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`

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] 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_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/command/alias.py

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

setuptools/_distutils/cmd.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] unresolved-attribute - Object of type `Self@get_command_name` has no attribute `command_name`
[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] no-matching-overload - No overload of function `join` matches arguments
[error] unresolved-attribute - Unresolved attribute `formats` on type `Command`
[warning] possibly-unresolved-reference - Name `rpm_dir` used when possibly not defined
[warning] possibly-unresolved-reference - Name `rpm_dir` used when possibly not defined
[warning] possibly-unresolved-reference - Name `rpm_dir` used when possibly not defined
[error] unresolved-attribute - Attribute `replace` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `replace`
[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`

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

setuptools/_distutils/command/build_ext.py

[error] no-matching-overload - No overload of function `join` matches arguments
[error] no-matching-overload - No overload of function `join` matches arguments
[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`
[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`
[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`
[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` 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`
[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`

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

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 `Unknown | None`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None`
[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`

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`

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

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`

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

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

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

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/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`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes, /) -> str | bytes`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | Path, /) -> str | bytes | Path`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | bytes]`, found `Unknown | list[Path]`

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 - Object of type `None` has no attribute `replace`

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_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/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 - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `archive_file` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `archive_file`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `save_filename`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `srcdir` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `srcdir`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] unresolved-attribute - Unresolved attribute `srcdir` on type `None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] unresolved-attribute - Unresolved attribute `srcdir` on type `None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `expanded`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[error] unresolved-attribute - Unresolved attribute `srcdir` on type `None`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`
[error] unresolved-attribute - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `source_path`

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`

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

[error] unresolved-attribute - Object of type `Self@register` has no attribute `__name__`

lib/spack/spack/package_base.py

[error] unresolved-attribute - Object of type `Self@do_patch` has no attribute `patch`
[error] unresolved-attribute - Object of type `Self@all_urls` has no attribute `url`
[error] unresolved-attribute - Object of type `Self@all_urls` has no attribute `urls`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `namespace`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `~AlwaysFalsy`
[error] unresolved-attribute - Object of type `Self@all_urls` has no attribute `url`
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - Object of type `Self@all_urls` has no attribute `urls`

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] invalid-assignment - Object of type `set[str]` is not assignable to attribute `possible_dependencies` of type `None`
[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] unresolved-attribute - Object of type `Self@to_node_dict` has no attribute `_package_hash`
[error] unresolved-attribute - Object of type `Self@to_node_dict` has no attribute `_package_hash`
[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 - Object of type `VariantValue` has no attribute `_patches_in_order_of_appearance`
[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-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] invalid-assignment - Object of type `Self@__init__` is not assignable to attribute `stage` of type `None`
[error] invalid-assignment - Object of type `Self@fetch` is not assignable to attribute `stage` of type `None`
[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/ci.py

[error] invalid-assignment - Object of type `(...) -> Literal[1, 0]` is not assignable to attribute `check` of type `None`
[error] invalid-assignment - Object of type `(...) -> Literal[1, 0]` is not assignable to attribute `check` of type `None`
[error] invalid-assignment - Object of type `(...) -> Literal[1, 0]` is not assignable to attribute `check` of type `None`
[error] invalid-assignment - Object of type `(...) -> Literal[1, 0]` is not assignable to attribute `check` of type `None`
[error] invalid-assignment - Object of type `(...) -> Literal[1, 0]` is not assignable to attribute `check` of type `None`

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`

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/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 | Unknown | 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/events.py

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

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

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 `reversed[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/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/store_client_mixin.py

[error] unresolved-attribute - Object of type `object` has no attribute `_store`
[error] unresolved-attribute - Object of type `Self@_resolve_config` has no attribute `_bus`

static_frame/core/type_blocks.py

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

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

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 - Object of type `None` has no attribute `validate_type_only`
[error] unresolved-attribute - Attribute `validate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Object of type `None` has no attribute `validate`

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

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

[error] invalid-assignment - Object of type `set[CustomAnnotation]` is not assignable to attribute `recursive_custom_annotations` of type `None`

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/categories/tests/test_drawing.py

[error] invalid-assignment - Object of type `def default_formatter(astr) -> Unknown` is not assignable to attribute `default_arrow_formatter` of type `None`

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 `Unknown | None | 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 `Unknown | None | 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/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/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/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`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@evalf` has no attribute `subs`
[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-attribute - Object of type `Self@_to_mpmath` has no attribute `_as_mpf_val`
[error] invalid-argument-type - Argument to function `evalf` is incorrect: Expected `Expr`, found `Self@_to_mpmath & ~<Protocol with members '_as_mpf_val'>`
[error] invalid-argument-type - Argument to function `evalf` is incorrect: Expected `Expr`, found `Self@_to_mpmath`

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

[error] invalid-assignment - Object of type `tuple[Literal[-15], Literal[20]]` is not assignable to attribute `xlim` of type `None`

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

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

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

[error] invalid-assignment - Object of type `Literal[4]` is not assignable to attribute `ret_arg` of type `None`
[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/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 `Unknown | 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 `Unknown | 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 `Unknown | int`

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/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)`

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 `io_loop` is not defined on `None` in union `Unknown | IOStream | None`
[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 `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/test/web_test.py

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

tornado/web.py

[error] invalid-assignment - Object of type `Future[Unknown]` is not assignable to attribute `_prepared_future` of type `None`
[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/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/_dtls.py

[error] invalid-assignment - Object of type `tuple[bytes, bytes]` is not assignable to attribute `_client_hello` of type `None`

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

[error] invalid-assignment - Object of type `def route_packet_wrapper(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> None` is not assignable to attribute `route_packet` of type `None`
[error] invalid-assignment - Object of type `def route_packet(packet: UDPPacket) -> Never` is not assignable to attribute `route_packet` of type `None`

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`

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`

torchvision/transforms/transforms.py

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

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

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[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[Any, Any, 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[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[Any, Any, 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[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[Any, Any, 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/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/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`

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 - Object of type `object` has no attribute `id`
[error] unresolved-attribute - Object of type `Self@generate_invoice_for_upgrade` has no attribute `user`
[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/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`

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